Click or drag to resize

SolidFireElementSetSnmpACLAsync Method (SetSnmpACLRequest, CancellationToken)

SetSnmpACL enables you to configure SNMP access permissions on the 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 SetSnmpACL. Also note that the values set with this interface replace all network or usmUsers values set with the older SetSnmpInfo.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetSnmpACLResult> SetSnmpACLAsync(
	SetSnmpACLRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskSetSnmpACLResult

Implements

ISolidFireElementSetSnmpACLAsync(SetSnmpACLRequest, CancellationToken)
See Also