public class HostSnmpConfigSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
KeyValue[] |
option |
Integer |
port |
String[] |
readOnlyCommunities |
HostSnmpDestination[] |
trapTargets |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostSnmpConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
KeyValue[] |
getOption() |
Integer |
getPort() |
String[] |
getReadOnlyCommunities() |
HostSnmpDestination[] |
getTrapTargets() |
void |
setEnabled(Boolean enabled) |
void |
setOption(KeyValue[] option) |
void |
setPort(Integer port) |
void |
setReadOnlyCommunities(String[] readOnlyCommunities) |
void |
setTrapTargets(HostSnmpDestination[] trapTargets) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Boolean enabled
public Integer port
public String[] readOnlyCommunities
public HostSnmpDestination[] trapTargets
public KeyValue[] option
public Boolean getEnabled()
public Integer getPort()
public String[] getReadOnlyCommunities()
public HostSnmpDestination[] getTrapTargets()
public KeyValue[] getOption()
public void setEnabled(Boolean enabled)
public void setPort(Integer port)
public void setReadOnlyCommunities(String[] readOnlyCommunities)
public void setTrapTargets(HostSnmpDestination[] trapTargets)
public void setOption(KeyValue[] option)
Copyright © 2011-2012. All Rights Reserved.