Package | Description |
---|---|
com.google.api.services.compute |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.Reset |
Compute.Instances.reset(String project,
String zone,
String instance)
Performs a hard reset on the instance.
|
Compute.Instances.Reset |
Compute.Instances.Reset.set(String parameterName,
Object value) |
Compute.Instances.Reset |
Compute.Instances.Reset.setAlt(String alt) |
Compute.Instances.Reset |
Compute.Instances.Reset.setFields(String fields) |
Compute.Instances.Reset |
Compute.Instances.Reset.setInstance(String instance)
Name of the instance scoping this request.
|
Compute.Instances.Reset |
Compute.Instances.Reset.setKey(String key) |
Compute.Instances.Reset |
Compute.Instances.Reset.setOauthToken(String oauthToken) |
Compute.Instances.Reset |
Compute.Instances.Reset.setPrettyPrint(Boolean prettyPrint) |
Compute.Instances.Reset |
Compute.Instances.Reset.setProject(String project)
Name of the project scoping this request.
|
Compute.Instances.Reset |
Compute.Instances.Reset.setQuotaUser(String quotaUser) |
Compute.Instances.Reset |
Compute.Instances.Reset.setUserIp(String userIp) |
Compute.Instances.Reset |
Compute.Instances.Reset.setZone(String zone)
Name of the zone scoping this request.
|