Class FirewallRuleListResult
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.FirewallRuleListResult
-
public final class FirewallRuleListResult extends Object
A list of firewall rules.
-
-
Constructor Summary
Constructors Constructor Description FirewallRuleListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<FirewallRuleInner>value()Get the value property: The list of firewall rules in a server.FirewallRuleListResultwithValue(List<FirewallRuleInner> value)Set the value property: The list of firewall rules in a server.
-
-
-
Method Detail
-
value
public List<FirewallRuleInner> value()
Get the value property: The list of firewall rules in a server.- Returns:
- the value value.
-
withValue
public FirewallRuleListResult withValue(List<FirewallRuleInner> value)
Set the value property: The list of firewall rules in a server.- Parameters:
value- the value value to set.- Returns:
- the FirewallRuleListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-