Class RedisRebootParameters
- java.lang.Object
-
- com.microsoft.azure.management.redis.RedisRebootParameters
-
public class RedisRebootParameters extends Object
Specifies which Redis node(s) to reboot.
-
-
Constructor Summary
Constructors Constructor Description RedisRebootParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RebootTyperebootType()Get the rebootType value.IntegershardId()Get the shardId value.RedisRebootParameterswithRebootType(RebootType rebootType)Set the rebootType value.RedisRebootParameterswithShardId(Integer shardId)Set the shardId value.
-
-
-
Method Detail
-
rebootType
public RebootType rebootType()
Get the rebootType value.- Returns:
- the rebootType value
-
withRebootType
public RedisRebootParameters withRebootType(RebootType rebootType)
Set the rebootType value.- Parameters:
rebootType- the rebootType value to set- Returns:
- the RedisRebootParameters object itself.
-
shardId
public Integer shardId()
Get the shardId value.- Returns:
- the shardId value
-
withShardId
public RedisRebootParameters withShardId(Integer shardId)
Set the shardId value.- Parameters:
shardId- the shardId value to set- Returns:
- the RedisRebootParameters object itself.
-
-