Zone class
Properties
activatedOn
↔ DateTime ?
The last time proof of ownership was detected and the zone was made active
getter/setter pair
createdOn
↔ String
When the zone was created
getter/setter pair
development_mode
↔ int
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.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
id
↔ String
Identifier (<= 32 characters)
getter/setter pair
name
↔ String
The domain name (<= 253 characters)
getter/setter pair
nameServers
↔ List <String >
The name servers Cloudflare assigns to a zone
getter/setter pair
originalNameServers
↔ List <String > ?
Original name servers before moving to Cloudflare
getter/setter pair
originalRegistrar
↔ String ?
Registrar for the domain at the time of switching to Cloudflare
getter/setter pair
paused
↔ bool
Indicates whether the zone is only using Cloudflare DNS services. A true value means the zone will not receive security or performance benefits.
getter/setter pair
permissions
↔ List <String >
getter/setter pair
plan
↔ ZonePlan
Zones plan info
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
status
↔ ZoneStatus
The zone status on Cloudflare.
getter/setter pair
type
↔ ZoneType
A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.
getter/setter pair
vanityNameServers
↔ List <String > ?
An array of domains used for custom name servers. This is only available for Business and Enterprise plans.
getter/setter pair