public static enum Dhcp.DhcpOptionCode extends Enum<Dhcp.DhcpOptionCode> implements IntCodedEnum
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getName() |
static Dhcp.DhcpOptionCode |
valueOf(int code) |
static Dhcp.DhcpOptionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dhcp.DhcpOptionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dhcp.DhcpOptionCode NETMASK
public static final Dhcp.DhcpOptionCode TIME_OFFSET
public static final Dhcp.DhcpOptionCode ROUTER
public static final Dhcp.DhcpOptionCode TIME_SERVER
public static final Dhcp.DhcpOptionCode DNS_SERVER
public static final Dhcp.DhcpOptionCode LOG_SERVER
public static final Dhcp.DhcpOptionCode LPR_SERVER
public static final Dhcp.DhcpOptionCode HOSTNAME
public static final Dhcp.DhcpOptionCode BOOT_FILE_SIZE
public static final Dhcp.DhcpOptionCode DOMAIN_NAME
public static final Dhcp.DhcpOptionCode SWAP_SERVER
public static final Dhcp.DhcpOptionCode ROOT_PATH
public static final Dhcp.DhcpOptionCode EXTENSION_PATH
public static final Dhcp.DhcpOptionCode IP_FORWARD_ENABLE
public static final Dhcp.DhcpOptionCode NON_LOCAL_SOURCE_ROUTING
public static final Dhcp.DhcpOptionCode POLICY_FILTER
public static final Dhcp.DhcpOptionCode MAX_DATAGRAM_REASSEMBLY
public static final Dhcp.DhcpOptionCode DEFAULT_TTL
public static final Dhcp.DhcpOptionCode MTU
public static final Dhcp.DhcpOptionCode ALL_SUBNETS_LOCAL
public static final Dhcp.DhcpOptionCode BROADCAST
public static final Dhcp.DhcpOptionCode ROUTER_DISCOVERY
public static final Dhcp.DhcpOptionCode ROUTER_SOLICITATION
public static final Dhcp.DhcpOptionCode STATIC_ROUTE
public static final Dhcp.DhcpOptionCode TRAILER_ENCAPSULATION
public static final Dhcp.DhcpOptionCode ARP_TIMEOUT
public static final Dhcp.DhcpOptionCode ETHERNET_ENCAP
public static final Dhcp.DhcpOptionCode TCP_TTL
public static final Dhcp.DhcpOptionCode TCP_KEEPALIVE
public static final Dhcp.DhcpOptionCode NIS_DOMAIN
public static final Dhcp.DhcpOptionCode NIS_SERVER
public static final Dhcp.DhcpOptionCode NTP_SERVER
public static final Dhcp.DhcpOptionCode VENDOR_ENCAP
public static final Dhcp.DhcpOptionCode NETBIOS_NS
public static final Dhcp.DhcpOptionCode NETBIOS_DD
public static final Dhcp.DhcpOptionCode NETBIOS_NODETYPE
public static final Dhcp.DhcpOptionCode NETBIOS_SCOPE
public static final Dhcp.DhcpOptionCode X_WINDOWS_FS
public static final Dhcp.DhcpOptionCode X_WINDOWS_DM
public static final Dhcp.DhcpOptionCode REQUESTED_ADDRESS
public static final Dhcp.DhcpOptionCode LEASE_TIME
public static final Dhcp.DhcpOptionCode OPTION_OVERLOAD
public static final Dhcp.DhcpOptionCode MESSAGE_TYPE
public static final Dhcp.DhcpOptionCode SERVER_IDENTIFIER
public static final Dhcp.DhcpOptionCode PARAMETER_REQUEST
public static final Dhcp.DhcpOptionCode MESSAGE
public static final Dhcp.DhcpOptionCode MAX_MESSAGE_SIZE
public static final Dhcp.DhcpOptionCode T1
public static final Dhcp.DhcpOptionCode T2
public static final Dhcp.DhcpOptionCode VENDOR_CLASS
public static final Dhcp.DhcpOptionCode CLIENT_ID
public static final Dhcp.DhcpOptionCode NISPLUS_DOMAIN
public static final Dhcp.DhcpOptionCode NISPLUS_SERVER
public static final Dhcp.DhcpOptionCode TFTP_SERVER
public static final Dhcp.DhcpOptionCode BOOTFILE_NAME
public static final Dhcp.DhcpOptionCode MOBILE_IP_HOME
public static final Dhcp.DhcpOptionCode SMTP_SERVER
public static final Dhcp.DhcpOptionCode POP3_SERVER
public static final Dhcp.DhcpOptionCode NNTP_SERVER
public static final Dhcp.DhcpOptionCode IRC_SERVER
public static final Dhcp.DhcpOptionCode USER_CLASS
public static final Dhcp.DhcpOptionCode FQDN
public static final Dhcp.DhcpOptionCode AGENT_ID
public static final Dhcp.DhcpOptionCode CLIENT_ARCH
public static final Dhcp.DhcpOptionCode CLIENT_INTERFACE_ID
public static final Dhcp.DhcpOptionCode CLIENT_MACHINE_ID
public static final Dhcp.DhcpOptionCode SUBNET_SELECT
public static final Dhcp.DhcpOptionCode URL
public static final Dhcp.DhcpOptionCode DOMAIN_SEARCH
public static final Dhcp.DhcpOptionCode SIP_SERVER
public static final Dhcp.DhcpOptionCode CLASSLESS_STATIC_ROUTE
public static final Dhcp.DhcpOptionCode VENDOR_ID_ENCAP
public static final Dhcp.DhcpOptionCode SERVER_IP_ADDRESS
public static Dhcp.DhcpOptionCode[] values()
for (Dhcp.DhcpOptionCode c : Dhcp.DhcpOptionCode.values()) System.out.println(c);
public static Dhcp.DhcpOptionCode 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 int getCode()
getCode in interface IntCodedEnumpublic String getName()
public static Dhcp.DhcpOptionCode valueOf(int code)
Copyright © 2016–2017 Nuage Networks. All rights reserved.