VMware Engine v1 API - Class ListNodesRequest (1.3.0)

public sealed class ListNodesRequest : IMessage<ListNodesRequest>, IEquatable<ListNodesRequest>, IDeepCloneable<ListNodesRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListNodesRequest

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

ListNodesRequest()

public ListNodesRequest()

ListNodesRequest(ListNodesRequest)

public ListNodesRequest(ListNodesRequest other)
Parameter
NameDescription
otherListNodesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of nodes to return in one page. The service may return fewer than this value. The maximum value is coerced to 1000. The default value of this field is 500.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListNodes call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListNodes must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the cluster to be queried for nodes. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster

Property Value
TypeDescription
string

ParentAsClusterName

public ClusterName ParentAsClusterName { get; set; }

ClusterName-typed view over the Parent resource name property.

Property Value
TypeDescription
ClusterName