GetCustomHostnameFilter

data class GetCustomHostnameFilter(val direction: String? = null, val hostname: String? = null, val id: String? = null, val order: String, val ssl: Double? = null)

Constructors

Link copied to clipboard
constructor(direction: String? = null, hostname: String? = null, id: String? = null, order: String, ssl: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

Direction to order hostnames. Available values: "asc", "desc".

Link copied to clipboard
val hostname: String? = null

Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.

Link copied to clipboard
val id: String? = null

Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.

Link copied to clipboard

Field to order hostnames by. Available values: "ssl", "ssl_status".

Link copied to clipboard
val ssl: Double? = null

Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.