public class PhysicalNicHintInfo extends DynamicData
Java class for PhysicalNicHintInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalNicHintInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subnet" type="{urn:vim25}PhysicalNicIpHint" maxOccurs="unbounded" minOccurs="0"/>
<element name="network" type="{urn:vim25}PhysicalNicNameHint" maxOccurs="unbounded" minOccurs="0"/>
<element name="connectedSwitchPort" type="{urn:vim25}PhysicalNicCdpInfo" minOccurs="0"/>
<element name="lldpInfo" type="{urn:vim25}LinkLayerDiscoveryProtocolInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PhysicalNicCdpInfo |
connectedSwitchPort |
protected String |
device |
protected LinkLayerDiscoveryProtocolInfo |
lldpInfo |
protected List<PhysicalNicNameHint> |
network |
protected List<PhysicalNicIpHint> |
subnet |
| Constructor and Description |
|---|
PhysicalNicHintInfo() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalNicCdpInfo |
getConnectedSwitchPort()
Gets the value of the connectedSwitchPort property.
|
String |
getDevice()
Gets the value of the device property.
|
LinkLayerDiscoveryProtocolInfo |
getLldpInfo()
Gets the value of the lldpInfo property.
|
List<PhysicalNicNameHint> |
getNetwork()
Gets the value of the network property.
|
List<PhysicalNicIpHint> |
getSubnet()
Gets the value of the subnet property.
|
void |
setConnectedSwitchPort(PhysicalNicCdpInfo value)
Sets the value of the connectedSwitchPort property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setLldpInfo(LinkLayerDiscoveryProtocolInfo value)
Sets the value of the lldpInfo property.
|
protected String device
protected List<PhysicalNicIpHint> subnet
protected List<PhysicalNicNameHint> network
protected PhysicalNicCdpInfo connectedSwitchPort
protected LinkLayerDiscoveryProtocolInfo lldpInfo
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic List<PhysicalNicIpHint> getSubnet()
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 subnet property.
For example, to add a new item, do as follows:
getSubnet().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalNicIpHint
public List<PhysicalNicNameHint> getNetwork()
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 network property.
For example, to add a new item, do as follows:
getNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalNicNameHint
public PhysicalNicCdpInfo getConnectedSwitchPort()
PhysicalNicCdpInfopublic void setConnectedSwitchPort(PhysicalNicCdpInfo value)
value - allowed object is
PhysicalNicCdpInfopublic LinkLayerDiscoveryProtocolInfo getLldpInfo()
LinkLayerDiscoveryProtocolInfopublic void setLldpInfo(LinkLayerDiscoveryProtocolInfo value)
value - allowed object is
LinkLayerDiscoveryProtocolInfoCopyright © 2018. All rights reserved.