Uses of Class
com.azure.resourcemanager.containerservice.models.IpFamily
-
Packages that use IpFamily Package Description com.azure.resourcemanager.containerservice.models 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 IpFamily Modifier and Type Field Description static IpFamilyIpFamily. IPV4Static value IPv4 for IpFamily.static IpFamilyIpFamily. IPV6Static value IPv6 for IpFamily.Methods in com.azure.resourcemanager.containerservice.models that return IpFamily Modifier and Type Method Description 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 IpFamily Modifier and Type Method Description List<IpFamily>ContainerServiceNetworkProfile. ipFamilies()Get the ipFamilies property: The IP families used to specify IP versions available to the cluster.static Collection<IpFamily>IpFamily. values()Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type IpFamily Modifier and Type Method Description ContainerServiceNetworkProfileContainerServiceNetworkProfile. withIpFamilies(List<IpFamily> ipFamilies)Set the ipFamilies property: The IP families used to specify IP versions available to the cluster.
-