Class AzureFirewallPublicIpAddress
java.lang.Object
com.azure.resourcemanager.network.models.AzureFirewallPublicIpAddress
Public IP Address associated with azure firewall.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()Get the address property: Public IP Address value.voidvalidate()Validates the instance.withAddress(String address) Set the address property: Public IP Address value.
-
Constructor Details
-
AzureFirewallPublicIpAddress
public AzureFirewallPublicIpAddress()
-
-
Method Details
-
address
Get the address property: Public IP Address value.- Returns:
- the address value.
-
withAddress
Set the address property: Public IP Address value.- Parameters:
address- the address value to set.- Returns:
- the AzureFirewallPublicIpAddress object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-