IpAddressGroup Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.IpAddressGroup

public class IpAddressGroup

CDN Ip address group.

Constructor Summary

Constructor Description
IpAddressGroup()

Method Summary

Modifier and Type Method and Description
java.lang.String deliveryRegion()

Get the delivery region of the ip address group.

java.util.List<CidrIpAddress> ipv4Addresses()

Get the list of ip v4 addresses.

java.util.List<CidrIpAddress> ipv6Addresses()

Get the list of ip v6 addresses.

IpAddressGroup withDeliveryRegion(String deliveryRegion)

Set the delivery region of the ip address group.

IpAddressGroup withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)

Set the list of ip v4 addresses.

IpAddressGroup withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)

Set the list of ip v6 addresses.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

IpAddressGroup

public IpAddressGroup()

Method Details

deliveryRegion

public String deliveryRegion()

Get the delivery region of the ip address group.

Returns:

the deliveryRegion value

ipv4Addresses

public List ipv4Addresses()

Get the list of ip v4 addresses.

Returns:

the ipv4Addresses value

ipv6Addresses

public List ipv6Addresses()

Get the list of ip v6 addresses.

Returns:

the ipv6Addresses value

withDeliveryRegion

public IpAddressGroup withDeliveryRegion(String deliveryRegion)

Set the delivery region of the ip address group.

Parameters:

deliveryRegion - the deliveryRegion value to set

Returns:

the IpAddressGroup object itself.

withIpv4Addresses

public IpAddressGroup withIpv4Addresses(List ipv4Addresses)

Set the list of ip v4 addresses.

Parameters:

ipv4Addresses - the ipv4Addresses value to set

Returns:

the IpAddressGroup object itself.

withIpv6Addresses

public IpAddressGroup withIpv6Addresses(List ipv6Addresses)

Set the list of ip v6 addresses.

Parameters:

ipv6Addresses - the ipv6Addresses value to set

Returns:

the IpAddressGroup object itself.

Applies to