public sealed class GlobalAddressesMoveRequest : IMessage<GlobalAddressesMoveRequest>, IEquatable<GlobalAddressesMoveRequest>, IDeepCloneable<GlobalAddressesMoveRequest>, IBufferMessage, IMessage
The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eGlobalAddressesMoveRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, outlining its properties, inheritance, and implementations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGlobalAddressesMoveRequest\u003c/code\u003e class is designed for moving a global address, enabling users to move it to a different project using the Destination Address.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties, \u003ccode\u003eDescription\u003c/code\u003e and \u003ccode\u003eDestinationAddress\u003c/code\u003e, both of which are of type string and have boolean indicators to check if they are set, called \u003ccode\u003eHasDescription\u003c/code\u003e and \u003ccode\u003eHasDestinationAddress\u003c/code\u003e, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists several versions of the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e library, starting from version 1.0.0 up to the latest version 3.6.0, making the documentation applicable to a range of users depending on their version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGlobalAddressesMoveRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, which provides common object behavior.\u003c/p\u003e\n"]]],[],null,[]]