Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionDiskSettings.Get |
class |
Compute.RegionDiskSettings.Patch |
Constructor and Description |
---|
RegionDiskSettings() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionDiskSettings.Get |
get(String project,
String region)
Get Regional Disk Settings.
|
Compute.RegionDiskSettings.Patch |
patch(String project,
String region,
DiskSettings content)
Patch Regional Disk Settings
Create a request for the method "regionDiskSettings.patch".
|
public Compute.RegionDiskSettings.Get get(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.IOException
public Compute.RegionDiskSettings.Patch patch(String project, String region, DiskSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.content
- the DiskSettings
IOException
Copyright © 2011–2024 Google. All rights reserved.