Class IpAddressGroup
java.lang.Object
com.microsoft.azure.management.cdn.IpAddressGroup
CDN Ip address group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the delivery region of the ip address group.Get the list of ip v4 addresses.Get the list of ip v6 addresses.withDeliveryRegion
(String deliveryRegion) Set the delivery region of the ip address group.withIpv4Addresses
(List<CidrIpAddress> ipv4Addresses) Set the list of ip v4 addresses.withIpv6Addresses
(List<CidrIpAddress> ipv6Addresses) Set the list of ip v6 addresses.
-
Constructor Details
-
IpAddressGroup
public IpAddressGroup()
-
-
Method Details
-
deliveryRegion
Get the delivery region of the ip address group.- Returns:
- the deliveryRegion value
-
withDeliveryRegion
Set the delivery region of the ip address group.- Parameters:
deliveryRegion
- the deliveryRegion value to set- Returns:
- the IpAddressGroup object itself.
-
ipv4Addresses
Get the list of ip v4 addresses.- Returns:
- the ipv4Addresses value
-
withIpv4Addresses
Set the list of ip v4 addresses.- Parameters:
ipv4Addresses
- the ipv4Addresses value to set- Returns:
- the IpAddressGroup object itself.
-
ipv6Addresses
Get the list of ip v6 addresses.- Returns:
- the ipv6Addresses value
-
withIpv6Addresses
Set the list of ip v6 addresses.- Parameters:
ipv6Addresses
- the ipv6Addresses value to set- Returns:
- the IpAddressGroup object itself.
-