Show / Hide Table of Contents

Class SecretBackendConnectionCassandra

Inheritance
System.Object
SecretBackendConnectionCassandra
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 SecretBackendConnectionCassandra

Fields

View Source

ConnectTimeout

The number of seconds to use as a connection timeout.

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

Hosts

The hosts to connect to.

Declaration
public readonly ImmutableArray<string> Hosts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

InsecureTls

Whether to skip verification of the server certificate when using TLS.

Declaration
public readonly bool? InsecureTls
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Password

The password to be used in the connection.

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

PemBundle

Concatenated PEM blocks configuring the certificate chain.

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

PemJson

A JSON structure configuring the certificate chain.

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

Port

The default port to connect to if no port is specified as part of the host.

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

ProtocolVersion

The CQL protocol version to use.

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

Tls

Whether to use TLS when connecting to Cassandra.

Declaration
public readonly bool? Tls
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Username

The username to be used in the connection.

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