Click or drag to resize

SolidFireElementGetSnmpACLAsync 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#
public Task<GetSnmpACLResult> GetSnmpACLAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSnmpACLResult

Implements

ISolidFireElementGetSnmpACLAsync(CancellationToken)
See Also