Class: Google::Cloud::BareMetalSolution::V2::DeleteVolumeSnapshotRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb

Overview

Message for deleting named Volume snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the snapshot to delete.

Returns:

  • (::String)

    Required. The name of the snapshot to delete.



105
106
107
108
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume_snapshot.rb', line 105

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