RedisFirewallRule Class
A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis.models._models_py3.ProxyResourceRedisFirewallRule
Constructor
RedisFirewallRule(*, start_ip: str, end_ip: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_ip
|
lowest IP address included in the range. Required. |
end_ip
|
highest IP address included in the range. Required. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
start_ip
|
lowest IP address included in the range. Required. |
end_ip
|
highest IP address included in the range. Required. |
Azure SDK for Python