Uses of Class
com.google.cloud.netapp.v1.StoragePoolName
-
Packages that use StoragePoolName Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of StoragePoolName in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return StoragePoolName Modifier and Type Method Description StoragePoolName
StoragePoolName.Builder. build()
static StoragePoolName
StoragePoolName. of(String project, String location, String storagePool)
static StoragePoolName
StoragePoolName. parse(String formattedString)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type StoragePoolName Modifier and Type Method Description static List<StoragePoolName>
StoragePoolName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.netapp.v1 with parameters of type StoragePoolName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteStoragePoolAsync(StoragePoolName name)
Warning! This operation will permanently delete the storage pool.StoragePool
NetAppClient. getStoragePool(StoragePoolName name)
Returns the description of the specified storage pool by poolId.Method parameters in com.google.cloud.netapp.v1 with type arguments of type StoragePoolName Modifier and Type Method Description static List<String>
StoragePoolName. toStringList(List<StoragePoolName> values)
-