AcceleratorTypes
class AcceleratorTypes extends Resource (View source)
The "acceleratorTypes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$acceleratorTypes = $computeService->acceleratorTypes;
Methods
Retrieves an aggregated list of accelerator types. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
Returns the specified accelerator type. (acceleratorTypes.get)
Retrieves a list of accelerator types that are available to the specified project. (acceleratorTypes.listAcceleratorTypes)
Details
AcceleratorTypeAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of accelerator types. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
(acceleratorTypes.aggregatedList)
AcceleratorType
get(string $project, string $zone, string $acceleratorType, array $optParams = [])
Returns the specified accelerator type. (acceleratorTypes.get)
AcceleratorTypeList
listAcceleratorTypes(string $project, string $zone, array $optParams = [])
Retrieves a list of accelerator types that are available to the specified project. (acceleratorTypes.listAcceleratorTypes)