FirewallRuleInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. mysql. fluent. models. FirewallRuleInner
- com.
- com.
public final class FirewallRuleInner
extends ProxyResource
Represents a server firewall rule.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| FirewallRuleInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endIpAddress()
Get the end |
| String |
startIpAddress()
Get the start |
| void |
validate()
Validates the instance. |
|
Firewall |
withEndIpAddress(String endIpAddress)
Set the end |
|
Firewall |
withStartIpAddress(String startIpAddress)
Set the start |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
FirewallRuleInner
public FirewallRuleInner()
Method Details
endIpAddress
public String endIpAddress()
Get the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format.
Returns:
validate
public void validate()
Validates the instance.
withEndIpAddress
public FirewallRuleInner withEndIpAddress(String endIpAddress)
Set the endIpAddress property: The end IP address of the server firewall rule. Must be IPv4 format.
Parameters:
Returns:
withStartIpAddress
public FirewallRuleInner withStartIpAddress(String startIpAddress)
Set the startIpAddress property: The start IP address of the server firewall rule. Must be IPv4 format.
Parameters:
Returns: