Cloud TPU v1 API - Class ListNodesResponse (2.1.0)

public sealed class ListNodesResponse : IMessage<ListNodesResponse>, IEquatable<ListNodesResponse>, IDeepCloneable<ListNodesResponse>, IBufferMessage, IMessage, IPageResponse<Node>, IEnumerable<Node>, IEnumerable

Reference documentation and code samples for the Cloud TPU v1 API class ListNodesResponse.

Response for [ListNodes][google.cloud.tpu.v1.Tpu.ListNodes].

Inheritance

object > ListNodesResponse

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

ListNodesResponse()

public ListNodesResponse()

ListNodesResponse(ListNodesResponse)

public ListNodesResponse(ListNodesResponse other)
Parameter
NameDescription
otherListNodesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next page token or empty if none.

Property Value
TypeDescription
string

Nodes

public RepeatedField<Node> Nodes { get; }

The listed nodes.

Property Value
TypeDescription
RepeatedFieldNode

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Node> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorNode