Show / Hide Table of Contents

Class ZoneArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneArgs
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 ZoneArgs : ResourceArgs

Constructors

View Source

ZoneArgs()

Declaration
public ZoneArgs()

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

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

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

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.