public class DVSHostLocalPortInfo extends DynamicData
Java class for DVSHostLocalPortInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSHostLocalPortInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="switchUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="setting" type="{urn:vim25}DVPortSetting"/>
<element name="vnic" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
portKey |
protected DVPortSetting |
setting |
protected String |
switchUuid |
protected String |
vnic |
| Constructor and Description |
|---|
DVSHostLocalPortInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPortKey()
Gets the value of the portKey property.
|
DVPortSetting |
getSetting()
Gets the value of the setting property.
|
String |
getSwitchUuid()
Gets the value of the switchUuid property.
|
String |
getVnic()
Gets the value of the vnic property.
|
void |
setPortKey(String value)
Sets the value of the portKey property.
|
void |
setSetting(DVPortSetting value)
Sets the value of the setting property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
void |
setVnic(String value)
Sets the value of the vnic property.
|
protected String switchUuid
protected String portKey
protected DVPortSetting setting
protected String vnic
public String getSwitchUuid()
Stringpublic void setSwitchUuid(String value)
value - allowed object is
Stringpublic String getPortKey()
Stringpublic void setPortKey(String value)
value - allowed object is
Stringpublic DVPortSetting getSetting()
DVPortSettingpublic void setSetting(DVPortSetting value)
value - allowed object is
DVPortSettingpublic String getVnic()
StringCopyright © 2018. All rights reserved.