public class DistributedVirtualSwitchHostMemberRuntimeState extends DynamicData
Java class for DistributedVirtualSwitchHostMemberRuntimeState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostMemberRuntimeState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="currentMaxProxySwitchPorts" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentMaxProxySwitchPorts |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostMemberRuntimeState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentMaxProxySwitchPorts()
Gets the value of the currentMaxProxySwitchPorts property.
|
void |
setCurrentMaxProxySwitchPorts(int value)
Sets the value of the currentMaxProxySwitchPorts property.
|
Copyright © 2018. All rights reserved.