Show / Hide Table of Contents

Class ServiceRedisUserConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceRedisUserConfigGetArgs
Inherited Members
ResourceArgs.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 ServiceRedisUserConfigGetArgs : ResourceArgs

Constructors

View Source

ServiceRedisUserConfigGetArgs()

Declaration
public ServiceRedisUserConfigGetArgs()

Properties

View Source

IpFilters

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

Migration

Declaration
public Input<ServiceRedisUserConfigMigrationGetArgs> Migration { get; set; }
Property Value
Type Description
Input<ServiceRedisUserConfigMigrationGetArgs>
View Source

PrivateAccess

Declaration
public Input<ServiceRedisUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceRedisUserConfigPrivateAccessGetArgs>
View Source

PublicAccess

Declaration
public Input<ServiceRedisUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceRedisUserConfigPublicAccessGetArgs>
View Source

RedisLfuDecayTime

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

RedisLfuLogFactor

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

RedisMaxmemoryPolicy

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

RedisNotifyKeyspaceEvents

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

RedisSsl

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

RedisTimeout

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