VMware Engine v1 API - Class ListNodeTypesResponse (1.2.0)

public sealed class ListNodeTypesResponse : IMessage<ListNodeTypesResponse>, IEquatable<ListNodeTypesResponse>, IDeepCloneable<ListNodeTypesResponse>, IBufferMessage, IMessage, IPageResponse<NodeType>, IEnumerable<NodeType>, IEnumerable

Reference documentation and code samples for the VMware Engine v1 API class ListNodeTypesResponse.

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

Inheritance

object > ListNodeTypesResponse

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListNodeTypesResponse()

public ListNodeTypesResponse()

ListNodeTypesResponse(ListNodeTypesResponse)

public ListNodeTypesResponse(ListNodeTypesResponse other)
Parameter
Name Description
other ListNodeTypesResponse

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

NodeTypes

public RepeatedField<NodeType> NodeTypes { get; }

A list of Node Types.

Property Value
Type Description
RepeatedFieldNodeType

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached when making an aggregated query using wildcards.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<NodeType> GetEnumerator()

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

Returns
Type Description
IEnumeratorNodeType