Uses of Class
com.azure.resourcemanager.cdn.models.CidrIpAddress
-
Packages that use CidrIpAddress Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CidrIpAddress in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CidrIpAddress Modifier and Type Method Description CidrIpAddressCidrIpAddress. withBaseIpAddress(String baseIpAddress)Set the baseIpAddress property: Ip address itself.CidrIpAddressCidrIpAddress. withPrefixLength(Integer prefixLength)Set the prefixLength property: The length of the prefix of the ip address.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CidrIpAddress Modifier and Type Method Description List<CidrIpAddress>IpAddressGroup. ipv4Addresses()Get the ipv4Addresses property: The list of ip v4 addresses.List<CidrIpAddress>IpAddressGroup. ipv6Addresses()Get the ipv6Addresses property: The list of ip v6 addresses.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type CidrIpAddress Modifier and Type Method Description IpAddressGroupIpAddressGroup. withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)Set the ipv4Addresses property: The list of ip v4 addresses.IpAddressGroupIpAddressGroup. withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)Set the ipv6Addresses property: The list of ip v6 addresses.
-