Modifier and Type | Class and Description |
---|---|
class |
Compute.InstanceSettings.Get |
class |
Compute.InstanceSettings.Patch |
Constructor and Description |
---|
InstanceSettings() |
Modifier and Type | Method and Description |
---|---|
Compute.InstanceSettings.Get |
get(String project,
String zone)
Get Instance settings.
|
Compute.InstanceSettings.Patch |
patch(String project,
String zone,
InstanceSettings content)
Patch Instance settings
Create a request for the method "instanceSettings.patch".
|
public Compute.InstanceSettings.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.InstanceSettings.Patch patch(String project, String zone, InstanceSettings content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The zone scoping this request. It should conform to RFC1035.content
- the InstanceSettings
IOException
Copyright © 2011–2025 Google. All rights reserved.