Class: Google::Cloud::NetApp::V1::GetReplicationRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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