Uses of Class
com.azure.resourcemanager.containerservice.models.IpFamily
Packages that use IpFamily
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IpFamily in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as IpFamilyModifier and TypeFieldDescriptionstatic final IpFamilyIpFamily.IPV4Static value IPv4 for IpFamily.static final IpFamilyIpFamily.IPV6Static value IPv6 for IpFamily.Methods in com.azure.resourcemanager.containerservice.models that return IpFamilyModifier and TypeMethodDescriptionMachineIpAddress.family()Get the family property: To determine if address belongs IPv4 or IPv6 family.static IpFamilyIpFamily.fromString(String name) Creates or finds a IpFamily from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IpFamilyModifier and TypeMethodDescriptionContainerServiceNetworkProfile.ipFamilies()Get the ipFamilies property: The IP families used to specify IP versions available to the cluster.static Collection<IpFamily> IpFamily.values()Gets known IpFamily values.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type IpFamilyModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withIpFamilies(List<IpFamily> ipFamilies) Set the ipFamilies property: The IP families used to specify IP versions available to the cluster.