| Modifier and Type | Class and Description |
|---|---|
class |
Compute.AcceleratorTypes.AggregatedList |
class |
Compute.AcceleratorTypes.Get |
class |
Compute.AcceleratorTypes.List |
| Constructor and Description |
|---|
AcceleratorTypes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.AcceleratorTypes.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of accelerator types.
|
Compute.AcceleratorTypes.Get |
get(String project,
String zone,
String acceleratorType)
Returns the specified accelerator type.
|
Compute.AcceleratorTypes.List |
list(String project,
String zone)
Retrieves a list of accelerator types that are available to the specified project.
|
public Compute.AcceleratorTypes.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.AcceleratorTypes.Get get(String project, String zone, String acceleratorType) 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.acceleratorType - Name of the accelerator type to return.IOExceptionpublic Compute.AcceleratorTypes.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–2023 Google. All rights reserved.