public sealed class RegionAddressesMoveRequest : IMessage<RegionAddressesMoveRequest>, IEquatable<RegionAddressesMoveRequest>, IDeepCloneable<RegionAddressesMoveRequest>, IBufferMessage, IMessage
Implements
IMessageRegionAddressesMoveRequest, IEquatableRegionAddressesMoveRequest, IDeepCloneableRegionAddressesMoveRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RegionAddressesMoveRequest()
public RegionAddressesMoveRequest()
RegionAddressesMoveRequest(RegionAddressesMoveRequest)
public RegionAddressesMoveRequest(RegionAddressesMoveRequest other)
Parameter | |
---|---|
Name | Description |
other | RegionAddressesMoveRequest |
Properties
Description
public string Description { get; set; }
An optional destination address description if intended to be different from the source.
Property Value | |
---|---|
Type | Description |
string |
DestinationAddress
public string DestinationAddress { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDestinationAddress
public bool HasDestinationAddress { get; }
Gets whether the "destination_address" field is set
Property Value | |
---|---|
Type | Description |
bool |