Show / Hide Table of Contents

Class GetCacheRedisConfigurationResult

Inheritance
System.Object
GetCacheRedisConfigurationResult
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 GetCacheRedisConfigurationResult

Fields

View Source

AofBackupEnabled

Declaration
public readonly bool AofBackupEnabled
Field Value
Type Description
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

Specifies if authentication is enabled

Declaration
public readonly bool EnableAuthentication
Field Value
Type Description
System.Boolean
View Source

Maxclients

Declaration
public readonly int Maxclients
Field Value
Type Description
System.Int32
View Source

MaxfragmentationmemoryReserved

Value in megabytes reserved to accommodate for memory fragmentation.

Declaration
public readonly int MaxfragmentationmemoryReserved
Field Value
Type Description
System.Int32
View Source

MaxmemoryDelta

The max-memory delta for this Redis instance.

Declaration
public readonly int MaxmemoryDelta
Field Value
Type Description
System.Int32
View Source

MaxmemoryPolicy

How Redis will select what to remove when maxmemory is reached.

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

MaxmemoryReserved

The value in megabytes reserved for non-cache usage e.g. failover

Declaration
public readonly int MaxmemoryReserved
Field Value
Type Description
System.Int32
View Source

NotifyKeyspaceEvents

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.Boolean
View Source

RdbBackupFrequency

The Backup Frequency in Minutes. Only supported on Premium SKU's.

Declaration
public readonly int RdbBackupFrequency
Field Value
Type Description
System.Int32
View Source

RdbBackupMaxSnapshotCount

The maximum number of snapshots that can be created as a backup.

Declaration
public readonly int RdbBackupMaxSnapshotCount
Field Value
Type Description
System.Int32
View Source

RdbStorageConnectionString

The Connection String to the Storage Account. Only supported for Premium SKU's.

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