Cluster Director v1beta API - Class ListClustersRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1beta API class ListClustersRequest.

Request message for [ListClusters][google.cloud.hypercomputecluster.v1beta.HypercomputeCluster.ListClusters].

Inheritance

object > ListClustersRequest

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.dll

Constructors

ListClustersRequest()

public ListClustersRequest()

ListClustersRequest(ListClustersRequest)

public ListClustersRequest(ListClustersRequest other)
Parameter
Name Description
other ListClustersRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filter to apply to the returned results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. How to order the resulting clusters. Must be one of the following strings:

  • name
  • name desc
  • create_time
  • create_time desc

If not specified, clusters will be returned in an arbitrary order.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Maximum number of clusters to return. The service may return fewer than this value.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token received from a previous ListClusters call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListClusters must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent location of the clusters to list, in the format projects/{project}/locations/{location}.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName