Package | Description |
---|---|
com.google.api.services.compute |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.set(java.lang.String parameterName,
java.lang.Object value) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setAlt(java.lang.String alt) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setFields(java.lang.String fields) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setInstance(java.lang.String instance)
Name of the instance resource to start.
|
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setKey(java.lang.String key) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setOauthToken(java.lang.String oauthToken) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setPrettyPrint(java.lang.Boolean prettyPrint) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setProject(java.lang.String project)
Project ID for this request.
|
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setQuotaUser(java.lang.String quotaUser) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setUserIp(java.lang.String userIp) |
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.StartWithEncryptionKey.setZone(java.lang.String zone)
The name of the zone for this request.
|
Compute.Instances.StartWithEncryptionKey |
Compute.Instances.startWithEncryptionKey(java.lang.String project,
java.lang.String zone,
java.lang.String instance,
InstancesStartWithEncryptionKeyRequest content)
Starts an instance that was stopped using the using the instances().stop method.
|