Click or drag to resize

SolidFireElementSetNtpInfo Method (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 SetNtpInfoResult SetNtpInfo(
	string[] Servers,
	Nullable<bool> Broadcastclient = null
)

Parameters

Servers
Type: SystemString
Broadcastclient (Optional)
Type: SystemNullableBoolean

Return Value

Type: SetNtpInfoResult

Implements

ISolidFireElementSetNtpInfo(String, NullableBoolean)
See Also