Class RedisRebootParameters
java.lang.Object
com.microsoft.azure.management.redis.RedisRebootParameters
Specifies which Redis node(s) to reboot.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the rebootType value.shardId()
Get the shardId value.withRebootType
(RebootType rebootType) Set the rebootType value.withShardId
(Integer shardId) Set the shardId value.
-
Constructor Details
-
RedisRebootParameters
public RedisRebootParameters()
-
-
Method Details
-
rebootType
Get the rebootType value.- Returns:
- the rebootType value
-
withRebootType
Set the rebootType value.- Parameters:
rebootType
- the rebootType value to set- Returns:
- the RedisRebootParameters object itself.
-
shardId
Get the shardId value.- Returns:
- the shardId value
-
withShardId
Set the shardId value.- Parameters:
shardId
- the shardId value to set- Returns:
- the RedisRebootParameters object itself.
-