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-04-09 UTC."],[[["The `GlobalAddressesMoveRequest` class is used for moving global addresses within Google Cloud Compute."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer message operations."],["It has properties for managing the destination address and description, including `DestinationAddress` and `Description`, to specify the move target and add details, with boolean properties that let you know if they are set."],["The documentation page covers multiple versions of this class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing users to select and review specific historical releases."],["The available constructors are `GlobalAddressesMoveRequest()`, and a second constructor, `GlobalAddressesMoveRequest(GlobalAddressesMoveRequest other)` which allows you to create an object by copying from an existing `GlobalAddressesMoveRequest` object."]]],[]]