Class Snmpv3Properties.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of Snmpv3Properties.
    • Method Detail

      • setCcUsers

        public Snmpv3Properties.Builder setCcUsers​(java.util.List<CCSnmpV3User> ccUsers)
        List of CentralConfig SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list.
        Parameters:
        ccUsers - New value for the property.
      • setTargets

        public Snmpv3Properties.Builder setTargets​(java.util.List<Snmpv3Target> targets)
        List of SNMP v3 targets/receivers where SNMP v3 traps/notifications will be sent from NSX nodes.
        Parameters:
        targets - New value for the property.
      • setUsers

        public Snmpv3Properties.Builder setUsers​(java.util.List<Snmpv3User> users)
        List of SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list.
        Parameters:
        users - New value for the property.