Show / Hide Table of Contents

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 Source

CertificateIds

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>
View Source

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>
View Source

MaxVersion

MaxVersion contains the maximum SSL/TLS version that is acceptable.

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

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
View Source

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
View Source

SessionTicketsDisabled

May be set to true to disable session ticket (resumption) support.

Declaration
public readonly bool SessionTicketsDisabled
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.