public sealed class RegionAddressesMoveRequest : IMessage<RegionAddressesMoveRequest>, IEquatable<RegionAddressesMoveRequest>, IDeepCloneable<RegionAddressesMoveRequest>, 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/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/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 `RegionAddressesMoveRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.13.0, and also contains links to other versions, with version 3.6.0 being the latest."],["The `RegionAddressesMoveRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities and capabilities within the Google Cloud .NET framework."],["The class offers two constructors, a default constructor and one that accepts another `RegionAddressesMoveRequest` object as a parameter for copying its properties."],["Key properties of `RegionAddressesMoveRequest` include `Description` and `DestinationAddress`, allowing users to specify the description of the destination address and its URL, respectively, with boolean properties to identify if these values have been set."],["This documentation also contains details on the methods inherited from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]