Class GetConnectionPoolResult
Inheritance
System.Object
GetConnectionPoolResult
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
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetConnectionPoolResult
Fields
View SourceConnectionUri
Declaration
public readonly string ConnectionUri
Field Value
| Type | Description |
|---|---|
| System.String |
DatabaseName
Declaration
public readonly string DatabaseName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
PoolMode
Declaration
public readonly string PoolMode
Field Value
| Type | Description |
|---|---|
| System.String |
PoolName
Declaration
public readonly string PoolName
Field Value
| Type | Description |
|---|---|
| System.String |
PoolSize
Declaration
public readonly int? PoolSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |