Show / Hide Table of Contents

Class ServicePg

Inheritance
System.Object
ServicePg
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()
Namespace: Pulumi.Aiven.Outputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServicePg

Fields

View Source

Dbname

Declaration
public readonly string Dbname
Field Value
Type Description
System.String
View Source

Host

Declaration
public readonly string Host
Field Value
Type Description
System.String
View Source

Password

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

Port

Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ReplicaUri

Declaration
public readonly string ReplicaUri
Field Value
Type Description
System.String
View Source

Sslmode

Declaration
public readonly string Sslmode
Field Value
Type Description
System.String
View Source

Uri

Declaration
public readonly string Uri
Field Value
Type Description
System.String
View Source

User

Declaration
public readonly string User
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.