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 SourceConnectTimeout
The number of seconds to use as a connection timeout.
Declaration
public readonly int? ConnectTimeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Hosts
The hosts to connect to.
Declaration
public readonly ImmutableArray<string> Hosts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
Password
The password to be used in the connection.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
PemBundle
Concatenated PEM blocks configuring the certificate chain.
Declaration
public readonly string PemBundle
Field Value
| Type | Description |
|---|---|
| System.String |
PemJson
A JSON structure configuring the certificate chain.
Declaration
public readonly string PemJson
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
ProtocolVersion
The CQL protocol version to use.
Declaration
public readonly int? ProtocolVersion
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Tls
Whether to use TLS when connecting to Cassandra.
Declaration
public readonly bool? Tls
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Username
The username to be used in the connection.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |