Show / Hide Table of Contents

Class SecretBackendConnectionOracle

Inheritance
System.Object
SecretBackendConnectionOracle
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.Vault.Database.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendConnectionOracle

Fields

View Source

ConnectionUrl

A URL containing connection information. See the Vault docs for an example.

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

MaxConnectionLifetime

The maximum number of seconds to keep a connection alive for.

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

MaxIdleConnections

The maximum number of idle connections to maintain.

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

MaxOpenConnections

The maximum number of open connections to use.

Declaration
public readonly int? MaxOpenConnections
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.