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]
Implements
IMessageListNodesResponse, IEquatableListNodesResponse, IDeepCloneableListNodesResponse, IBufferMessage, IMessage, IPageResponseNode, IEnumerableNode, IEnumerableNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListNodesResponse()
public ListNodesResponse()
ListNodesResponse(ListNodesResponse)
public ListNodesResponse(ListNodesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListNodesResponse |
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 | |
---|---|
Type | Description |
string |
Nodes
public RepeatedField<Node> Nodes { get; }
The nodes.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNode |
Methods
GetEnumerator()
public IEnumerator<Node> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorNode |