Class ZoneArgs
Inherited Members
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 SourceZoneArgs()
Declaration
public ZoneArgs()
Properties
View SourceJumpStart
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> |
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> |
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> |
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> |
ZoneName
The DNS zone name which will be added.
Declaration
public Input<string> ZoneName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |