Show / Hide Table of Contents

Class ZoneState

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ZoneState : ResourceArgs

Constructors

View Source

ZoneState()

Declaration
public ZoneState()

Properties

View Source

JumpStart

Boolean of whether to scan for DNS records on creation. Ignored after zone is created. Default: false.

Declaration
public Input<bool> JumpStart { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Meta

Declaration
public Input<ZoneMetaGetArgs> Meta { get; set; }
Property Value
Type Description
Input<ZoneMetaGetArgs>
View Source

NameServers

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

Declaration
public InputList<string> NameServers { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Paused

Boolean of whether this zone is paused (traffic bypasses Cloudflare). Default: false.

Declaration
public Input<bool> Paused { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Plan

The name of the commercial plan to apply to the zone, can be updated once the one is created; one of free, pro, business, enterprise.

Declaration
public Input<string> Plan { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Status of the zone. Valid values: active, pending, initializing, moved, deleted, deactivated.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

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

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VanityNameServers

List of Vanity Nameservers (if set).

  • meta.wildcard_proxiable - Indicates whether wildcard DNS records can receive Cloudflare security and performance features.
  • meta.phishing_detected - Indicates if URLs on the zone have been identified as hosting phishing content.
Declaration
public InputList<string> VanityNameServers { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

VerificationKey

Contains the TXT record value to validate domain ownership. This is only populated for zones of type partial.

Declaration
public Input<string> VerificationKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZoneName

The DNS zone name which will be added.

Declaration
public Input<string> ZoneName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.