VMware Engine v1 API - Class ListNodesResponse (1.3.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 VMware Engine v1 API class ListNodesResponse.

Response message for [VmwareEngine.ListNodes][google.cloud.vmwareengine.v1.VmwareEngine.ListNodes]

Inheritance

object > ListNodesResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListNodesResponse()

public ListNodesResponse()

ListNodesResponse(ListNodesResponse)

public ListNodesResponse(ListNodesResponse other)
Parameter
NameDescription
otherListNodesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Nodes

public RepeatedField<Node> Nodes { get; }

The nodes.

Property Value
TypeDescription
RepeatedFieldNode

Methods

GetEnumerator()

public IEnumerator<Node> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNode