StoragePoolTypes
class StoragePoolTypes extends Resource (View source)
The "storagePoolTypes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$storagePoolTypes = $computeService->storagePoolTypes; Methods
Retrieves an aggregated list of storage pool types. To prevent failure,
Google recommends that you set the returnPartialSuccess parameter to
true. (storagePoolTypes.aggregatedList)
Returns the specified storage pool type. (storagePoolTypes.get)
Retrieves a list of storage pool types available to the specified project.
Details
StoragePoolTypeAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of storage pool types. To prevent failure,
Google recommends that you set the returnPartialSuccess parameter to
true. (storagePoolTypes.aggregatedList)
StoragePoolType
get(string $project, string $zone, string $storagePoolType, array $optParams = [])
Returns the specified storage pool type. (storagePoolTypes.get)
StoragePoolTypeList
listStoragePoolTypes(string $project, string $zone, array $optParams = [])
Retrieves a list of storage pool types available to the specified project.
(storagePoolTypes.listStoragePoolTypes)