public class DistributedVirtualSwitchInfo extends DynamicData
Java class for DistributedVirtualSwitchInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="switchName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="switchUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="distributedVirtualSwitch" type="{urn:vim25}ManagedObjectReference"/>
<element name="networkReservationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
distributedVirtualSwitch |
protected Boolean |
networkReservationSupported |
protected String |
switchName |
protected String |
switchUuid |
| Constructor and Description |
|---|
DistributedVirtualSwitchInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDistributedVirtualSwitch()
Gets the value of the distributedVirtualSwitch property.
|
String |
getSwitchName()
Gets the value of the switchName property.
|
String |
getSwitchUuid()
Gets the value of the switchUuid property.
|
Boolean |
isNetworkReservationSupported()
Gets the value of the networkReservationSupported property.
|
void |
setDistributedVirtualSwitch(ManagedObjectReference value)
Sets the value of the distributedVirtualSwitch property.
|
void |
setNetworkReservationSupported(Boolean value)
Sets the value of the networkReservationSupported property.
|
void |
setSwitchName(String value)
Sets the value of the switchName property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
protected String switchName
protected String switchUuid
protected ManagedObjectReference distributedVirtualSwitch
protected Boolean networkReservationSupported
public String getSwitchName()
Stringpublic void setSwitchName(String value)
value - allowed object is
Stringpublic String getSwitchUuid()
Stringpublic void setSwitchUuid(String value)
value - allowed object is
Stringpublic ManagedObjectReference getDistributedVirtualSwitch()
ManagedObjectReferencepublic void setDistributedVirtualSwitch(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isNetworkReservationSupported()
BooleanCopyright © 2018. All rights reserved.