public class DistributedVirtualSwitchHostMember extends DynamicData
Java class for DistributedVirtualSwitchHostMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostMember">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="runtimeState" type="{urn:vim25}DistributedVirtualSwitchHostMemberRuntimeState" minOccurs="0"/>
<element name="config" type="{urn:vim25}DistributedVirtualSwitchHostMemberConfigInfo"/>
<element name="productInfo" type="{urn:vim25}DistributedVirtualSwitchProductSpec" minOccurs="0"/>
<element name="uplinkPortKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="statusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchHostMemberConfigInfo |
config |
protected DistributedVirtualSwitchProductSpec |
productInfo |
protected DistributedVirtualSwitchHostMemberRuntimeState |
runtimeState |
protected String |
status |
protected String |
statusDetail |
protected List<String> |
uplinkPortKey |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostMember() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchHostMemberConfigInfo |
getConfig()
Gets the value of the config property.
|
DistributedVirtualSwitchProductSpec |
getProductInfo()
Gets the value of the productInfo property.
|
DistributedVirtualSwitchHostMemberRuntimeState |
getRuntimeState()
Gets the value of the runtimeState property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusDetail()
Gets the value of the statusDetail property.
|
List<String> |
getUplinkPortKey()
Gets the value of the uplinkPortKey property.
|
void |
setConfig(DistributedVirtualSwitchHostMemberConfigInfo value)
Sets the value of the config property.
|
void |
setProductInfo(DistributedVirtualSwitchProductSpec value)
Sets the value of the productInfo property.
|
void |
setRuntimeState(DistributedVirtualSwitchHostMemberRuntimeState value)
Sets the value of the runtimeState property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusDetail(String value)
Sets the value of the statusDetail property.
|
protected DistributedVirtualSwitchHostMemberRuntimeState runtimeState
protected DistributedVirtualSwitchHostMemberConfigInfo config
protected DistributedVirtualSwitchProductSpec productInfo
protected String status
protected String statusDetail
public DistributedVirtualSwitchHostMemberRuntimeState getRuntimeState()
DistributedVirtualSwitchHostMemberRuntimeStatepublic void setRuntimeState(DistributedVirtualSwitchHostMemberRuntimeState value)
value - allowed object is
DistributedVirtualSwitchHostMemberRuntimeStatepublic DistributedVirtualSwitchHostMemberConfigInfo getConfig()
DistributedVirtualSwitchHostMemberConfigInfopublic void setConfig(DistributedVirtualSwitchHostMemberConfigInfo value)
value - allowed object is
DistributedVirtualSwitchHostMemberConfigInfopublic DistributedVirtualSwitchProductSpec getProductInfo()
DistributedVirtualSwitchProductSpecpublic void setProductInfo(DistributedVirtualSwitchProductSpec value)
value - allowed object is
DistributedVirtualSwitchProductSpecpublic List<String> getUplinkPortKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the uplinkPortKey property.
For example, to add a new item, do as follows:
getUplinkPortKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getStatusDetail()
StringCopyright © 2018. All rights reserved.