public class HostSnmpSystemAgentLimits extends DynamicData
Java class for HostSnmpSystemAgentLimits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSnmpSystemAgentLimits">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="maxReadOnlyCommunities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxTrapDestinations" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxCommunityLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxBufferSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="capability" type="{urn:vim25}HostSnmpAgentCapability" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostSnmpAgentCapability |
capability |
protected int |
maxBufferSize |
protected int |
maxCommunityLength |
protected int |
maxReadOnlyCommunities |
protected int |
maxTrapDestinations |
| Constructor and Description |
|---|
HostSnmpSystemAgentLimits() |
| Modifier and Type | Method and Description |
|---|---|
HostSnmpAgentCapability |
getCapability()
Gets the value of the capability property.
|
int |
getMaxBufferSize()
Gets the value of the maxBufferSize property.
|
int |
getMaxCommunityLength()
Gets the value of the maxCommunityLength property.
|
int |
getMaxReadOnlyCommunities()
Gets the value of the maxReadOnlyCommunities property.
|
int |
getMaxTrapDestinations()
Gets the value of the maxTrapDestinations property.
|
void |
setCapability(HostSnmpAgentCapability value)
Sets the value of the capability property.
|
void |
setMaxBufferSize(int value)
Sets the value of the maxBufferSize property.
|
void |
setMaxCommunityLength(int value)
Sets the value of the maxCommunityLength property.
|
void |
setMaxReadOnlyCommunities(int value)
Sets the value of the maxReadOnlyCommunities property.
|
void |
setMaxTrapDestinations(int value)
Sets the value of the maxTrapDestinations property.
|
protected int maxReadOnlyCommunities
protected int maxTrapDestinations
protected int maxCommunityLength
protected int maxBufferSize
protected HostSnmpAgentCapability capability
public int getMaxReadOnlyCommunities()
public void setMaxReadOnlyCommunities(int value)
public int getMaxTrapDestinations()
public void setMaxTrapDestinations(int value)
public int getMaxCommunityLength()
public void setMaxCommunityLength(int value)
public int getMaxBufferSize()
public void setMaxBufferSize(int value)
public HostSnmpAgentCapability getCapability()
HostSnmpAgentCapabilitypublic void setCapability(HostSnmpAgentCapability value)
value - allowed object is
HostSnmpAgentCapabilityCopyright © 2018. All rights reserved.