GetCustomSslFilter

data class GetCustomSslFilter(val match: String, val status: String? = null) : ConvertibleToJava<GetCustomSslFilter>

Constructors

Link copied to clipboard
constructor(match: String, status: String? = null)

Properties

Link copied to clipboard

Whether to match all search requirements or at least one (any). Available values: "any", "all".

Link copied to clipboard
val status: String? = null

Status of the zone's custom SSL. Available values: "active", "expired", "deleted", "pending", "initializing".

Functions

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