public sealed class GlobalAddressesMoveRequest : IMessage<GlobalAddressesMoveRequest>, IEquatable<GlobalAddressesMoveRequest>, IDeepCloneable<GlobalAddressesMoveRequest>, IBufferMessage, IMessage
Implements
IMessageGlobalAddressesMoveRequest, IEquatableGlobalAddressesMoveRequest, IDeepCloneableGlobalAddressesMoveRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GlobalAddressesMoveRequest()
public GlobalAddressesMoveRequest()
GlobalAddressesMoveRequest(GlobalAddressesMoveRequest)
public GlobalAddressesMoveRequest(GlobalAddressesMoveRequest other)
Parameter | |
---|---|
Name | Description |
other | GlobalAddressesMoveRequest |
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 /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.
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 |