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]
Implements
IMessageListNodesRequest, IEquatableListNodesRequest, IDeepCloneableListNodesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
ListNodesRequest()
public ListNodesRequest()
ListNodesRequest(ListNodesRequest)
public ListNodesRequest(ListNodesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListNodesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsClusterName
public ClusterName ParentAsClusterName { get; set; }
ClusterName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ClusterName |