Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::ListMachinesResponse.
List of machines in a site.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#machines
def machines() -> ::Array<::Google::Cloud::EdgeContainer::V1::Machine>
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::Machine>) — Machines in the site.
#machines=
def machines=(value) -> ::Array<::Google::Cloud::EdgeContainer::V1::Machine>
Parameter
- value (::Array<::Google::Cloud::EdgeContainer::V1::Machine>) — Machines in the site.
Returns
- (::Array<::Google::Cloud::EdgeContainer::V1::Machine>) — Machines in the site.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results.
Returns
- (::String) — A token to retrieve next page of results.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.