Click or drag to resize

SolidFireElementSetNtpInfoAsync Method (CancellationToken, String, NullableBoolean)

SetNtpInfo enables you to configure NTP on cluster nodes. The values you set with this interface apply to all nodes in the cluster. If an NTP broadcast server periodically broadcasts time information on your network, you can optionally configure nodes as broadcast clients. Note: NetApp recommends using NTP servers that are internal to your network, rather than the installation defaults.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetNtpInfoResult> SetNtpInfoAsync(
	CancellationToken cancellationToken,
	string[] Servers,
	Nullable<bool> Broadcastclient = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Servers
Type: SystemString
Broadcastclient (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskSetNtpInfoResult

Implements

ISolidFireElementSetNtpInfoAsync(CancellationToken, String, NullableBoolean)
See Also