Class ServiceRedisUserConfigGetArgs
Inheritance
System.Object
ServiceRedisUserConfigGetArgs
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 ServiceRedisUserConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceRedisUserConfigGetArgs()
Properties
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<ServiceRedisUserConfigMigrationGetArgs> Migration { get; set; }
Property Value
View Source
Declaration
public Input<ServiceRedisUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceRedisUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<int> RedisLfuDecayTime { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> RedisLfuLogFactor { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> RedisMaxmemoryPolicy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> RedisNotifyKeyspaceEvents { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> RedisSsl { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<int> RedisTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|