GetZonesResult

data class GetZonesResult(val account: GetZonesResultAccount, val activatedOn: String, val createdOn: String, val developmentMode: Double, val id: String, val meta: GetZonesResultMeta, val modifiedOn: String, val name: String, val nameServers: List<String>, val originalDnshost: String, val originalNameServers: List<String>, val originalRegistrar: String, val owner: GetZonesResultOwner, val paused: Boolean, val status: String, val type: String, val vanityNameServers: List<String>, val verificationKey: String)

Constructors

Link copied to clipboard
constructor(account: GetZonesResultAccount, activatedOn: String, createdOn: String, developmentMode: Double, id: String, meta: GetZonesResultMeta, modifiedOn: String, name: String, nameServers: List<String>, originalDnshost: String, originalNameServers: List<String>, originalRegistrar: String, owner: GetZonesResultOwner, paused: Boolean, status: String, type: String, vanityNameServers: List<String>, verificationKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account the zone belongs to

Link copied to clipboard

The last time proof of ownership was detected and the zone was made active

Link copied to clipboard

When the zone was created

Link copied to clipboard

The interval (in seconds) from when development mode expires (positive integer) or last expired (negative integer) for the domain. If development mode has never been enabled, this value is 0.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

Metadata about the zone

Link copied to clipboard

When the zone was last modified

Link copied to clipboard

The domain name

Link copied to clipboard

The name servers Cloudflare assigns to a zone

Link copied to clipboard

DNS host at the time of switching to Cloudflare

Link copied to clipboard

Original name servers before moving to Cloudflare

Link copied to clipboard

Registrar for the domain at the time of switching to Cloudflare

Link copied to clipboard

The owner of the zone

Link copied to clipboard

Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits.

Link copied to clipboard

The zone status on Cloudflare. Available values: "initializing", "pending", "active", "moved".

Link copied to clipboard

A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup. Available values: "full", "partial", "secondary".

Link copied to clipboard

An array of domains used for custom name servers. This is only available for Business and Enterprise plans.

Link copied to clipboard

Verification key for partial zone setup.