public static enum DhcpRelayAgentOption.RelayAgentInfoOptions extends Enum<DhcpRelayAgentOption.RelayAgentInfoOptions>
Enum Constant and Description |
---|
AUTH |
CIRCUIT_ID |
DOCSIS |
LINK_SELECTION |
RADIUS |
RELAY_AGENT_FLAGS |
REMOTE_ID |
SERVER_ID_OVERRIDE |
SUBSCRIBER_ID |
VENDOR_SPECIFIC |
VIRTUAL_SUBNET_SELECTION |
VIRTUAL_SUBNET_SELECTION_CTRL |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static DhcpRelayAgentOption.RelayAgentInfoOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhcpRelayAgentOption.RelayAgentInfoOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DhcpRelayAgentOption.RelayAgentInfoOptions CIRCUIT_ID
public static final DhcpRelayAgentOption.RelayAgentInfoOptions REMOTE_ID
public static final DhcpRelayAgentOption.RelayAgentInfoOptions DOCSIS
public static final DhcpRelayAgentOption.RelayAgentInfoOptions LINK_SELECTION
public static final DhcpRelayAgentOption.RelayAgentInfoOptions SUBSCRIBER_ID
public static final DhcpRelayAgentOption.RelayAgentInfoOptions RADIUS
public static final DhcpRelayAgentOption.RelayAgentInfoOptions AUTH
public static final DhcpRelayAgentOption.RelayAgentInfoOptions VENDOR_SPECIFIC
public static final DhcpRelayAgentOption.RelayAgentInfoOptions RELAY_AGENT_FLAGS
public static final DhcpRelayAgentOption.RelayAgentInfoOptions SERVER_ID_OVERRIDE
public static final DhcpRelayAgentOption.RelayAgentInfoOptions VIRTUAL_SUBNET_SELECTION
public static final DhcpRelayAgentOption.RelayAgentInfoOptions VIRTUAL_SUBNET_SELECTION_CTRL
public static DhcpRelayAgentOption.RelayAgentInfoOptions[] values()
for (DhcpRelayAgentOption.RelayAgentInfoOptions c : DhcpRelayAgentOption.RelayAgentInfoOptions.values()) System.out.println(c);
public static DhcpRelayAgentOption.RelayAgentInfoOptions 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 byte getValue()