public class DistributedVirtualPort extends DynamicData
Java class for DistributedVirtualPort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualPort">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="config" type="{urn:vim25}DVPortConfigInfo"/>
<element name="dvsUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portgroupKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proxyHost" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="connectee" type="{urn:vim25}DistributedVirtualSwitchPortConnectee" minOccurs="0"/>
<element name="conflict" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="conflictPortKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{urn:vim25}DVPortState" minOccurs="0"/>
<element name="connectionCookie" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lastStatusChange" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="hostLocalPort" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DVPortConfigInfo |
config |
protected boolean |
conflict |
protected String |
conflictPortKey |
protected DistributedVirtualSwitchPortConnectee |
connectee |
protected Integer |
connectionCookie |
protected String |
dvsUuid |
protected Boolean |
hostLocalPort |
protected String |
key |
protected XMLGregorianCalendar |
lastStatusChange |
protected String |
portgroupKey |
protected ManagedObjectReference |
proxyHost |
protected DVPortState |
state |
| Constructor and Description |
|---|
DistributedVirtualPort() |
| Modifier and Type | Method and Description |
|---|---|
DVPortConfigInfo |
getConfig()
Gets the value of the config property.
|
String |
getConflictPortKey()
Gets the value of the conflictPortKey property.
|
DistributedVirtualSwitchPortConnectee |
getConnectee()
Gets the value of the connectee property.
|
Integer |
getConnectionCookie()
Gets the value of the connectionCookie property.
|
String |
getDvsUuid()
Gets the value of the dvsUuid property.
|
String |
getKey()
Gets the value of the key property.
|
XMLGregorianCalendar |
getLastStatusChange()
Gets the value of the lastStatusChange property.
|
String |
getPortgroupKey()
Gets the value of the portgroupKey property.
|
ManagedObjectReference |
getProxyHost()
Gets the value of the proxyHost property.
|
DVPortState |
getState()
Gets the value of the state property.
|
boolean |
isConflict()
Gets the value of the conflict property.
|
Boolean |
isHostLocalPort()
Gets the value of the hostLocalPort property.
|
void |
setConfig(DVPortConfigInfo value)
Sets the value of the config property.
|
void |
setConflict(boolean value)
Sets the value of the conflict property.
|
void |
setConflictPortKey(String value)
Sets the value of the conflictPortKey property.
|
void |
setConnectee(DistributedVirtualSwitchPortConnectee value)
Sets the value of the connectee property.
|
void |
setConnectionCookie(Integer value)
Sets the value of the connectionCookie property.
|
void |
setDvsUuid(String value)
Sets the value of the dvsUuid property.
|
void |
setHostLocalPort(Boolean value)
Sets the value of the hostLocalPort property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLastStatusChange(XMLGregorianCalendar value)
Sets the value of the lastStatusChange property.
|
void |
setPortgroupKey(String value)
Sets the value of the portgroupKey property.
|
void |
setProxyHost(ManagedObjectReference value)
Sets the value of the proxyHost property.
|
void |
setState(DVPortState value)
Sets the value of the state property.
|
protected String key
protected DVPortConfigInfo config
protected String dvsUuid
protected String portgroupKey
protected ManagedObjectReference proxyHost
protected DistributedVirtualSwitchPortConnectee connectee
protected boolean conflict
protected String conflictPortKey
protected DVPortState state
protected Integer connectionCookie
protected XMLGregorianCalendar lastStatusChange
protected Boolean hostLocalPort
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic DVPortConfigInfo getConfig()
DVPortConfigInfopublic void setConfig(DVPortConfigInfo value)
value - allowed object is
DVPortConfigInfopublic String getDvsUuid()
Stringpublic void setDvsUuid(String value)
value - allowed object is
Stringpublic String getPortgroupKey()
Stringpublic void setPortgroupKey(String value)
value - allowed object is
Stringpublic ManagedObjectReference getProxyHost()
ManagedObjectReferencepublic void setProxyHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic DistributedVirtualSwitchPortConnectee getConnectee()
DistributedVirtualSwitchPortConnecteepublic void setConnectee(DistributedVirtualSwitchPortConnectee value)
value - allowed object is
DistributedVirtualSwitchPortConnecteepublic boolean isConflict()
public void setConflict(boolean value)
public String getConflictPortKey()
Stringpublic void setConflictPortKey(String value)
value - allowed object is
Stringpublic DVPortState getState()
DVPortStatepublic void setState(DVPortState value)
value - allowed object is
DVPortStatepublic Integer getConnectionCookie()
Integerpublic void setConnectionCookie(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getLastStatusChange()
XMLGregorianCalendarpublic void setLastStatusChange(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isHostLocalPort()
BooleanCopyright © 2018. All rights reserved.