Show / Hide Table of Contents

Class GetConnectionPoolArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetConnectionPoolArgs
Inherited Members
InvokeArgs.Empty
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 GetConnectionPoolArgs : InvokeArgs

Constructors

View Source

GetConnectionPoolArgs()

Declaration
public GetConnectionPoolArgs()

Properties

View Source

ConnectionUri

Declaration
public string ConnectionUri { get; set; }
Property Value
Type Description
System.String
View Source

DatabaseName

Declaration
public string DatabaseName { get; set; }
Property Value
Type Description
System.String
View Source

PoolMode

Declaration
public string PoolMode { get; set; }
Property Value
Type Description
System.String
View Source

PoolName

Declaration
public string PoolName { get; set; }
Property Value
Type Description
System.String
View Source

PoolSize

Declaration
public int? PoolSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Project

Declaration
public string Project { get; set; }
Property Value
Type Description
System.String
View Source

ServiceName

Declaration
public string ServiceName { get; set; }
Property Value
Type Description
System.String
View Source

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.