Class: Google::Cloud::Compute::V1::DiskAsyncReplication
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DiskAsyncReplication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#consistency_group_policy ⇒ ::String
[Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
-
#consistency_group_policy_id ⇒ ::String
[Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
-
#disk ⇒ ::String
The other disk asynchronously replicated to or from the current disk.
-
#disk_id ⇒ ::String
[Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk.
Instance Attribute Details
#consistency_group_policy ⇒ ::String
7795 7796 7797 7798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7795 class DiskAsyncReplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#consistency_group_policy_id ⇒ ::String
7795 7796 7797 7798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7795 class DiskAsyncReplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk ⇒ ::String
7795 7796 7797 7798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7795 class DiskAsyncReplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_id ⇒ ::String
7795 7796 7797 7798 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7795 class DiskAsyncReplication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |