| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getDuplex() | 
 The duplex setting  half | full | full with flow control. 
 | 
String | 
getId() | 
 The unique identifier for the interface. 
 | 
String | 
getKind() | 
 The type of interface. 
 | 
String | 
getMacAddress() | 
 The MAC address for the interface. 
 | 
int | 
getMtu() | 
 The packet size. 
 | 
String | 
getName() | 
 The name of the interface. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
int | 
getSpeed() | 
 Ethernet speed 10 | 100 | 1000. 
 | 
boolean | 
isAutomatic() | 
 Configure the interface speed, duplex, and mtu automatically? 
 | 
void | 
setAutomatic(boolean automatic) | 
 Configure the interface speed, duplex, and mtu automatically? 
 | 
void | 
setDuplex(String duplex) | 
 The duplex setting  half | full | full with flow control. 
 | 
void | 
setMtu(int mtu) | 
 The packet size. 
 | 
void | 
setSpeed(int speed) | 
 Ethernet speed 10 | 100 | 1000. 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("auto") @Kind("property") @Name("automatic") @Type("boolean") boolean isAutomatic()
@Code("auto") @Kind("property") @Name("automatic") @Type("boolean") void setAutomatic(boolean automatic)
automatic - new property value@Code("dupl") @Kind("property") @Name("duplex") @Type("text") String getDuplex()
@Code("dupl") @Kind("property") @Name("duplex") @Type("text") void setDuplex(String duplex)
duplex - new property value@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("kind") @Kind("property") @Name("kind") @Type("text") String getKind()
@Code("maca") @Kind("property") @Name("MAC address") @Type("text") String getMacAddress()
@Code("mtu ") @Kind("property") @Name("mtu") @Type("integer") int getMtu()
@Code("mtu ") @Kind("property") @Name("mtu") @Type("integer") void setMtu(int mtu)
mtu - new property value@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("sped") @Kind("property") @Name("speed") @Type("integer") int getSpeed()
@Code("sped") @Kind("property") @Name("speed") @Type("integer") void setSpeed(int speed)
speed - new property value