Class RedisRebootParameters

java.lang.Object
com.microsoft.azure.management.redis.RedisRebootParameters

public class RedisRebootParameters extends Object
Specifies which Redis node(s) to reboot.
  • Constructor Details

    • RedisRebootParameters

      public RedisRebootParameters()
  • Method Details

    • 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.