Class: Google::Cloud::Compute::V1::GlobalAddressesMoveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GlobalAddressesMoveRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns An optional destination address description if intended to be different from the source.
10793 10794 10795 10796 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10793 class GlobalAddressesMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_address ⇒ ::String
Returns 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.
10793 10794 10795 10796 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10793 class GlobalAddressesMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |