public class DistributedVirtualSwitchPortConnectee extends DynamicData
Java class for DistributedVirtualSwitchPortConnectee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchPortConnectee">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="connectedEntity" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="nicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="addressHint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressHint |
protected ManagedObjectReference |
connectedEntity |
protected String |
nicKey |
protected String |
type |
| Constructor and Description |
|---|
DistributedVirtualSwitchPortConnectee() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressHint()
Gets the value of the addressHint property.
|
ManagedObjectReference |
getConnectedEntity()
Gets the value of the connectedEntity property.
|
String |
getNicKey()
Gets the value of the nicKey property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAddressHint(String value)
Sets the value of the addressHint property.
|
void |
setConnectedEntity(ManagedObjectReference value)
Sets the value of the connectedEntity property.
|
void |
setNicKey(String value)
Sets the value of the nicKey property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected ManagedObjectReference connectedEntity
protected String nicKey
protected String type
protected String addressHint
public DistributedVirtualSwitchPortConnectee()
public ManagedObjectReference getConnectedEntity()
ManagedObjectReferencepublic void setConnectedEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getNicKey()
Stringpublic void setNicKey(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getAddressHint()
StringCopyright © 2018. All rights reserved.