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 details the `GlobalAddressesMoveRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.10.0, and includes information on its implementation, inheritance, and associated members."],["The `GlobalAddressesMoveRequest` class facilitates the movement of a global address from a source project to a different destination project, and can have an optional destination address description."],["The class offers two constructors: a default one and another that takes an existing `GlobalAddressesMoveRequest` instance for copying, it also holds two properties `Description` and `DestinationAddress` that are both strings, and two booleans `HasDescription` and `HasDestinationAddress`."],["The webpage also lists a historical overview of all the past versions of the GlobalAddressesMoveRequest class from version 1.0.0 to the most recent version 3.6.0."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes properties to manage description and destination address fields."]]],[]]