public class RedisCreateParameters extends Object
Constructor and Description |
---|
RedisCreateParameters() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enableNonSslPort()
Get the enableNonSslPort value.
|
String |
location()
Get the location 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.
|
String |
staticIP()
Get the staticIP value.
|
String |
subnetId()
Get the subnetId value.
|
Map<String,String> |
tags()
Get the tags value.
|
Map<String,String> |
tenantSettings()
Get the tenantSettings value.
|
RedisCreateParameters |
withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort value.
|
RedisCreateParameters |
withLocation(String location)
Set the location value.
|
RedisCreateParameters |
withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
|
RedisCreateParameters |
withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration value.
|
RedisCreateParameters |
withShardCount(Integer shardCount)
Set the shardCount value.
|
RedisCreateParameters |
withSku(Sku sku)
Set the sku value.
|
RedisCreateParameters |
withStaticIP(String staticIP)
Set the staticIP value.
|
RedisCreateParameters |
withSubnetId(String subnetId)
Set the subnetId value.
|
RedisCreateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
RedisCreateParameters |
withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings value.
|
RedisCreateParameters |
withZones(List<String> zones)
Set the zones value.
|
List<String> |
zones()
Get the zones value.
|
public Map<String,String> redisConfiguration()
public RedisCreateParameters withRedisConfiguration(Map<String,String> redisConfiguration)
redisConfiguration
- the redisConfiguration value to setpublic Boolean enableNonSslPort()
public RedisCreateParameters withEnableNonSslPort(Boolean enableNonSslPort)
enableNonSslPort
- the enableNonSslPort value to setpublic Map<String,String> tenantSettings()
public RedisCreateParameters withTenantSettings(Map<String,String> tenantSettings)
tenantSettings
- the tenantSettings value to setpublic Integer shardCount()
public RedisCreateParameters withShardCount(Integer shardCount)
shardCount
- the shardCount value to setpublic TlsVersion minimumTlsVersion()
public RedisCreateParameters withMinimumTlsVersion(TlsVersion minimumTlsVersion)
minimumTlsVersion
- the minimumTlsVersion value to setpublic Sku sku()
public RedisCreateParameters withSku(Sku sku)
sku
- the sku value to setpublic String subnetId()
public RedisCreateParameters withSubnetId(String subnetId)
subnetId
- the subnetId value to setpublic String staticIP()
public RedisCreateParameters withStaticIP(String staticIP)
staticIP
- the staticIP value to setpublic RedisCreateParameters withZones(List<String> zones)
zones
- the zones value to setpublic String location()
public RedisCreateParameters withLocation(String location)
location
- the location value to setpublic RedisCreateParameters withTags(Map<String,String> tags)
tags
- the tags value to setCopyright © 2019. All rights reserved.