Compute V1 Client - Class GlobalAddressesMoveRequest (1.14.0)

Reference documentation and code samples for the Compute V1 Client class GlobalAddressesMoveRequest.

Generated from protobuf message google.cloud.compute.v1.GlobalAddressesMoveRequest

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ description string

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

↳ destination_address string

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.

getDescription

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

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationAddress

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.

Returns
TypeDescription
string

hasDestinationAddress

clearDestinationAddress

setDestinationAddress

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this