Show / Hide Table of Contents

Class CacheRedisConfiguration

Inheritance
System.Object
CacheRedisConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Redis.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class CacheRedisConfiguration

Fields

View Source

AofBackupEnabled

Declaration
public readonly bool? AofBackupEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AofStorageConnectionString0

Declaration
public readonly string AofStorageConnectionString0
Field Value
Type Description
System.String
View Source

AofStorageConnectionString1

Declaration
public readonly string AofStorageConnectionString1
Field Value
Type Description
System.String
View Source

EnableAuthentication

If set to false, the Redis instance will be accessible without authentication. Defaults to true.

Declaration
public readonly bool? EnableAuthentication
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Maxclients

Returns the max number of connected clients at the same time.

Declaration
public readonly int? Maxclients
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxfragmentationmemoryReserved

Value in megabytes reserved to accommodate for memory fragmentation. Defaults are shown below.

Declaration
public readonly int? MaxfragmentationmemoryReserved
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxmemoryDelta

The max-memory delta for this Redis instance. Defaults are shown below.

Declaration
public readonly int? MaxmemoryDelta
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxmemoryPolicy

How Redis will select what to remove when maxmemory is reached. Defaults are shown below.

Declaration
public readonly string MaxmemoryPolicy
Field Value
Type Description
System.String
View Source

MaxmemoryReserved

Value in megabytes reserved for non-cache usage e.g. failover. Defaults are shown below.

Declaration
public readonly int? MaxmemoryReserved
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NotifyKeyspaceEvents

Keyspace notifications allows clients to subscribe to Pub/Sub channels in order to receive events affecting the Redis data set in some way. Reference

Declaration
public readonly string NotifyKeyspaceEvents
Field Value
Type Description
System.String
View Source

RdbBackupEnabled

Is Backup Enabled? Only supported on Premium SKU's.

Declaration
public readonly bool? RdbBackupEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RdbBackupFrequency

The Backup Frequency in Minutes. Only supported on Premium SKU's. Possible values are: 15, 30, 60, 360, 720 and 1440.

Declaration
public readonly int? RdbBackupFrequency
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RdbBackupMaxSnapshotCount

The maximum number of snapshots to create as a backup. Only supported for Premium SKU's.

Declaration
public readonly int? RdbBackupMaxSnapshotCount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RdbStorageConnectionString

The Connection String to the Storage Account. Only supported for Premium SKU's. In the format: DefaultEndpointsProtocol=https;BlobEndpoint=${azurerm_storage_account.example.primary_blob_endpoint};AccountName=${azurerm_storage_account.example.name};AccountKey=${azurerm_storage_account.example.primary_access_key}.

Declaration
public readonly string RdbStorageConnectionString
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.