public final class HubPublicIpAddresses extends Object
| Constructor and Description |
|---|
HubPublicIpAddresses() |
| Modifier and Type | Method and Description |
|---|---|
List<AzureFirewallPublicIpAddress> |
addresses()
Get the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be
retained.
|
Integer |
count()
Get the count property: The number of Public IP addresses associated with azure firewall.
|
void |
validate()
Validates the instance.
|
HubPublicIpAddresses |
withAddresses(List<AzureFirewallPublicIpAddress> addresses)
Set the addresses property: The list of Public IP addresses associated with azure firewall or IP addresses to be
retained.
|
HubPublicIpAddresses |
withCount(Integer count)
Set the count property: The number of Public IP addresses associated with azure firewall.
|
public List<AzureFirewallPublicIpAddress> addresses()
public HubPublicIpAddresses withAddresses(List<AzureFirewallPublicIpAddress> addresses)
addresses - the addresses value to set.public Integer count()
public HubPublicIpAddresses withCount(Integer count)
count - the count value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.