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."],[[["This webpage provides documentation for the `GlobalAddressesMoveRequest` class within the `Google.Cloud.Compute.V1` namespace, outlining its properties, inheritance, and implementations."],["The `GlobalAddressesMoveRequest` class is designed for moving a global address, enabling users to move it to a different project using the Destination Address."],["The class has two properties, `Description` and `DestinationAddress`, both of which are of type string and have boolean indicators to check if they are set, called `HasDescription` and `HasDestinationAddress`, respectively."],["The documentation lists several versions of the `Google.Cloud.Compute.V1` 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."],["The `GlobalAddressesMoveRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, which provides common object behavior."]]],[]]