Class ListenerTlsConfig
Inheritance
System.Object
ListenerTlsConfig
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.SpotInst.Multai.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ListenerTlsConfig
Fields
View SourceCertificateIds
Contains one or more certificate chains to present to the other side of the connection.
Declaration
public readonly ImmutableArray<string> CertificateIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CipherSuites
List of supported cipher suites. If cipherSuites is nil, TLS uses a list of suites supported by the implementation.
Declaration
public readonly ImmutableArray<string> CipherSuites
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MaxVersion
MaxVersion contains the maximum SSL/TLS version that is acceptable.
Declaration
public readonly string MaxVersion
Field Value
| Type | Description |
|---|---|
| System.String |
MinVersion
MinVersion contains the minimum SSL/TLS version that is acceptable (1.0 is the minimum).
Declaration
public readonly string MinVersion
Field Value
| Type | Description |
|---|---|
| System.String |
PreferServerCipherSuites
Controls whether the server selects the client’s most preferred ciphersuite, or the server’s most preferred ciphersuite.
Declaration
public readonly bool PreferServerCipherSuites
Field Value
| Type | Description |
|---|---|
| System.Boolean |
SessionTicketsDisabled
May be set to true to disable session ticket (resumption) support.
Declaration
public readonly bool SessionTicketsDisabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |