Class GetServiceRedisUserConfigArgs
Inheritance
System.Object
GetServiceRedisUserConfigArgs
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
public sealed class GetServiceRedisUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceRedisUserConfigArgs()
Properties
View Source
Declaration
public List<string> IpFilters { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public GetServiceRedisUserConfigMigrationArgs Migration { get; set; }
Property Value
View Source
Declaration
public GetServiceRedisUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
View Source
Declaration
public GetServiceRedisUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
View Source
Declaration
public int? RedisLfuDecayTime { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? RedisLfuLogFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string RedisMaxmemoryPolicy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string RedisNotifyKeyspaceEvents { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public bool? RedisSsl { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Declaration
public int? RedisTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|