Class: Google::Cloud::Compute::V1::DisksStopGroupAsyncReplicationResource
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DisksStopGroupAsyncReplicationResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.
Instance Attribute Summary collapse
-
#resource_policy ⇒ ::String
The URL of the DiskConsistencyGroupPolicy for the group of disks to stop.
Instance Attribute Details
#resource_policy ⇒ ::String
7689 7690 7691 7692 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7689 class DisksStopGroupAsyncReplicationResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |