Click or drag to resize

SolidFireElementSetSnmpInfoAsync Method

Overload List
  NameDescription
Public methodSetSnmpInfoAsync(SetSnmpInfoRequest, CancellationToken)
SetSnmpInfo enables you to configure SNMP version 2 and version 3 on cluster nodes. The values you set with this interface apply to all nodes in the cluster, and the values that are passed replace, in whole, all values set in any previous call to SetSnmpInfo. Note: SetSnmpInfo is deprecated. Use the EnableSnmp and SetSnmpACL methods instead.
Public methodSetSnmpInfoAsync(CancellationToken, SnmpNetwork, NullableBoolean, NullableBoolean, SnmpV3UsmUser)
SetSnmpInfo enables you to configure SNMP version 2 and version 3 on cluster nodes. The values you set with this interface apply to all nodes in the cluster, and the values that are passed replace, in whole, all values set in any previous call to SetSnmpInfo. Note: SetSnmpInfo is deprecated. Use the EnableSnmp and SetSnmpACL methods instead.
Top
See Also