IpAddressGroup Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. IpAddressGroup
- com.
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<Cidr |
ipv4Addresses()
Get the list of ip v4 addresses. |
java.util.List<Cidr |
ipv6Addresses()
Get the list of ip v6 addresses. |
Ip |
withDeliveryRegion(String deliveryRegion)
Set the delivery region of the ip address group. |
Ip |
withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
Set the list of ip v4 addresses. |
Ip |
withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
Set the list of ip v6 addresses. |
Methods inherited from java.lang.Object
Constructor Details
IpAddressGroup
public IpAddressGroup()
Method Details
deliveryRegion
public String deliveryRegion()
Get the delivery region of the ip address group.
Returns:
ipv4Addresses
public List
Get the list of ip v4 addresses.
Returns:
ipv6Addresses
public List
Get the list of ip v6 addresses.
Returns:
withDeliveryRegion
public IpAddressGroup withDeliveryRegion(String deliveryRegion)
Set the delivery region of the ip address group.
Parameters:
Returns:
withIpv4Addresses
public IpAddressGroup withIpv4Addresses(List
Set the list of ip v4 addresses.
Parameters:
Returns:
withIpv6Addresses
public IpAddressGroup withIpv6Addresses(List
Set the list of ip v6 addresses.
Parameters:
Returns:
Applies to
Azure SDK for Java