com.google.api.gax.longrunning.OperationFuture<AttachedCluster,OperationMetadata> |
AttachedClustersClient.createAttachedClusterAsync(LocationName parent,
AttachedCluster attachedCluster,
String attachedClusterId) |
Creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource on a
given Google Cloud Platform project and region.
|
com.google.api.gax.longrunning.OperationFuture<AwsCluster,OperationMetadata> |
AwsClustersClient.createAwsClusterAsync(LocationName parent,
AwsCluster awsCluster,
String awsClusterId) |
Creates a new [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resource on a given Google
Cloud Platform project and region.
|
com.google.api.gax.longrunning.OperationFuture<AzureClient,OperationMetadata> |
AzureClustersClient.createAzureClientAsync(LocationName parent,
AzureClient azureClient,
String azureClientId) |
Creates a new [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource on a given
Google Cloud project and region.
|
com.google.api.gax.longrunning.OperationFuture<AzureCluster,OperationMetadata> |
AzureClustersClient.createAzureClusterAsync(LocationName parent,
AzureCluster azureCluster,
String azureClusterId) |
Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource on a given
Google Cloud Platform project and region.
|
GenerateAttachedClusterInstallManifestResponse |
AttachedClustersClient.generateAttachedClusterInstallManifest(LocationName parent,
String attachedClusterId) |
Generates the install manifest to be installed on the target cluster.
|
com.google.api.gax.longrunning.OperationFuture<AttachedCluster,OperationMetadata> |
AttachedClustersClient.importAttachedClusterAsync(LocationName parent,
String fleetMembership) |
Imports creates a new [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource
by importing an existing Fleet Membership resource.
|
AttachedClustersClient.ListAttachedClustersPagedResponse |
AttachedClustersClient.listAttachedClusters(LocationName parent) |
Lists all [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources on a given
Google Cloud project and region.
|
AwsClustersClient.ListAwsClustersPagedResponse |
AwsClustersClient.listAwsClusters(LocationName parent) |
Lists all [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster] resources on a given Google
Cloud project and region.
|
AzureClustersClient.ListAzureClientsPagedResponse |
AzureClustersClient.listAzureClients(LocationName parent) |
Lists all [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources on a given Google
Cloud project and region.
|
AzureClustersClient.ListAzureClustersPagedResponse |
AzureClustersClient.listAzureClusters(LocationName parent) |
Lists all [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources on a given
Google Cloud project and region.
|