| Modifier and Type | Class and Description |
|---|---|
class |
Compute.StoragePoolTypes.AggregatedList |
class |
Compute.StoragePoolTypes.Get |
class |
Compute.StoragePoolTypes.List |
| Constructor and Description |
|---|
StoragePoolTypes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.StoragePoolTypes.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of storage pool types.
|
Compute.StoragePoolTypes.Get |
get(String project,
String zone,
String storagePoolType)
Returns the specified storage pool type.
|
Compute.StoragePoolTypes.List |
list(String project,
String zone)
Retrieves a list of storage pool types available to the specified project.
|
public Compute.StoragePoolTypes.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.StoragePoolTypes.Get get(String project, String zone, String storagePoolType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.storagePoolType - Name of the storage pool type to return.IOExceptionpublic Compute.StoragePoolTypes.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.zone - The name of the zone for this request.IOExceptionCopyright © 2011–2024 Google. All rights reserved.