Class: Google::Cloud::BareMetalSolution::V2::ListLunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListLunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/lun.rb
Overview
Response message containing the list of storage volume luns.
Instance Attribute Summary collapse
-
#luns ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Lun>
The list of luns.
-
#next_page_token ⇒ ::String
A token identifying a page of results from the server.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#luns ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Lun>
Returns The list of luns.
145 146 147 148 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/lun.rb', line 145 class ListLunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results from the server.
145 146 147 148 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/lun.rb', line 145 class ListLunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
145 146 147 148 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/lun.rb', line 145 class ListLunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |