Class: Google::Cloud::Compute::V1::StopAsyncReplicationDiskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::StopAsyncReplicationDiskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for Disks.StopAsyncReplication. See the method description for details.
Instance Attribute Summary collapse
-
#disk ⇒ ::String
The name of the persistent disk.
-
#project ⇒ ::String
Project ID for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#zone ⇒ ::String
The name of the zone for this request.
Instance Attribute Details
#disk ⇒ ::String
30317 30318 30319 30320 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30317 class StopAsyncReplicationDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
30317 30318 30319 30320 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30317 class StopAsyncReplicationDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
30317 30318 30319 30320 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30317 class StopAsyncReplicationDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
30317 30318 30319 30320 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30317 class StopAsyncReplicationDiskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |