public class VirtualMachineSriovNetworkDevicePoolInfo extends VirtualMachineSriovDevicePoolInfo
Java class for VirtualMachineSriovNetworkDevicePoolInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineSriovNetworkDevicePoolInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineSriovDevicePoolInfo">
<sequence>
<element name="switchKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="switchUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
switchKey |
protected String |
switchUuid |
key| Constructor and Description |
|---|
VirtualMachineSriovNetworkDevicePoolInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSwitchKey()
Gets the value of the switchKey property.
|
String |
getSwitchUuid()
Gets the value of the switchUuid property.
|
void |
setSwitchKey(String value)
Sets the value of the switchKey property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
getKey, setKeypublic VirtualMachineSriovNetworkDevicePoolInfo()
public String getSwitchKey()
Stringpublic void setSwitchKey(String value)
value - allowed object is
Stringpublic String getSwitchUuid()
StringCopyright © 2018. All rights reserved.