Show / Hide Table of Contents

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()
Namespace: Pulumi.Aiven.Outputs
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
Type Description
ServiceRedisUserConfigMigration
View Source

PrivateAccess

Declaration
public readonly ServiceRedisUserConfigPrivateAccess PrivateAccess
Field Value
Type Description
ServiceRedisUserConfigPrivateAccess
View Source

PublicAccess

Declaration
public readonly ServiceRedisUserConfigPublicAccess PublicAccess
Field Value
Type Description
ServiceRedisUserConfigPublicAccess
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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.