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 Region.Status |
Region.Status.DOWN |
static Region.Status |
Region.Status.UP |
Modifier and Type | Method and Description |
---|---|
Region.Status |
Region.getStatus()
Returns the status of the status.
|
static Region.Status |
Region.Status.valueOf(String constant)
Get the Status for the given String constant, and allow unrecognized values.
|
static Region.Status |
Region.Status.valueOfStrict(String constant)
Get the Status for the given String constant, and throw an exception if the constant is not
recognized.
|
static Region.Status[] |
Region.Status.values()
Return the known values for Status.
|
Copyright © 2019 Google LLC. All rights reserved.