public class DistributedVirtualPortgroupInfo extends DynamicData
Java class for DistributedVirtualPortgroupInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualPortgroupInfo">
<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="portgroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portgroupKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portgroupType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uplinkPortgroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="portgroup" 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 Boolean |
networkReservationSupported |
protected ManagedObjectReference |
portgroup |
protected String |
portgroupKey |
protected String |
portgroupName |
protected String |
portgroupType |
protected String |
switchName |
protected String |
switchUuid |
protected boolean |
uplinkPortgroup |
| Constructor and Description |
|---|
DistributedVirtualPortgroupInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getPortgroup()
Gets the value of the portgroup property.
|
String |
getPortgroupKey()
Gets the value of the portgroupKey property.
|
String |
getPortgroupName()
Gets the value of the portgroupName property.
|
String |
getPortgroupType()
Gets the value of the portgroupType 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.
|
boolean |
isUplinkPortgroup()
Gets the value of the uplinkPortgroup property.
|
void |
setNetworkReservationSupported(Boolean value)
Sets the value of the networkReservationSupported property.
|
void |
setPortgroup(ManagedObjectReference value)
Sets the value of the portgroup property.
|
void |
setPortgroupKey(String value)
Sets the value of the portgroupKey property.
|
void |
setPortgroupName(String value)
Sets the value of the portgroupName property.
|
void |
setPortgroupType(String value)
Sets the value of the portgroupType property.
|
void |
setSwitchName(String value)
Sets the value of the switchName property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
void |
setUplinkPortgroup(boolean value)
Sets the value of the uplinkPortgroup property.
|
protected String switchName
protected String switchUuid
protected String portgroupName
protected String portgroupKey
protected String portgroupType
protected boolean uplinkPortgroup
protected ManagedObjectReference portgroup
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 String getPortgroupName()
Stringpublic void setPortgroupName(String value)
value - allowed object is
Stringpublic String getPortgroupKey()
Stringpublic void setPortgroupKey(String value)
value - allowed object is
Stringpublic String getPortgroupType()
Stringpublic void setPortgroupType(String value)
value - allowed object is
Stringpublic boolean isUplinkPortgroup()
public void setUplinkPortgroup(boolean value)
public ManagedObjectReference getPortgroup()
ManagedObjectReferencepublic void setPortgroup(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Boolean isNetworkReservationSupported()
BooleanCopyright © 2018. All rights reserved.