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