Class GetServicePgUserConfigArgs
Inheritance
System.Object
GetServicePgUserConfigArgs
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 GetServicePgUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServicePgUserConfigArgs()
Properties
View Source
Declaration
public string AdminPassword { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string AdminUsername { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? BackupHour { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? BackupMinute { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public List<string> IpFilters { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public GetServicePgUserConfigPgArgs Pg { get; set; }
Property Value
View Source
Declaration
public GetServicePgUserConfigPgbouncerArgs Pgbouncer { get; set; }
Property Value
View Source
Declaration
public GetServicePgUserConfigPglookoutArgs Pglookout { get; set; }
Property Value
View Source
Declaration
public string PgReadReplica { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string PgServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string PgVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServicePgUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
View Source
Declaration
public GetServicePgUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
View Source
Declaration
public string RecoveryTargetTime { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServicePgUserConfigTimescaledbArgs Timescaledb { get; set; }
Property Value
View Source
Declaration
public string Variant { get; set; }
Property Value
| Type |
Description |
| System.String |
|