GetZoneFilter

data class GetZoneFilter(val account: GetZoneFilterAccount? = null, val direction: String? = null, val match: String, val name: String? = null, val order: String? = null, val status: String? = null) : ConvertibleToJava<GetZoneFilter>

Constructors

Link copied to clipboard
constructor(account: GetZoneFilterAccount? = null, direction: String? = null, match: String, name: String? = null, order: String? = null, status: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val direction: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val name: String? = null

A domain name. Optional filter operators can be provided to extend refine the search:

Link copied to clipboard
val order: String? = null

Field to order zones by. Available values: "name", "status", "account.id", "account.name", "plan.id".

Link copied to clipboard
val status: String? = null

A zone status Available values: "initializing", "pending", "active", "moved".

Functions

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