target.apidocs.com.google.api.services.compute.Compute.InstanceSettings.html Maven / Gradle / Ivy
The newest version!
Compute.InstanceSettings (Compute Engine API v1-rev20250320-2.0.0)
com.google.api.services.compute
Class Compute.InstanceSettings
- java.lang.Object
-
- com.google.api.services.compute.Compute.InstanceSettings
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.InstanceSettings.Get
class
Compute.InstanceSettings.Patch
-
Constructor Summary
Constructors
Constructor and Description
InstanceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods
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".
-
-
Method Detail
-
get
public Compute.InstanceSettings.Get get(String project,
String zone)
throws IOException
Get Instance settings.
Create a request for the method "instanceSettings.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
zone - Name of the zone for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.InstanceSettings.Patch patch(String project,
String zone,
InstanceSettings content)
throws IOException
Patch Instance settings
Create a request for the method "instanceSettings.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
project - Project ID for this request.
zone - The zone scoping this request. It should conform to RFC1035.
content - the InstanceSettings
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy