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.
Implements
IPageRequest, IMessageListAwsClustersRequest, IEquatableListAwsClustersRequest, IDeepCloneableListAwsClustersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
ListAwsClustersRequest()
public ListAwsClustersRequest()
ListAwsClustersRequest(ListAwsClustersRequest)
public ListAwsClustersRequest(ListAwsClustersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAwsClustersRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |