GetZoneResult

data class GetZoneResult(val accountId: String, val id: String, val name: String, val nameServers: List<String>, val paused: Boolean, val plan: String, val status: String, val vanityNameServers: List<String>, val zoneId: String)

A collection of values returned by getZone.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, name: String, nameServers: List<String>, paused: Boolean, plan: String, status: String, vanityNameServers: List<String>, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the zone. Must provide only one of zone_id, name.

Link copied to clipboard

Cloudflare assigned name servers. This is only populated for zones that use Cloudflare DNS.

Link copied to clipboard

Whether the zone is paused on Cloudflare.

Link copied to clipboard

The name of the plan associated with the zone.

Link copied to clipboard

Status of the zone.

Link copied to clipboard

List of Vanity Nameservers (if set).

Link copied to clipboard

The zone identifier to target for the resource. Must provide only one of zone_id, name.