Class: Google::Cloud::BareMetalSolution::V2::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/instance.rb
Overview
Response message for the list of servers.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Instance>
The list of servers.
-
#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
#instances ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Instance>
Returns The list of servers.
181 182 183 184 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 181 class ListInstancesResponse 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.
181 182 183 184 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 181 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
181 182 183 184 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 181 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |