Click or drag to resize

CreateClusterRequestAcceptEula Property

Required to indicate your acceptance of the End User License Agreement when creating this cluster. To accept the EULA, set this parameter to true.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> AcceptEula { get; set; }

Property Value

Type: NullableBoolean
See Also