Class: Google::Cloud::NetApp::V1::GetReplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::GetReplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
GetReplicationRequest gets the state of a replication.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The replication resource name, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}
.
240 241 242 243 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 240 class GetReplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |