Class: Google::Cloud::NetApp::V1::DeleteVolumeRequest

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

Overview

Message for deleting a Volume

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns If this field is set as true, CCFE will not block the volume resource deletion even if it has any snapshots resource. (Otherwise, the request will only work if the volume has no snapshots.).

Returns:

  • (::Boolean)

    If this field is set as true, CCFE will not block the volume resource deletion even if it has any snapshots resource. (Otherwise, the request will only work if the volume has no snapshots.)



113
114
115
116
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 113

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

#name::String

Returns Required. Name of the volume.

Returns:

  • (::String)

    Required. Name of the volume



113
114
115
116
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 113

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