Class: Google::Cloud::BareMetalSolution::V2::GetLunRequest

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

Overview

Message for requesting storage lun information.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource.

Returns:

  • (::String)

    Required. Name of the resource.



114
115
116
117
# File 'proto_docs/google/cloud/baremetalsolution/v2/lun.rb', line 114

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