public static final class Snmpv2cCommunity.Builder
extends java.lang.Object
Snmpv2cCommunity.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
Snmpv2cCommunity. |
| Modifier and Type | Method and Description |
|---|---|
Snmpv2cCommunity |
build() |
Snmpv2cCommunity.Builder |
setAccess(java.lang.String access)
Possible values are:
Snmpv2cCommunity.ACCESS_ONLY Access permissions
for polling NSX nodes over SNMP v2c. |
Snmpv2cCommunity.Builder |
setCommunityName(java.lang.String communityName)
Unique, non-sensitive community name to identify community.
|
Snmpv2cCommunity.Builder |
setCommunityString(java.lang.String communityString)
Community string.
|
public Builder()
Snmpv2cCommunity.public Snmpv2cCommunity.Builder setAccess(java.lang.String access)
access - New value for the property.public Snmpv2cCommunity.Builder setCommunityName(java.lang.String communityName)
communityName - New value for the property.public Snmpv2cCommunity.Builder setCommunityString(java.lang.String communityString)
communityString - New value for the property.public Snmpv2cCommunity build()