DiskTypes
class DiskTypes extends Resource (View source)
The "diskTypes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$diskTypes = $computeService->diskTypes;
Methods
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of disk types. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
get(string $project, string $zone, string $diskType, array $optParams = [])
Returns the specified disk type. (diskTypes.get)
listDiskTypes(string $project, string $zone, array $optParams = [])
Retrieves a list of disk types available to the specified project.
Details
DiskTypeAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of disk types. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
(diskTypes.aggregatedList)
DiskType
get(string $project, string $zone, string $diskType, array $optParams = [])
Returns the specified disk type. (diskTypes.get)
DiskTypeList
listDiskTypes(string $project, string $zone, array $optParams = [])
Retrieves a list of disk types available to the specified project.
(diskTypes.listDiskTypes)