Class ServiceRedisUserConfig
Inheritance
System.Object
ServiceRedisUserConfig
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()
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceRedisUserConfig
Fields
View Source
IpFilters
Declaration
public readonly ImmutableArray<string> IpFilters
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Migration
Declaration
public readonly ServiceRedisUserConfigMigration Migration
Field Value
View Source
PrivateAccess
Declaration
public readonly ServiceRedisUserConfigPrivateAccess PrivateAccess
Field Value
View Source
PublicAccess
Declaration
public readonly ServiceRedisUserConfigPublicAccess PublicAccess
Field Value
View Source
RedisLfuDecayTime
Declaration
public readonly int? RedisLfuDecayTime
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
RedisLfuLogFactor
Declaration
public readonly int? RedisLfuLogFactor
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
RedisMaxmemoryPolicy
Declaration
public readonly string RedisMaxmemoryPolicy
Field Value
| Type |
Description |
| System.String |
|
View Source
RedisNotifyKeyspaceEvents
Declaration
public readonly string RedisNotifyKeyspaceEvents
Field Value
| Type |
Description |
| System.String |
|
View Source
RedisSsl
Declaration
public readonly bool? RedisSsl
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
RedisTimeout
Declaration
public readonly int? RedisTimeout
Field Value
| Type |
Description |
| System.Nullable<System.Int32> |
|