Show / Hide Table of Contents

Class GetServicePgUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServicePgUserConfigArgs
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 GetServicePgUserConfigArgs : InvokeArgs

Constructors

View Source

GetServicePgUserConfigArgs()

Declaration
public GetServicePgUserConfigArgs()

Properties

View Source

AdminPassword

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

AdminUsername

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

BackupHour

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

BackupMinute

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

IpFilters

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

Pg

Declaration
public GetServicePgUserConfigPgArgs Pg { get; set; }
Property Value
Type Description
GetServicePgUserConfigPgArgs
View Source

Pgbouncer

Declaration
public GetServicePgUserConfigPgbouncerArgs Pgbouncer { get; set; }
Property Value
Type Description
GetServicePgUserConfigPgbouncerArgs
View Source

Pglookout

Declaration
public GetServicePgUserConfigPglookoutArgs Pglookout { get; set; }
Property Value
Type Description
GetServicePgUserConfigPglookoutArgs
View Source

PgReadReplica

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

PgServiceToForkFrom

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

PgVersion

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

PrivateAccess

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

PublicAccess

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

RecoveryTargetTime

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

ServiceToForkFrom

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

Timescaledb

Declaration
public GetServicePgUserConfigTimescaledbArgs Timescaledb { get; set; }
Property Value
Type Description
GetServicePgUserConfigTimescaledbArgs
View Source

Variant

Declaration
public string Variant { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.