Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::GlobalAddressesMoveRequest (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GlobalAddressesMoveRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — An optional destination address description if intended to be different from the source.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — An optional destination address description if intended to be different from the source.
Returns
  • (::String) — An optional destination address description if intended to be different from the source.

#destination_address

def destination_address() -> ::String
Returns
  • (::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.

#destination_address=

def destination_address=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.