Show / Hide Table of Contents

Class GetServiceRedisUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceRedisUserConfigArgs
Inherited Members
InvokeArgs.Empty
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.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceRedisUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceRedisUserConfigArgs()

Declaration
public GetServiceRedisUserConfigArgs()

Properties

View Source

IpFilters

Declaration
public List<string> IpFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Migration

Declaration
public GetServiceRedisUserConfigMigrationArgs Migration { get; set; }
Property Value
Type Description
GetServiceRedisUserConfigMigrationArgs
View Source

PrivateAccess

Declaration
public GetServiceRedisUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
Type Description
GetServiceRedisUserConfigPrivateAccessArgs
View Source

PublicAccess

Declaration
public GetServiceRedisUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceRedisUserConfigPublicAccessArgs
View Source

RedisLfuDecayTime

Declaration
public int? RedisLfuDecayTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

RedisLfuLogFactor

Declaration
public int? RedisLfuLogFactor { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

RedisMaxmemoryPolicy

Declaration
public string RedisMaxmemoryPolicy { get; set; }
Property Value
Type Description
System.String
View Source

RedisNotifyKeyspaceEvents

Declaration
public string RedisNotifyKeyspaceEvents { get; set; }
Property Value
Type Description
System.String
View Source

RedisSsl

Declaration
public bool? RedisSsl { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

RedisTimeout

Declaration
public int? RedisTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.