public class DVPortState extends DynamicData
Java class for DVPortState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVPortState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="runtimeInfo" type="{urn:vim25}DVPortStatus" minOccurs="0"/>
<element name="stats" type="{urn:vim25}DistributedVirtualSwitchPortStatistics"/>
<element name="vendorSpecificState" type="{urn:vim25}DistributedVirtualSwitchKeyedOpaqueBlob" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DVPortStatus |
runtimeInfo |
protected DistributedVirtualSwitchPortStatistics |
stats |
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> |
vendorSpecificState |
| Constructor and Description |
|---|
DVPortState() |
| Modifier and Type | Method and Description |
|---|---|
DVPortStatus |
getRuntimeInfo()
Gets the value of the runtimeInfo property.
|
DistributedVirtualSwitchPortStatistics |
getStats()
Gets the value of the stats property.
|
List<DistributedVirtualSwitchKeyedOpaqueBlob> |
getVendorSpecificState()
Gets the value of the vendorSpecificState property.
|
void |
setRuntimeInfo(DVPortStatus value)
Sets the value of the runtimeInfo property.
|
void |
setStats(DistributedVirtualSwitchPortStatistics value)
Sets the value of the stats property.
|
protected DVPortStatus runtimeInfo
protected DistributedVirtualSwitchPortStatistics stats
protected List<DistributedVirtualSwitchKeyedOpaqueBlob> vendorSpecificState
public DVPortStatus getRuntimeInfo()
DVPortStatuspublic void setRuntimeInfo(DVPortStatus value)
value - allowed object is
DVPortStatuspublic DistributedVirtualSwitchPortStatistics getStats()
DistributedVirtualSwitchPortStatisticspublic void setStats(DistributedVirtualSwitchPortStatistics value)
value - allowed object is
DistributedVirtualSwitchPortStatisticspublic List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificState()
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 vendorSpecificState property.
For example, to add a new item, do as follows:
getVendorSpecificState().add(newItem);
Objects of the following type(s) are allowed in the list
DistributedVirtualSwitchKeyedOpaqueBlob
Copyright © 2018. All rights reserved.