GetHostnameTlsSettingPlainArgs

data class GetHostnameTlsSettingPlainArgs(val settingId: String, val zoneId: String) : ConvertibleToJava<GetHostnameTlsSettingPlainArgs>

A collection of arguments for invoking getHostnameTlsSetting.

Constructors

Link copied to clipboard
constructor(settingId: String, zoneId: String)

Properties

Link copied to clipboard

The TLS Setting name. Available values: "ciphers", "mintlsversion", "http2".

Link copied to clipboard

Identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetHostnameTlsSettingPlainArgs