Click or drag to resize

ISolidFireElementGetSnmpACLAsync Method

GetSnmpACL enables you to return the current SNMP access permissions on the cluster nodes.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<GetSnmpACLResult> GetSnmpACLAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSnmpACLResult
See Also