Class: Google::Cloud::BareMetalSolution::V2::EvictVolumeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::EvictVolumeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
Request for skip volume cooloff and delete it.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Volume.
306 307 308 309 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 306 class EvictVolumeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |