public class PhysicalNicCdpDeviceCapability extends DynamicData
Java class for PhysicalNicCdpDeviceCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicCdpDeviceCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="router" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="transparentBridge" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sourceRouteBridge" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="networkSwitch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="igmpEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="repeater" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
host |
protected boolean |
igmpEnabled |
protected boolean |
networkSwitch |
protected boolean |
repeater |
protected boolean |
router |
protected boolean |
sourceRouteBridge |
protected boolean |
transparentBridge |
| Constructor and Description |
|---|
PhysicalNicCdpDeviceCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHost()
Gets the value of the host property.
|
boolean |
isIgmpEnabled()
Gets the value of the igmpEnabled property.
|
boolean |
isNetworkSwitch()
Gets the value of the networkSwitch property.
|
boolean |
isRepeater()
Gets the value of the repeater property.
|
boolean |
isRouter()
Gets the value of the router property.
|
boolean |
isSourceRouteBridge()
Gets the value of the sourceRouteBridge property.
|
boolean |
isTransparentBridge()
Gets the value of the transparentBridge property.
|
void |
setHost(boolean value)
Sets the value of the host property.
|
void |
setIgmpEnabled(boolean value)
Sets the value of the igmpEnabled property.
|
void |
setNetworkSwitch(boolean value)
Sets the value of the networkSwitch property.
|
void |
setRepeater(boolean value)
Sets the value of the repeater property.
|
void |
setRouter(boolean value)
Sets the value of the router property.
|
void |
setSourceRouteBridge(boolean value)
Sets the value of the sourceRouteBridge property.
|
void |
setTransparentBridge(boolean value)
Sets the value of the transparentBridge property.
|
protected boolean router
protected boolean transparentBridge
protected boolean sourceRouteBridge
protected boolean networkSwitch
protected boolean host
protected boolean igmpEnabled
protected boolean repeater
public boolean isRouter()
public void setRouter(boolean value)
public boolean isTransparentBridge()
public void setTransparentBridge(boolean value)
public boolean isSourceRouteBridge()
public void setSourceRouteBridge(boolean value)
public boolean isNetworkSwitch()
public void setNetworkSwitch(boolean value)
public boolean isHost()
public void setHost(boolean value)
public boolean isIgmpEnabled()
public void setIgmpEnabled(boolean value)
public boolean isRepeater()
public void setRepeater(boolean value)
Copyright © 2018. All rights reserved.