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 SourceAofBackupEnabled
Declaration
public readonly bool AofBackupEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
AofStorageConnectionString0
Declaration
public readonly string AofStorageConnectionString0
Field Value
| Type | Description |
|---|---|
| System.String |
AofStorageConnectionString1
Declaration
public readonly string AofStorageConnectionString1
Field Value
| Type | Description |
|---|---|
| System.String |
EnableAuthentication
Specifies if authentication is enabled
Declaration
public readonly bool EnableAuthentication
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Maxclients
Declaration
public readonly int Maxclients
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxfragmentationmemoryReserved
Value in megabytes reserved to accommodate for memory fragmentation.
Declaration
public readonly int MaxfragmentationmemoryReserved
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxmemoryDelta
The max-memory delta for this Redis instance.
Declaration
public readonly int MaxmemoryDelta
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MaxmemoryPolicy
How Redis will select what to remove when maxmemory is reached.
Declaration
public readonly string MaxmemoryPolicy
Field Value
| Type | Description |
|---|---|
| System.String |
MaxmemoryReserved
The value in megabytes reserved for non-cache usage e.g. failover
Declaration
public readonly int MaxmemoryReserved
Field Value
| Type | Description |
|---|---|
| System.Int32 |
NotifyKeyspaceEvents
Declaration
public readonly string NotifyKeyspaceEvents
Field Value
| Type | Description |
|---|---|
| System.String |
RdbBackupEnabled
Is Backup Enabled? Only supported on Premium SKU's.
Declaration
public readonly bool RdbBackupEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RdbBackupFrequency
The Backup Frequency in Minutes. Only supported on Premium SKU's.
Declaration
public readonly int RdbBackupFrequency
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RdbBackupMaxSnapshotCount
The maximum number of snapshots that can be created as a backup.
Declaration
public readonly int RdbBackupMaxSnapshotCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |