Package-level declarations

Types

Link copied to clipboard
data class EnterpriseSkuResponse(val capacity: Int? = null, val name: String)

SKU parameters supplied to the create RedisEnterprise operation.

Link copied to clipboard
data class GetDatabaseResult(val clientProtocol: String? = null, val clusteringPolicy: String? = null, val evictionPolicy: String? = null, val id: String, val modules: List<ModuleResponse>? = null, val name: String, val persistence: PersistenceResponse? = null, val port: Int? = null, val provisioningState: String, val resourceState: String, val type: String)

Describes a database on the RedisEnterprise cluster

Link copied to clipboard
data class GetFirewallRuleResult(val endIP: String, val id: String, val name: String, val startIP: String, val type: String)

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect

Link copied to clipboard
data class GetLinkedServerResult(val id: String, val linkedRedisCacheId: String, val linkedRedisCacheLocation: String, val name: String, val provisioningState: String, val serverRole: String, val type: String)

Response to put/get linked server (with properties) for Redis cache.

Link copied to clipboard
data class GetPatchScheduleResult(val id: String, val name: String, val scheduleEntries: List<ScheduleEntryResponse>, val type: String)

Response to put/get patch schedules for Redis cache.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class GetRedisEnterpriseResult(val hostName: String, val id: String, val location: String, val minimumTlsVersion: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val redisVersion: String, val resourceState: String, val sku: EnterpriseSkuResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Describes the RedisEnterprise cluster

Link copied to clipboard
data class GetRedisResult(val accessKeys: RedisAccessKeysResponse, val enableNonSslPort: Boolean? = null, val hostName: String, val id: String, val instances: List<RedisInstanceDetailsResponse>, val linkedServers: List<RedisLinkedServerResponse>, val location: String, val minimumTlsVersion: String? = null, val name: String, val port: Int, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val redisConfiguration: RedisCommonPropertiesResponseRedisConfiguration? = null, val redisVersion: String, val replicasPerMaster: Int? = null, val shardCount: Int? = null, val sku: SkuResponse, val sslPort: Int, val staticIP: String? = null, val subnetId: String? = null, val tags: Map<String, String>? = null, val tenantSettings: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

A single Redis item in List or Get Operation.

Link copied to clipboard
data class ListDatabaseKeysResult(val primaryKey: String, val secondaryKey: String)

The secret access keys used for authenticating connections to redis

Link copied to clipboard
data class ListRedisKeysResult(val primaryKey: String, val secondaryKey: String)

Redis cache access keys.

Link copied to clipboard
data class ModuleResponse(val args: String? = null, val name: String, val version: String)

Specifies configuration of a redis module

Link copied to clipboard
data class PersistenceResponse(val aofEnabled: Boolean? = null, val aofFrequency: String? = null, val rdbEnabled: Boolean? = null, val rdbFrequency: String? = null)

Persistence-related configuration for the RedisEnterprise database

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)

The Private Endpoint Connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The Private Endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class RedisAccessKeysResponse(val primaryKey: String, val secondaryKey: String)

Redis cache access keys.

data class RedisCommonPropertiesResponseRedisConfiguration(val aofStorageConnectionString0: String? = null, val aofStorageConnectionString1: String? = null, val maxclients: String, val maxfragmentationmemoryReserved: String? = null, val maxmemoryDelta: String? = null, val maxmemoryPolicy: String? = null, val maxmemoryReserved: String? = null, val rdbBackupEnabled: String? = null, val rdbBackupFrequency: String? = null, val rdbBackupMaxSnapshotCount: String? = null, val rdbStorageConnectionString: String? = null)

All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc.

Link copied to clipboard
data class RedisInstanceDetailsResponse(val isMaster: Boolean, val nonSslPort: Int, val shardId: Int, val sslPort: Int, val zone: String)

Details of single instance of redis.

Link copied to clipboard
data class RedisLinkedServerResponse(val id: String)

Linked server Id

Link copied to clipboard
data class ScheduleEntryResponse(val dayOfWeek: String, val maintenanceWindow: String? = null, val startHourUtc: Int)

Patch schedule entry for a Premium Redis Cache.

Link copied to clipboard
data class SkuResponse(val capacity: Int, val family: String, val name: String)

SKU parameters supplied to the create Redis operation.