Class: Google::Cloud::BareMetalSolution::V2::ListNetworksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListNetworksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/network.rb
Overview
Response message containing the list of networks.
Instance Attribute Summary collapse
-
#networks ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Network>
The list of networks.
-
#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
#networks ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Network>
Returns The list of networks.
294 295 296 297 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 294 class ListNetworksResponse 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.
294 295 296 297 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 294 class ListNetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
294 295 296 297 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/network.rb', line 294 class ListNetworksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |