Click or drag to resize

SolidFireElementSetSnmpInfoAsync Method (CancellationToken, SnmpNetwork, NullableBoolean, NullableBoolean, SnmpV3UsmUser)

SetSnmpInfo enables you to configure SNMP version 2 and version 3 on 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 SetSnmpInfo. Note: SetSnmpInfo is deprecated. Use the EnableSnmp and SetSnmpACL methods instead.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetSnmpInfoResult> SetSnmpInfoAsync(
	CancellationToken cancellationToken,
	SnmpNetwork[] Networks = null,
	Nullable<bool> Enabled = null,
	Nullable<bool> SnmpV3Enabled = null,
	SnmpV3UsmUser[] UsmUsers = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Networks (Optional)
Type: SolidFire.Element.ApiSnmpNetwork
Enabled (Optional)
Type: SystemNullableBoolean
SnmpV3Enabled (Optional)
Type: SystemNullableBoolean
UsmUsers (Optional)
Type: SolidFire.Element.ApiSnmpV3UsmUser

Return Value

Type: TaskSetSnmpInfoResult

Implements

ISolidFireElementSetSnmpInfoAsync(CancellationToken, SnmpNetwork, NullableBoolean, NullableBoolean, SnmpV3UsmUser)
See Also