![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.DistributedVirtualSwitchHostMemberRuntimeState Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DistributedVirtualSwitchHostMemberRuntimeState", propOrder = {
"currentMaxProxySwitchPorts"
})
public class DistributedVirtualSwitchHostMemberRuntimeState
extends DynamicData
{
protected int currentMaxProxySwitchPorts;
/**
* Gets the value of the currentMaxProxySwitchPorts property.
*
*/
public int getCurrentMaxProxySwitchPorts() {
return currentMaxProxySwitchPorts;
}
/**
* Sets the value of the currentMaxProxySwitchPorts property.
*
*/
public void setCurrentMaxProxySwitchPorts(int value) {
this.currentMaxProxySwitchPorts = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy