Show / Hide Table of Contents

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 Source

ConnectionUri

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

DatabaseName

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

Id

The provider-assigned unique ID for this managed resource.

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

PoolMode

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

PoolName

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

PoolSize

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

Project

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

ServiceName

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

Username

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