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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides a detailed list of versions for `GlobalAddressesMoveRequest`, ranging from the latest version 3.6.0 down to version 1.0.0, each hyperlinked to its respective documentation page."],["`GlobalAddressesMoveRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message operations within the Google Cloud Compute API."],["The class `GlobalAddressesMoveRequest` has two constructors, a default and a copy constructor that takes another `GlobalAddressesMoveRequest` object, allowing the creation of new instances and copies of existing ones."],["Key properties of `GlobalAddressesMoveRequest` include `Description` and `DestinationAddress`, which are string types and represent the address's description and the URL of the destination address, respectively."],["The class includes boolean properties, `HasDescription` and `HasDestinationAddress`, to determine if the \"description\" and \"destination_address\" fields are set."]]],[]]