public class VirtualMachineNetworkInfo extends VirtualMachineTargetInfo
Java class for VirtualMachineNetworkInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineNetworkInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="network" type="{urn:vim25}NetworkSummary"/>
<element name="vswitch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkSummary |
network |
protected String |
vswitch |
configurationTag, name| Constructor and Description |
|---|
VirtualMachineNetworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
NetworkSummary |
getNetwork()
Gets the value of the network property.
|
String |
getVswitch()
Gets the value of the vswitch property.
|
void |
setNetwork(NetworkSummary value)
Sets the value of the network property.
|
void |
setVswitch(String value)
Sets the value of the vswitch property.
|
getConfigurationTag, getName, setNameprotected NetworkSummary network
protected String vswitch
public NetworkSummary getNetwork()
NetworkSummarypublic void setNetwork(NetworkSummary value)
value - allowed object is
NetworkSummarypublic String getVswitch()
StringCopyright © 2018. All rights reserved.