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."],[[["The `RegionAddressesMoveRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage requests for moving addresses between regions, with version 3.6.0 being the latest available."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `RegionAddressesMoveRequest` class includes properties such as `Description` and `DestinationAddress`, which allow for setting an optional description and specifying the URL of the destination address."],["There are 29 versions of `RegionAddressesMoveRequest` listed, with the earliest starting at 1.0.0, and the most recent being 3.6.0."],["The `RegionAddressesMoveRequest` class has two constructors, a parameterless one, and one that takes another `RegionAddressesMoveRequest` as an argument."]]],[]]