public class RedisUpdateParameters extends Object
| Constructor and Description |
|---|
RedisUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enableNonSslPort()
Get the enableNonSslPort value.
|
TlsVersion |
minimumTlsVersion()
Get the minimumTlsVersion value.
|
Map<String,String> |
redisConfiguration()
Get the redisConfiguration value.
|
Integer |
shardCount()
Get the shardCount value.
|
Sku |
sku()
Get the sku value.
|
Map<String,String> |
tags()
Get the tags value.
|
Map<String,String> |
tenantSettings()
Get the tenantSettings value.
|
RedisUpdateParameters |
withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort value.
|
RedisUpdateParameters |
withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
|
RedisUpdateParameters |
withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration value.
|
RedisUpdateParameters |
withShardCount(Integer shardCount)
Set the shardCount value.
|
RedisUpdateParameters |
withSku(Sku sku)
Set the sku value.
|
RedisUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
RedisUpdateParameters |
withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings value.
|
public Map<String,String> redisConfiguration()
public RedisUpdateParameters withRedisConfiguration(Map<String,String> redisConfiguration)
redisConfiguration - the redisConfiguration value to setpublic Boolean enableNonSslPort()
public RedisUpdateParameters withEnableNonSslPort(Boolean enableNonSslPort)
enableNonSslPort - the enableNonSslPort value to setpublic Map<String,String> tenantSettings()
public RedisUpdateParameters withTenantSettings(Map<String,String> tenantSettings)
tenantSettings - the tenantSettings value to setpublic Integer shardCount()
public RedisUpdateParameters withShardCount(Integer shardCount)
shardCount - the shardCount value to setpublic TlsVersion minimumTlsVersion()
public RedisUpdateParameters withMinimumTlsVersion(TlsVersion minimumTlsVersion)
minimumTlsVersion - the minimumTlsVersion value to setpublic Sku sku()
public RedisUpdateParameters withSku(Sku sku)
sku - the sku value to setpublic RedisUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to setCopyright © 2019. All rights reserved.