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 AzureNodePoolNameAzureNodePoolName.Builder. build()static AzureNodePoolNameAzureNodePoolName. of(String project, String location, String azureCluster, String azureNodePool)static AzureNodePoolNameAzureNodePoolName. 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.AzureNodePoolAzureClustersClient. 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)
-