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 SourceDbname
Declaration
public readonly string Dbname
Field Value
| Type | Description |
|---|---|
| System.String |
Host
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ReplicaUri
Declaration
public readonly string ReplicaUri
Field Value
| Type | Description |
|---|---|
| System.String |
Sslmode
Declaration
public readonly string Sslmode
Field Value
| Type | Description |
|---|---|
| System.String |
Uri
Declaration
public readonly string Uri
Field Value
| Type | Description |
|---|---|
| System.String |
User
Declaration
public readonly string User
Field Value
| Type | Description |
|---|---|
| System.String |