Uses of Class
com.azure.resourcemanager.network.models.IpType
Packages that use IpType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of IpType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type IpType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as IpTypeModifier and TypeFieldDescriptionstatic final IpTypeIpType.IPV4Static value IPv4 for IpType.static final IpTypeIpType.IPV6Static value IPv6 for IpType.Methods in com.azure.resourcemanager.network.models that return IpTypeModifier and TypeMethodDescriptionstatic IpTypeIpType.fromString(String name) Creates or finds a IpType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpTypeModifier and TypeMethodDescriptionIpamPoolProperties.ipAddressType()Get the ipAddressType property: List of IP address type for the IpamPool.static Collection<IpType> IpType.values()Gets known IpType values.