public final class TrafficRoutingMethod extends ExpandableStringEnum<TrafficRoutingMethod>
| Modifier and Type | Field and Description |
|---|---|
static TrafficRoutingMethod |
GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
PERFORMANCE
Static value Performance for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
PRIORITY
Static value Priority for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
SUBNET
Static value Subnet for TrafficRoutingMethod.
|
static TrafficRoutingMethod |
WEIGHTED
Static value Weighted for TrafficRoutingMethod.
|
| Constructor and Description |
|---|
TrafficRoutingMethod() |
| Modifier and Type | Method and Description |
|---|---|
static TrafficRoutingMethod |
fromString(String name)
Creates or finds a TrafficRoutingMethod from its string representation.
|
static Collection<TrafficRoutingMethod> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final TrafficRoutingMethod PERFORMANCE
public static final TrafficRoutingMethod PRIORITY
public static final TrafficRoutingMethod WEIGHTED
public static final TrafficRoutingMethod GEOGRAPHIC
public static final TrafficRoutingMethod MULTI_VALUE
public static final TrafficRoutingMethod SUBNET
public static TrafficRoutingMethod fromString(String name)
name - a name to look forpublic static Collection<TrafficRoutingMethod> values()
Copyright © 2019. All rights reserved.