Reference documentation and code samples for the Cloud TPU V1 API class Google::Cloud::Tpu::V1::ListNodesResponse.
Response for ListNodes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next page token or empty if none.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next page token or empty if none.
Returns
- (::String) — The next page token or empty if none.
#nodes
def nodes() -> ::Array<::Google::Cloud::Tpu::V1::Node>
Returns
- (::Array<::Google::Cloud::Tpu::V1::Node>) — The listed nodes.
#nodes=
def nodes=(value) -> ::Array<::Google::Cloud::Tpu::V1::Node>
Parameter
- value (::Array<::Google::Cloud::Tpu::V1::Node>) — The listed nodes.
Returns
- (::Array<::Google::Cloud::Tpu::V1::Node>) — The listed nodes.
#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.