ServiceSpecV1.IpFamilyPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the IP family policy for a Kubernetes Service in API version V1.
[YamlDotNet.Serialization.YamlMember(Alias="ipFamilyPolicy")]
public string? IpFamilyPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ipFamilyPolicy")>]
member this.IpFamilyPolicy : string with get, set
Public Property IpFamilyPolicy As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property determines the policy under which IP families (IPv4, IPv6) are assigned to the Service. It can control whether the Service prefers or requires a specific IP family or supports both.