ISolidFireElementEnableSnmpAsync Method (CancellationToken, Boolean) |
EnableSnmp enables you to enable SNMP on cluster nodes. When you enable SNMP, the action applies to all nodes in the cluster, and
the values that are passed replace, in whole, all values set in any previous call to EnableSnmp.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
SyntaxTask<EnableSnmpResult> EnableSnmpAsync(
CancellationToken cancellationToken,
bool SnmpV3Enabled
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnmpV3Enabled
- Type: SystemBoolean
Return Value
Type:
TaskEnableSnmpResult
See Also