Modifier and Type | Class and Description |
---|---|
class |
Compute.DiskSettings.Get |
class |
Compute.DiskSettings.Patch |
Constructor and Description |
---|
DiskSettings() |
Modifier and Type | Method and Description |
---|---|
Compute.DiskSettings.Get |
get(String project,
String zone)
Get Zonal Disk Settings.
|
Compute.DiskSettings.Patch |
patch(String project,
String zone,
DiskSettings content)
Patch Zonal Disk Settings
Create a request for the method "diskSettings.patch".
|
public Compute.DiskSettings.Get get(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone for this request.IOException
public Compute.DiskSettings.Patch patch(String project, String zone, DiskSettings content) 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.content
- the DiskSettings
IOException
Copyright © 2011–2025 Google. All rights reserved.