Share via


Subnet.EnableIpv6 Property

Definition

Gets or sets indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="enableIpv6")]
public bool? EnableIpv6 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableIpv6")>]
member this.EnableIpv6 : Nullable<bool> with get, set
Public Property EnableIpv6 As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to