|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.ic.lang.Enum
com.foxsmart.csu.config.global.InterfaceTypeEnum
public class InterfaceTypeEnum
The InterfaceTypeEnum class represents an interface type for all router interfaces. General format: interface serial [slot/][port-adapter/]port[:channel-group][.sub-interface].
| Field Summary | |
|---|---|
static InterfaceTypeEnum |
ASYNC
Deprecated. Value: 0, Name: Async, Short Description: Async, Format: port. |
static InterfaceTypeEnum |
ATM
Deprecated. Value: 19, Name: ATM, Short Description: ATM, Format: slot/port-adapter/port.sub-interface [multipoint | point-to-point] (e.g. |
static InterfaceTypeEnum |
BRI
Deprecated. Value: 17, Name: Bri, Short Description: BRI, Format: port. |
static InterfaceTypeEnum |
BVI
Deprecated. Value: 1, Name: BVI, Short Description: Bridge-Group Virtual Interface, Format: port. |
static InterfaceTypeEnum |
CBR
Deprecated. Value: 25, Name: CBR, Short Description: Constant Bit Rate, Format: slot/port. |
static InterfaceTypeEnum |
CHANNEL
Deprecated. Value: 26, Name: Channel, Short Description: Channel, Format: slot/port. |
static InterfaceTypeEnum |
DIALER
Deprecated. Value: 2, Name: Dialer, Short Description: Dialer, Format: port. |
static InterfaceTypeEnum |
ETHERNET
Deprecated. Value: 3, Name: Ethernet, Short Description: Ethernet IEEE 802.3, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
FAST_ETHERNET
Deprecated. Value: 4, Name: FastEthernet, Short Description: FastEthernet, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
FDDI
Deprecated. Value: 22, Name: FDDI, Short Description: Fiber Distributed Data Interface, Format: slot/port. |
static InterfaceTypeEnum |
FR_ATM
Deprecated. Value: 27, Name: FR-ATM, Short Description: Frame Relay-ATM, Format: port. |
static InterfaceTypeEnum |
GROUP_ASYNC
Deprecated. Value: 6, Name: Group-Async, Short Description: Async Group, Format: port. |
static InterfaceTypeEnum |
HSSI
Deprecated. Value: 18, Name: Hssi, Short Description: HSSI, Format: slot/port. |
static InterfaceTypeEnum |
LEX
Deprecated. Value: 7, Name: Lex, Short Description: Lex, Format: slot/port. |
static InterfaceTypeEnum |
LOOPBACK
Deprecated. Value: 8, Name: Loopback, Short Description: Loopback, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
MULTILINK
Deprecated. Value: 9, Name: Multilink, Short Description: Multilink-group, Format: port. |
static InterfaceTypeEnum |
NULL
Deprecated. Value: 10, Name: Null, Short Description: Null, Format: port. |
static InterfaceTypeEnum |
PORT_CHANNEL
Deprecated. Value: 24, Name: Port-channel, Short Description: Port-Channel, Format: port.sub-interface. |
static InterfaceTypeEnum |
POS
Deprecated. Value: 21, Name: POS, Short Description: Packet Over SONET, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
SERIAL
Deprecated. Value: 11, Name: Serial, Short Description: Serial, Format: slot/port-adapter/port.sub-interface [multipoint | point-to-point] (e.g. |
static InterfaceTypeEnum |
TOKEN_RING
Deprecated. Value: 5, Name: TokenRing, Short Description: Token Ring, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
TUNNEL
Deprecated. Value: 12, Name: Tunnel, Short Description: Tunnel, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
VG_ANYLAN
Deprecated. Value: 23, Name: VG-Anylan, Short Description: 100VG-AnyLAN Port Adapter, Format: slot/port-adapter/port. |
static InterfaceTypeEnum |
VIF
Deprecated. Value: 13, Name: Vif, Short Description: PGM Multicast Host, Format: port. |
static InterfaceTypeEnum |
VIRTUAL_TEMPLATE
Deprecated. Value: 14, Name: Virtual-Template, Short Description: Virtual Template, Format: port. |
static InterfaceTypeEnum |
VIRTUAL_TOKEN_RING
Deprecated. Value: 15, Name: Virtual-TokenRing, Short Description: Virtual TokenRing, Format: port. |
static InterfaceTypeEnum |
VLAN
Deprecated. Value: 16, Name: Vlan, Short Description: Catalyst Vlans, Format: port type [trbrf | ethernet] (e.g. |
static InterfaceTypeEnum |
XTAG_ATM
Deprecated. Value: 20, Name: XTagATM, Short Description: Extended Label ATM, Format: port. |
| Fields inherited from class com.foxsmart.ic.lang.Enum |
|---|
enumMap, value |
| Constructor Summary | |
|---|---|
protected |
InterfaceTypeEnum(EnumEntry enumEntry)
Deprecated. |
|
InterfaceTypeEnum(java.lang.Integer value)
Deprecated. |
|
InterfaceTypeEnum(java.lang.String name)
Deprecated. |
| Method Summary | |
|---|---|
static java.lang.Comparable |
getMaxValue()
Deprecated. Maximum value of 27. |
static java.lang.Comparable |
getMinValue()
Deprecated. Minimum value of 0. |
| Methods inherited from class com.foxsmart.ic.lang.Enum |
|---|
createEntry, equals, getEntry, getEntry, getEntry, getEnumClass, getLongDescription, getLongDescription, getName, getName, getName, getShortDescription, getShortDescription, getValue, getValue, getValue, hasEntry, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final InterfaceTypeEnum ASYNC
public static final InterfaceTypeEnum BVI
public static final InterfaceTypeEnum DIALER
public static final InterfaceTypeEnum ETHERNET
public static final InterfaceTypeEnum FAST_ETHERNET
public static final InterfaceTypeEnum TOKEN_RING
public static final InterfaceTypeEnum GROUP_ASYNC
public static final InterfaceTypeEnum LEX
public static final InterfaceTypeEnum LOOPBACK
public static final InterfaceTypeEnum MULTILINK
public static final InterfaceTypeEnum NULL
public static final InterfaceTypeEnum SERIAL
public static final InterfaceTypeEnum TUNNEL
public static final InterfaceTypeEnum VIF
public static final InterfaceTypeEnum VIRTUAL_TEMPLATE
public static final InterfaceTypeEnum VIRTUAL_TOKEN_RING
public static final InterfaceTypeEnum VLAN
public static final InterfaceTypeEnum BRI
public static final InterfaceTypeEnum HSSI
public static final InterfaceTypeEnum ATM
public static final InterfaceTypeEnum XTAG_ATM
public static final InterfaceTypeEnum POS
public static final InterfaceTypeEnum FDDI
public static final InterfaceTypeEnum VG_ANYLAN
public static final InterfaceTypeEnum PORT_CHANNEL
public static final InterfaceTypeEnum CBR
public static final InterfaceTypeEnum CHANNEL
public static final InterfaceTypeEnum FR_ATM
| Constructor Detail |
|---|
protected InterfaceTypeEnum(EnumEntry enumEntry)
public InterfaceTypeEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public InterfaceTypeEnum(java.lang.Integer value)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException| Method Detail |
|---|
public static java.lang.Comparable getMinValue()
public static java.lang.Comparable getMaxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||