Anthos Multi-Cloud v1 API - Class ListAwsClustersRequest (2.2.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class ListAwsClustersRequest.

Request message for AwsClusters.ListAwsClusters method.

Inheritance

object > ListAwsClustersRequest

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

ListAwsClustersRequest()

public ListAwsClustersRequest()

ListAwsClustersRequest(ListAwsClustersRequest)

public ListAwsClustersRequest(ListAwsClustersRequest other)
Parameter
NameDescription
otherListAwsClustersRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of items to return.

If not specified, a default value of 50 will be used by the service. Regardless of the pageSize value, the response can include a partial list and a caller should only rely on response's [nextPageToken][google.cloud.gkemulticloud.v1.ListAwsClustersResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The nextPageToken value returned from a previous [awsClusters.list][google.cloud.gkemulticloud.v1.AwsClusters.ListAwsClusters] request, if any.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent location which owns this collection of [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resources.

Location names are formatted as projects/<project-id>/locations/<region>.

See Resource Names for more details on Google Cloud Platform resource names.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName