| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionDiskTypes.Get |
class |
Compute.RegionDiskTypes.List |
| Constructor and Description |
|---|
RegionDiskTypes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionDiskTypes.Get |
get(String project,
String region,
String diskType)
Returns the specified regional disk type.
|
Compute.RegionDiskTypes.List |
list(String project,
String region)
Retrieves a list of regional disk types available to the specified project.
|
public Compute.RegionDiskTypes.Get get(String project, String region, String diskType) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.diskType - Name of the disk type to return.IOExceptionpublic Compute.RegionDiskTypes.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.IOExceptionCopyright © 2011–2021 Google. All rights reserved.