public sealed class ListAttachedClustersRequest : IPageRequest, IMessage<ListAttachedClustersRequest>, IEquatable<ListAttachedClustersRequest>, IDeepCloneable<ListAttachedClustersRequest>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class ListAttachedClustersRequest.
Request message for AttachedClusters.ListAttachedClusters method.
Implements
IPageRequest, IMessageListAttachedClustersRequest, IEquatableListAttachedClustersRequest, IDeepCloneableListAttachedClustersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
ListAttachedClustersRequest()
public ListAttachedClustersRequest()ListAttachedClustersRequest(ListAttachedClustersRequest)
public ListAttachedClustersRequest(ListAttachedClustersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAttachedClustersRequest |
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.ListAttachedClustersResponse.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
[attachedClusters.list][google.cloud.gkemulticloud.v1.AttachedClusters.ListAttachedClusters]
request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent location which owns this collection of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] 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 |
|