public class HostVirtualSwitchBondBridge extends HostVirtualSwitchBridge
Java class for HostVirtualSwitchBondBridge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVirtualSwitchBondBridge">
<complexContent>
<extension base="{urn:vim25}HostVirtualSwitchBridge">
<sequence>
<element name="nicDevice" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="beacon" type="{urn:vim25}HostVirtualSwitchBeaconConfig" minOccurs="0"/>
<element name="linkDiscoveryProtocolConfig" type="{urn:vim25}LinkDiscoveryProtocolConfig" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostVirtualSwitchBeaconConfig |
beacon |
protected LinkDiscoveryProtocolConfig |
linkDiscoveryProtocolConfig |
protected List<String> |
nicDevice |
| Constructor and Description |
|---|
HostVirtualSwitchBondBridge() |
| Modifier and Type | Method and Description |
|---|---|
HostVirtualSwitchBeaconConfig |
getBeacon()
Gets the value of the beacon property.
|
LinkDiscoveryProtocolConfig |
getLinkDiscoveryProtocolConfig()
Gets the value of the linkDiscoveryProtocolConfig property.
|
List<String> |
getNicDevice()
Gets the value of the nicDevice property.
|
void |
setBeacon(HostVirtualSwitchBeaconConfig value)
Sets the value of the beacon property.
|
void |
setLinkDiscoveryProtocolConfig(LinkDiscoveryProtocolConfig value)
Sets the value of the linkDiscoveryProtocolConfig property.
|
protected HostVirtualSwitchBeaconConfig beacon
protected LinkDiscoveryProtocolConfig linkDiscoveryProtocolConfig
public List<String> getNicDevice()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nicDevice property.
For example, to add a new item, do as follows:
getNicDevice().add(newItem);
Objects of the following type(s) are allowed in the list
String
public HostVirtualSwitchBeaconConfig getBeacon()
HostVirtualSwitchBeaconConfigpublic void setBeacon(HostVirtualSwitchBeaconConfig value)
value - allowed object is
HostVirtualSwitchBeaconConfigpublic LinkDiscoveryProtocolConfig getLinkDiscoveryProtocolConfig()
LinkDiscoveryProtocolConfigpublic void setLinkDiscoveryProtocolConfig(LinkDiscoveryProtocolConfig value)
value - allowed object is
LinkDiscoveryProtocolConfigCopyright © 2018. All rights reserved.