Class: Google::Cloud::Compute::V1::RegionDisksStartAsyncReplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RegionDisksStartAsyncReplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#async_secondary_disk ⇒ ::String
The secondary disk to start asynchronous replication to.
Instance Attribute Details
#async_secondary_disk ⇒ ::String
Returns The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk.
25497 25498 25499 25500 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25497 class RegionDisksStartAsyncReplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |