GetCustomHostnamesInvokeResult

data class GetCustomHostnamesInvokeResult(val direction: String? = null, val hostname: String? = null, val id: String? = null, val maxItems: Int? = null, val order: String, val results: List<GetCustomHostnamesResult>, val ssl: Double? = null, val zoneId: String)

A collection of values returned by getCustomHostnames.

Constructors

Link copied to clipboard
constructor(direction: String? = null, hostname: String? = null, id: String? = null, maxItems: Int? = null, order: String, results: List<GetCustomHostnamesResult>, ssl: Double? = null, zoneId: String)

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
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

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

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val ssl: Double? = null

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

Link copied to clipboard

Identifier.