Class GetServicePgArgs
Inheritance
System.Object
GetServicePgArgs
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 GetServicePgArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServicePgArgs()
Properties
View Source
Declaration
public string Dbname { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Host { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int Port { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
Declaration
public string ReplicaUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Sslmode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Uri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string User { get; set; }
Property Value
| Type |
Description |
| System.String |
|