Compute Engine v1 API - Class GlobalAddressesMoveRequest (2.15.0)

public sealed class GlobalAddressesMoveRequest : IMessage<GlobalAddressesMoveRequest>, IEquatable<GlobalAddressesMoveRequest>, IDeepCloneable<GlobalAddressesMoveRequest>, IBufferMessage, IMessage

Inheritance

object > GlobalAddressesMoveRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GlobalAddressesMoveRequest()

public GlobalAddressesMoveRequest()

GlobalAddressesMoveRequest(GlobalAddressesMoveRequest)

public GlobalAddressesMoveRequest(GlobalAddressesMoveRequest other)
Parameter
NameDescription
otherGlobalAddressesMoveRequest

Properties

Description

public string Description { get; set; }

An optional destination address description if intended to be different from the source.

Property Value
TypeDescription
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
TypeDescription
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
bool

HasDestinationAddress

public bool HasDestinationAddress { get; }

Gets whether the "destination_address" field is set

Property Value
TypeDescription
bool