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, found in the `Google.Cloud.Compute.V1` namespace, is used for managing the movement of addresses within Google Cloud Compute."],["This class supports various versions, with the latest being 3.6.0 and the initial documented version being 1.0.0."],["The `RegionAddressesMoveRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `Description`, which allows setting an optional description for the destination address, and `DestinationAddress`, which holds the URL of the target address for the move operation, with it needing to be a different project than the source."],["The provided documentation covers the constructors and properties of the `RegionAddressesMoveRequest` class for version 2.14.0, showing the class can be constructed with no parameters or another instance of the class."]]],[]]