GetCustomSslsPlainArgs

data class GetCustomSslsPlainArgs(val match: String? = null, val maxItems: Int? = null, val status: String? = null, val zoneId: String) : ConvertibleToJava<GetCustomSslsPlainArgs>

A collection of arguments for invoking getCustomSsls.

Constructors

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

Properties

Link copied to clipboard
val match: String? = null

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

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val status: String? = null

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

Link copied to clipboard

Identifier.

Functions

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