Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static Compute.InstanceOption |
Compute.InstanceOption.fields(Compute.InstanceField... fields)
Returns an option to specify the instance's fields to be returned by the RPC call.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Compute.getInstance(InstanceId instance,
Compute.InstanceOption... options)
Returns the requested instance or
null if not found. |
Instance |
Instance.reload(Compute.InstanceOption... options)
Fetches current instance's latest information.
|
Copyright © 2019 Google LLC. All rights reserved.