Class: Google::Cloud::EdgeContainer::V1::ListMachinesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ListMachinesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
List of machines in a site.
Instance Attribute Summary collapse
-
#machines ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Machine>
Machines in the site.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#machines ⇒ ::Array<::Google::Cloud::EdgeContainer::V1::Machine>
Returns Machines in the site.
369 370 371 372 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369 class ListMachinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
369 370 371 372 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369 class ListMachinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
369 370 371 372 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369 class ListMachinesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |