Class HubIpAddresses
- java.lang.Object
-
- com.azure.resourcemanager.network.models.HubIpAddresses
-
public final class HubIpAddresses extends Object
IP addresses associated with azure firewall.
-
-
Constructor Summary
Constructors Constructor Description HubIpAddresses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprivateIpAddress()Get the privateIpAddress property: Private IP Address associated with azure firewall.HubPublicIpAddressespublicIPs()Get the publicIPs property: Public IP addresses associated with azure firewall.voidvalidate()Validates the instance.HubIpAddresseswithPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: Private IP Address associated with azure firewall.HubIpAddresseswithPublicIPs(HubPublicIpAddresses publicIPs)Set the publicIPs property: Public IP addresses associated with azure firewall.
-
-
-
Method Detail
-
publicIPs
public HubPublicIpAddresses publicIPs()
Get the publicIPs property: Public IP addresses associated with azure firewall.- Returns:
- the publicIPs value.
-
withPublicIPs
public HubIpAddresses withPublicIPs(HubPublicIpAddresses publicIPs)
Set the publicIPs property: Public IP addresses associated with azure firewall.- Parameters:
publicIPs- the publicIPs value to set.- Returns:
- the HubIpAddresses object itself.
-
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP Address associated with azure firewall.- Returns:
- the privateIpAddress value.
-
withPrivateIpAddress
public HubIpAddresses withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: Private IP Address associated with azure firewall.- Parameters:
privateIpAddress- the privateIpAddress value to set.- Returns:
- the HubIpAddresses object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-