Uses of Class
com.google.cloud.gkemulticloud.v1.AzureNodePoolName
-
Packages that use AzureNodePoolName Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of AzureNodePoolName in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return AzureNodePoolName Modifier and Type Method Description AzureNodePoolName
AzureNodePoolName.Builder. build()
static AzureNodePoolName
AzureNodePoolName. of(String project, String location, String azureCluster, String azureNodePool)
static AzureNodePoolName
AzureNodePoolName. parse(String formattedString)
Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type AzureNodePoolName Modifier and Type Method Description static List<AzureNodePoolName>
AzureNodePoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type AzureNodePoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
AzureClustersClient. deleteAzureNodePoolAsync(AzureNodePoolName name)
Deletes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.AzureNodePool
AzureClustersClient. getAzureNodePool(AzureNodePoolName name)
Describes a specific [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type AzureNodePoolName Modifier and Type Method Description static List<String>
AzureNodePoolName. toStringList(List<AzureNodePoolName> values)
-