public class PhysicalNicCdpDeviceCapability extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
host |
boolean |
igmpEnabled |
boolean |
networkSwitch |
boolean |
repeater |
boolean |
router |
boolean |
sourceRouteBridge |
boolean |
transparentBridge |
dynamicProperty, dynamicType| Constructor and Description |
|---|
PhysicalNicCdpDeviceCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHost() |
boolean |
isIgmpEnabled() |
boolean |
isNetworkSwitch() |
boolean |
isRepeater() |
boolean |
isRouter() |
boolean |
isSourceRouteBridge() |
boolean |
isTransparentBridge() |
void |
setHost(boolean host) |
void |
setIgmpEnabled(boolean igmpEnabled) |
void |
setNetworkSwitch(boolean networkSwitch) |
void |
setRepeater(boolean repeater) |
void |
setRouter(boolean router) |
void |
setSourceRouteBridge(boolean sourceRouteBridge) |
void |
setTransparentBridge(boolean transparentBridge) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean router
public boolean transparentBridge
public boolean sourceRouteBridge
public boolean networkSwitch
public boolean host
public boolean igmpEnabled
public boolean repeater
public boolean isRouter()
public boolean isTransparentBridge()
public boolean isSourceRouteBridge()
public boolean isNetworkSwitch()
public boolean isHost()
public boolean isIgmpEnabled()
public boolean isRepeater()
public void setRouter(boolean router)
public void setTransparentBridge(boolean transparentBridge)
public void setSourceRouteBridge(boolean sourceRouteBridge)
public void setNetworkSwitch(boolean networkSwitch)
public void setHost(boolean host)
public void setIgmpEnabled(boolean igmpEnabled)
public void setRepeater(boolean repeater)
Copyright © 2011-2012. All Rights Reserved.