public static enum TrafficRoute.ReachabilityStatus extends Enum<TrafficRoute.ReachabilityStatus> implements BmcEnum
Reachability status for the given traffic route.
Enum Constant and Description |
---|
Indeterminate |
Reachable |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Unreachable |
Modifier and Type | Method and Description |
---|---|
static TrafficRoute.ReachabilityStatus |
create(String key) |
String |
getValue() |
static TrafficRoute.ReachabilityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficRoute.ReachabilityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrafficRoute.ReachabilityStatus Reachable
public static final TrafficRoute.ReachabilityStatus Unreachable
public static final TrafficRoute.ReachabilityStatus Indeterminate
public static final TrafficRoute.ReachabilityStatus UnknownEnumValue
public static TrafficRoute.ReachabilityStatus[] values()
for (TrafficRoute.ReachabilityStatus c : TrafficRoute.ReachabilityStatus.values()) System.out.println(c);
public static TrafficRoute.ReachabilityStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TrafficRoute.ReachabilityStatus create(String key)
Copyright © 2016–2024. All rights reserved.