public static final class Zone.Status extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static Zone.Status |
DOWN |
static Zone.Status |
UP |
Modifier and Type | Method and Description |
---|---|
static Zone.Status |
valueOf(String constant)
Get the Status for the given String constant, and allow unrecognized values.
|
static 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[] |
values()
Return the known values for Status.
|
equals, hashCode, name, toString
public static final Zone.Status UP
public static final Zone.Status DOWN
public static Zone.Status valueOfStrict(String constant)
public static Zone.Status valueOf(String constant)
public static Zone.Status[] values()
Copyright © 2019 Google LLC. All rights reserved.