RedisCreateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.redis.RedisCreateParameters

public class RedisCreateParameters

Parameters supplied to the Create Redis operation.

Constructor Summary

Constructor Description
RedisCreateParameters()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean enableNonSslPort()

Get the enableNonSslPort value.

java.lang.String location()

Get the location value.

TlsVersion minimumTlsVersion()

Get the minimumTlsVersion value.

java.util.Map<java.lang.String,java.lang.String> redisConfiguration()

Get the redisConfiguration value.

java.lang.Integer shardCount()

Get the shardCount value.

Sku sku()

Get the sku value.

java.lang.String staticIP()

Get the staticIP value.

java.lang.String subnetId()

Get the subnetId value.

java.util.Map<java.lang.String,java.lang.String> tags()

Get the tags value.

java.util.Map<java.lang.String,java.lang.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.

java.util.List<java.lang.String> zones()

Get the zones value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

RedisCreateParameters

public RedisCreateParameters()

Method Details

enableNonSslPort

public Boolean enableNonSslPort()

Get the enableNonSslPort value.

Returns:

the enableNonSslPort value

location

public String location()

Get the location value.

Returns:

the location value

minimumTlsVersion

public TlsVersion minimumTlsVersion()

Get the minimumTlsVersion value.

Returns:

the minimumTlsVersion value

redisConfiguration

public Map redisConfiguration()

Get the redisConfiguration value.

Returns:

the redisConfiguration value

shardCount

public Integer shardCount()

Get the shardCount value.

Returns:

the shardCount value

sku

public Sku sku()

Get the sku value.

Returns:

the sku value

staticIP

public String staticIP()

Get the staticIP value.

Returns:

the staticIP value

subnetId

public String subnetId()

Get the subnetId value.

Returns:

the subnetId value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

tenantSettings

public Map tenantSettings()

Get the tenantSettings value.

Returns:

the tenantSettings value

withEnableNonSslPort

public RedisCreateParameters withEnableNonSslPort(Boolean enableNonSslPort)

Set the enableNonSslPort value.

Parameters:

enableNonSslPort - the enableNonSslPort value to set

Returns:

the RedisCreateParameters object itself.

withLocation

public RedisCreateParameters withLocation(String location)

Set the location value.

Parameters:

location - the location value to set

Returns:

the RedisCreateParameters object itself.

withMinimumTlsVersion

public RedisCreateParameters withMinimumTlsVersion(TlsVersion minimumTlsVersion)

Set the minimumTlsVersion value.

Parameters:

minimumTlsVersion - the minimumTlsVersion value to set

Returns:

the RedisCreateParameters object itself.

withRedisConfiguration

public RedisCreateParameters withRedisConfiguration(Map redisConfiguration)

Set the redisConfiguration value.

Parameters:

redisConfiguration - the redisConfiguration value to set

Returns:

the RedisCreateParameters object itself.

withShardCount

public RedisCreateParameters withShardCount(Integer shardCount)

Set the shardCount value.

Parameters:

shardCount - the shardCount value to set

Returns:

the RedisCreateParameters object itself.

withSku

public RedisCreateParameters withSku(Sku sku)

Set the sku value.

Parameters:

sku - the sku value to set

Returns:

the RedisCreateParameters object itself.

withStaticIP

public RedisCreateParameters withStaticIP(String staticIP)

Set the staticIP value.

Parameters:

staticIP - the staticIP value to set

Returns:

the RedisCreateParameters object itself.

withSubnetId

public RedisCreateParameters withSubnetId(String subnetId)

Set the subnetId value.

Parameters:

subnetId - the subnetId value to set

Returns:

the RedisCreateParameters object itself.

withTags

public RedisCreateParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the RedisCreateParameters object itself.

withTenantSettings

public RedisCreateParameters withTenantSettings(Map tenantSettings)

Set the tenantSettings value.

Parameters:

tenantSettings - the tenantSettings value to set

Returns:

the RedisCreateParameters object itself.

withZones

public RedisCreateParameters withZones(List zones)

Set the zones value.

Parameters:

zones - the zones value to set

Returns:

the RedisCreateParameters object itself.

zones

public List zones()

Get the zones value.

Returns:

the zones value

Applies to