public final class HubIpAddresses extends Object
| Constructor and Description |
|---|
HubIpAddresses() |
| Modifier and Type | Method and Description |
|---|---|
String |
privateIpAddress()
Get the privateIpAddress property: Private IP Address associated with azure firewall.
|
HubPublicIpAddresses |
publicIPs()
Get the publicIPs property: Public IP addresses associated with azure firewall.
|
void |
validate()
Validates the instance.
|
HubIpAddresses |
withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: Private IP Address associated with azure firewall.
|
HubIpAddresses |
withPublicIPs(HubPublicIpAddresses publicIPs)
Set the publicIPs property: Public IP addresses associated with azure firewall.
|
public HubPublicIpAddresses publicIPs()
public HubIpAddresses withPublicIPs(HubPublicIpAddresses publicIPs)
publicIPs - the publicIPs value to set.public String privateIpAddress()
public HubIpAddresses withPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.