Click or drag to resize

ISolidFireElementEnableSnmpAsync Method (EnableSnmpRequest, CancellationToken)

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
Syntax
C#
Task<EnableSnmpResult> EnableSnmpAsync(
	EnableSnmpRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiEnableSnmpRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskEnableSnmpResult
See Also