public final class IpAddressGroup extends Object
| Constructor and Description |
|---|
IpAddressGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
deliveryRegion()
Get the deliveryRegion property: The delivery region of the ip address group.
|
List<CidrIpAddress> |
ipv4Addresses()
Get the ipv4Addresses property: The list of ip v4 addresses.
|
List<CidrIpAddress> |
ipv6Addresses()
Get the ipv6Addresses property: The list of ip v6 addresses.
|
void |
validate()
Validates the instance.
|
IpAddressGroup |
withDeliveryRegion(String deliveryRegion)
Set the deliveryRegion property: The delivery region of the ip address group.
|
IpAddressGroup |
withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
Set the ipv4Addresses property: The list of ip v4 addresses.
|
IpAddressGroup |
withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
Set the ipv6Addresses property: The list of ip v6 addresses.
|
public String deliveryRegion()
public IpAddressGroup withDeliveryRegion(String deliveryRegion)
deliveryRegion - the deliveryRegion value to set.public List<CidrIpAddress> ipv4Addresses()
public IpAddressGroup withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
ipv4Addresses - the ipv4Addresses value to set.public List<CidrIpAddress> ipv6Addresses()
public IpAddressGroup withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
ipv6Addresses - the ipv6Addresses value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.