GetCacheResult

data class GetCacheResult(val accessKeysAuthenticationEnabled: Boolean, val capacity: Int, val family: String, val hostname: String, val id: String, val location: String, val minimumTlsVersion: String, val name: String, val nonSslPortEnabled: Boolean, val patchSchedules: List<GetCachePatchSchedule>, val port: Int, val primaryAccessKey: String, val primaryConnectionString: String, val privateStaticIpAddress: String, val redisConfigurations: List<GetCacheRedisConfiguration>, val resourceGroupName: String, val secondaryAccessKey: String, val secondaryConnectionString: String, val shardCount: Int, val skuName: String, val sslPort: Int, val subnetId: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getCache.

Constructors

Link copied to clipboard
constructor(accessKeysAuthenticationEnabled: Boolean, capacity: Int, family: String, hostname: String, id: String, location: String, minimumTlsVersion: String, name: String, nonSslPortEnabled: Boolean, patchSchedules: List<GetCachePatchSchedule>, port: Int, primaryAccessKey: String, primaryConnectionString: String, privateStaticIpAddress: String, redisConfigurations: List<GetCacheRedisConfiguration>, resourceGroupName: String, secondaryAccessKey: String, secondaryConnectionString: String, shardCount: Int, skuName: String, sslPort: Int, subnetId: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if access key authentication is enabled.

Link copied to clipboard

The size of the Redis Cache deployed.

Link copied to clipboard

The SKU family/pricing group used. Possible values are C (for Basic/Standard SKU family) and P (for Premium)

Link copied to clipboard

The Hostname of the Redis Instance

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The location of the Redis Cache.

Link copied to clipboard

The minimum TLS version.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of patch_schedule blocks as defined below.

Link copied to clipboard
val port: Int

The non-SSL Port of the Redis Instance

Link copied to clipboard

The Primary Access Key for the Redis Instance

Link copied to clipboard

The primary connection string of the Redis Instance.

Link copied to clipboard

The Static IP Address assigned to the Redis Cache when hosted inside the Virtual Network.

Link copied to clipboard

A redis_configuration block as defined below.

Link copied to clipboard
Link copied to clipboard

The Secondary Access Key for the Redis Instance

Link copied to clipboard

The secondary connection string of the Redis Instance.

Link copied to clipboard
Link copied to clipboard

The SKU of Redis used. Possible values are Basic, Standard and Premium.

Link copied to clipboard

The SSL Port of the Redis Instance

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of Availability Zones in which this Redis Cache is located.