RedisRebootParameters Class
Specifies which Redis node(s) to reboot.
- Inheritance
-
azure.mgmt.redis._serialization.ModelRedisRebootParameters
Constructor
RedisRebootParameters(*, reboot_type: str | _models.RebootType | None = None, shard_id: int | None = None, ports: List[int] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
reboot_type
|
str or
RebootType
Which Redis node(s) to reboot. Depending on this value data loss is possible. Known values are: "PrimaryNode", "SecondaryNode", and "AllNodes". |
shard_id
|
If clustering is enabled, the ID of the shard to be rebooted. |
ports
|
A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports. |
Variables
Name | Description |
---|---|
reboot_type
|
str or
RebootType
Which Redis node(s) to reboot. Depending on this value data loss is possible. Known values are: "PrimaryNode", "SecondaryNode", and "AllNodes". |
shard_id
|
If clustering is enabled, the ID of the shard to be rebooted. |
ports
|
A list of redis instances to reboot, specified by per-instance SSL ports or non-SSL ports. |
Azure SDK for Python