Class FirewallRuleInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mariadb.fluent.models.FirewallRuleInner
public final class FirewallRuleInner
extends com.azure.core.management.ProxyResource
Represents a server firewall rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the endIpAddress property: The end IP address of the server firewall rule.Get the startIpAddress property: The start IP address of the server firewall rule.void
validate()
Validates the instance.withEndIpAddress
(String endIpAddress) Set the endIpAddress property: The end IP address of the server firewall rule.withStartIpAddress
(String startIpAddress) Set the startIpAddress property: The start IP address of the server firewall rule.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
FirewallRuleInner
public FirewallRuleInner()Creates an instance of FirewallRuleInner class.
-
-
Method Details
-
startIpAddress
Get the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format.- Returns:
- the startIpAddress value.
-
withStartIpAddress
Set the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format.- Parameters:
startIpAddress
- the startIpAddress value to set.- Returns:
- the FirewallRuleInner object itself.
-
endIpAddress
Get the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format.- Returns:
- the endIpAddress value.
-
withEndIpAddress
Set the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format.- Parameters:
endIpAddress
- the endIpAddress value to set.- Returns:
- the FirewallRuleInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-