Class RedisCreateParameters
java.lang.Object
com.microsoft.azure.management.redis.RedisCreateParameters
Parameters supplied to the Create Redis operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the enableNonSslPort value.location()
Get the location value.Get the minimumTlsVersion value.Get the redisConfiguration value.Get the shardCount value.sku()
Get the sku value.staticIP()
Get the staticIP value.subnetId()
Get the subnetId value.tags()
Get the tags value.Get the tenantSettings value.withEnableNonSslPort
(Boolean enableNonSslPort) Set the enableNonSslPort value.withLocation
(String location) Set the location value.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion value.withRedisConfiguration
(Map<String, String> redisConfiguration) Set the redisConfiguration value.withShardCount
(Integer shardCount) Set the shardCount value.Set the sku value.withStaticIP
(String staticIP) Set the staticIP value.withSubnetId
(String subnetId) Set the subnetId value.Set the tags value.withTenantSettings
(Map<String, String> tenantSettings) Set the tenantSettings value.Set the zones value.zones()
Get the zones value.
-
Constructor Details
-
RedisCreateParameters
public RedisCreateParameters()
-
-
Method Details
-
redisConfiguration
Get the redisConfiguration value.- Returns:
- the redisConfiguration value
-
withRedisConfiguration
Set the redisConfiguration value.- Parameters:
redisConfiguration
- the redisConfiguration value to set- Returns:
- the RedisCreateParameters object itself.
-
enableNonSslPort
Get the enableNonSslPort value.- Returns:
- the enableNonSslPort value
-
withEnableNonSslPort
Set the enableNonSslPort value.- Parameters:
enableNonSslPort
- the enableNonSslPort value to set- Returns:
- the RedisCreateParameters object itself.
-
tenantSettings
Get the tenantSettings value.- Returns:
- the tenantSettings value
-
withTenantSettings
Set the tenantSettings value.- Parameters:
tenantSettings
- the tenantSettings value to set- Returns:
- the RedisCreateParameters object itself.
-
shardCount
Get the shardCount value.- Returns:
- the shardCount value
-
withShardCount
Set the shardCount value.- Parameters:
shardCount
- the shardCount value to set- Returns:
- the RedisCreateParameters object itself.
-
minimumTlsVersion
Get the minimumTlsVersion value.- Returns:
- the minimumTlsVersion value
-
withMinimumTlsVersion
Set the minimumTlsVersion value.- Parameters:
minimumTlsVersion
- the minimumTlsVersion value to set- Returns:
- the RedisCreateParameters object itself.
-
sku
Get the sku value.- Returns:
- the sku value
-
withSku
Set the sku value.- Parameters:
sku
- the sku value to set- Returns:
- the RedisCreateParameters object itself.
-
subnetId
Get the subnetId value.- Returns:
- the subnetId value
-
withSubnetId
Set the subnetId value.- Parameters:
subnetId
- the subnetId value to set- Returns:
- the RedisCreateParameters object itself.
-
staticIP
Get the staticIP value.- Returns:
- the staticIP value
-
withStaticIP
Set the staticIP value.- Parameters:
staticIP
- the staticIP value to set- Returns:
- the RedisCreateParameters object itself.
-
zones
Get the zones value.- Returns:
- the zones value
-
withZones
Set the zones value.- Parameters:
zones
- the zones value to set- Returns:
- the RedisCreateParameters object itself.
-
location
Get the location value.- Returns:
- the location value
-
withLocation
Set the location value.- Parameters:
location
- the location value to set- Returns:
- the RedisCreateParameters object itself.
-
tags
Get the tags value.- Returns:
- the tags value
-
withTags
Set the tags value.- Parameters:
tags
- the tags value to set- Returns:
- the RedisCreateParameters object itself.
-