Interface Gateway.LinkStatus
-
- Enclosing class:
- Gateway
public static interface Gateway.LinkStatus
Gateway link status. Only included on type=dedicated gateways. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
-
-
Field Detail
-
DOWN
static final String DOWN
down.- See Also:
- Constant Field Values
-
UP
static final String UP
up.- See Also:
- Constant Field Values
-
-