org.virtualbox_6_0
Enum DhcpOpt

java.lang.Object
  extended by java.lang.Enum<DhcpOpt>
      extended by org.virtualbox_6_0.DhcpOpt
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DhcpOpt>

public enum DhcpOpt
extends java.lang.Enum<DhcpOpt>


Enum Constant Summary
AllSubnetsAreLocal
           
ARPCacheTimeout
           
BootfileName
           
BootFileSize
           
BroadcastAddress
           
Cookie
           
DefaultIPTime2Live
           
DomainName
           
DomainNameServer
           
EthernetEncapsulation
           
ExtensionPath
           
HostName
           
ImpressServer
           
InterfaceMTU
           
IPAddressLeaseTime
           
IPForwardingEnableDisable
           
IPLayerParametersPerInterface
           
LogServer
           
LPRServer
           
MaskSupplier
           
MaximumDatagramReassemblySize
           
MeritDumpFile
           
NameServer
           
NetworkInformationServiceDomain
           
NetworkInformationServiceServers
           
NetworkTimeProtocolServers
           
NonLocalSourceRoutingEnableDisable
           
Option_119
           
Option_44
           
Option_45
           
Option_46
           
Option_47
           
Option_48
           
Option_49
           
Option_64
           
Option_65
           
Option_68
           
Option_69
           
Option_70
           
Option_71
           
Option_72
           
Option_73
           
Option_74
           
Option_75
           
PathMTUAgingTimeout
           
PerformMaskDiscovery
           
PerformRouteDiscovery
           
PolicyFilter
           
ResourseLocationServer
           
RootPath
           
Router
           
RouterSolicitationAddress
           
StaticRoute
           
SubnetMask
           
SwapServer
           
TCPDefaultTTL
           
TCPKeepAliveGarbage
           
TCPKeepAliveInterval
           
TFTPServerName
           
TimeOffset
           
TimeServer
           
TrailerEncapsulation
           
VendorSpecificInformation
           
 
Method Summary
static DhcpOpt fromValue(long v)
           
static DhcpOpt fromValue(java.lang.String v)
           
 int value()
           
static DhcpOpt valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DhcpOpt[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SubnetMask

public static final DhcpOpt SubnetMask

TimeOffset

public static final DhcpOpt TimeOffset

Router

public static final DhcpOpt Router

TimeServer

public static final DhcpOpt TimeServer

NameServer

public static final DhcpOpt NameServer

DomainNameServer

public static final DhcpOpt DomainNameServer

LogServer

public static final DhcpOpt LogServer

Cookie

public static final DhcpOpt Cookie

LPRServer

public static final DhcpOpt LPRServer

ImpressServer

public static final DhcpOpt ImpressServer

ResourseLocationServer

public static final DhcpOpt ResourseLocationServer

HostName

public static final DhcpOpt HostName

BootFileSize

public static final DhcpOpt BootFileSize

MeritDumpFile

public static final DhcpOpt MeritDumpFile

DomainName

public static final DhcpOpt DomainName

SwapServer

public static final DhcpOpt SwapServer

RootPath

public static final DhcpOpt RootPath

ExtensionPath

public static final DhcpOpt ExtensionPath

IPForwardingEnableDisable

public static final DhcpOpt IPForwardingEnableDisable

NonLocalSourceRoutingEnableDisable

public static final DhcpOpt NonLocalSourceRoutingEnableDisable

PolicyFilter

public static final DhcpOpt PolicyFilter

MaximumDatagramReassemblySize

public static final DhcpOpt MaximumDatagramReassemblySize

DefaultIPTime2Live

public static final DhcpOpt DefaultIPTime2Live

PathMTUAgingTimeout

public static final DhcpOpt PathMTUAgingTimeout

IPLayerParametersPerInterface

public static final DhcpOpt IPLayerParametersPerInterface

InterfaceMTU

public static final DhcpOpt InterfaceMTU

AllSubnetsAreLocal

public static final DhcpOpt AllSubnetsAreLocal

BroadcastAddress

public static final DhcpOpt BroadcastAddress

PerformMaskDiscovery

public static final DhcpOpt PerformMaskDiscovery

MaskSupplier

public static final DhcpOpt MaskSupplier

PerformRouteDiscovery

public static final DhcpOpt PerformRouteDiscovery

RouterSolicitationAddress

public static final DhcpOpt RouterSolicitationAddress

StaticRoute

public static final DhcpOpt StaticRoute

TrailerEncapsulation

public static final DhcpOpt TrailerEncapsulation

ARPCacheTimeout

public static final DhcpOpt ARPCacheTimeout

EthernetEncapsulation

public static final DhcpOpt EthernetEncapsulation

TCPDefaultTTL

public static final DhcpOpt TCPDefaultTTL

TCPKeepAliveInterval

public static final DhcpOpt TCPKeepAliveInterval

TCPKeepAliveGarbage

public static final DhcpOpt TCPKeepAliveGarbage

NetworkInformationServiceDomain

public static final DhcpOpt NetworkInformationServiceDomain

NetworkInformationServiceServers

public static final DhcpOpt NetworkInformationServiceServers

NetworkTimeProtocolServers

public static final DhcpOpt NetworkTimeProtocolServers

VendorSpecificInformation

public static final DhcpOpt VendorSpecificInformation

Option_44

public static final DhcpOpt Option_44

Option_45

public static final DhcpOpt Option_45

Option_46

public static final DhcpOpt Option_46

Option_47

public static final DhcpOpt Option_47

Option_48

public static final DhcpOpt Option_48

Option_49

public static final DhcpOpt Option_49

IPAddressLeaseTime

public static final DhcpOpt IPAddressLeaseTime

Option_64

public static final DhcpOpt Option_64

Option_65

public static final DhcpOpt Option_65

TFTPServerName

public static final DhcpOpt TFTPServerName

BootfileName

public static final DhcpOpt BootfileName

Option_68

public static final DhcpOpt Option_68

Option_69

public static final DhcpOpt Option_69

Option_70

public static final DhcpOpt Option_70

Option_71

public static final DhcpOpt Option_71

Option_72

public static final DhcpOpt Option_72

Option_73

public static final DhcpOpt Option_73

Option_74

public static final DhcpOpt Option_74

Option_75

public static final DhcpOpt Option_75

Option_119

public static final DhcpOpt Option_119
Method Detail

values

public static DhcpOpt[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DhcpOpt c : DhcpOpt.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DhcpOpt valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public int value()

fromValue

public static DhcpOpt fromValue(long v)

fromValue

public static DhcpOpt fromValue(java.lang.String v)