Class: Google::Cloud::NetApp::V1::DeleteReplicationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/replication.rb

Overview

DeleteReplicationRequest deletes a replication.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The replication resource name, in the format projects/*/locations/*/volumes/*/replications/{replication_id}.

Returns:

  • (::String)

    Required. The replication resource name, in the format projects/*/locations/*/volumes/*/replications/{replication_id}



292
293
294
295
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 292

class DeleteReplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end