Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Field and Description |
---|---|
static Zone.Status |
Zone.Status.DOWN |
static Zone.Status |
Zone.Status.UP |
Modifier and Type | Method and Description |
---|---|
Zone.Status |
Zone.getStatus()
Returns the status of the zone.
|
static Zone.Status |
Zone.Status.valueOf(String constant)
Get the Status for the given String constant, and allow unrecognized values.
|
static Zone.Status |
Zone.Status.valueOfStrict(String constant)
Get the Status for the given String constant, and throw an exception if the constant is not
recognized.
|
static Zone.Status[] |
Zone.Status.values()
Return the known values for Status.
|
Copyright © 2019 Google LLC. All rights reserved.