Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.Builder.build() |
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.
|
Modifier and Type | Method and Description |
---|---|
Page<Instance> |
Compute.listInstances(Compute.InstanceAggregatedListOption... options)
Lists instances for all zones.
|
Page<Instance> |
Compute.listInstances(String zone,
Compute.InstanceListOption... options)
Lists instances for the provided zone.
|
Copyright © 2019 Google LLC. All rights reserved.