Class: Google::Cloud::NetApp::V1::DeleteSnapshotRequest

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

Overview

DeleteSnapshotRequest deletes a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The snapshot resource name, in the format projects/*/locations/*/volumes/*/snapshots/{snapshot_id}.

Returns:

  • (::String)

    Required. The snapshot resource name, in the format projects/*/locations/*/volumes/*/snapshots/{snapshot_id}



98
99
100
101
# File 'proto_docs/google/cloud/netapp/v1/snapshot.rb', line 98

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