Class RedisFirewallRuleListResult
java.lang.Object
com.azure.resourcemanager.redis.models.RedisFirewallRuleListResult
The response of list firewall rules Redis operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RedisFirewallRuleListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: Link for next page of results.voidvalidate()Validates the instance.value()Get the value property: Results of the list firewall rules operation.withValue(List<RedisFirewallRuleInner> value) Set the value property: Results of the list firewall rules operation.
-
Constructor Details
-
RedisFirewallRuleListResult
public RedisFirewallRuleListResult()Creates an instance of RedisFirewallRuleListResult class.
-
-
Method Details
-
value
Get the value property: Results of the list firewall rules operation.- Returns:
- the value value.
-
withValue
Set the value property: Results of the list firewall rules operation.- Parameters:
value- the value value to set.- Returns:
- the RedisFirewallRuleListResult object itself.
-
nextLink
Get the nextLink property: Link for next page of results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-