Class: Google::Cloud::Compute::V1::RegionAddressesMoveRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionAddressesMoveRequest
- 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.
25418 25419 25420 25421 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25418 class RegionAddressesMoveRequest 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/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
25418 25419 25420 25421 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25418 class RegionAddressesMoveRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |