Show / Hide Table of Contents

Class ZoneSettingsOverrideState

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

Constructors

View Source

ZoneSettingsOverrideState()

Declaration
public ZoneSettingsOverrideState()

Properties

View Source

InitialSettings

Settings present in the zone at the time the resource is created. This will be used to restore the original settings when this resource is destroyed. Shares the same schema as the settings attribute (Above).

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

InitialSettingsReadAt

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

ReadonlySettings

Which of the current settings are not able to be set by the user. Which settings these are is determined by plan level and user permissions.

  • zone_status. A full zone implies that DNS is hosted with Cloudflare. A partial zone is typically a partner-hosted zone or a CNAME setup.
  • zone_type. Status of the zone. Valid values: active, pending, initializing, moved, deleted, deactivated.
Declaration
public InputList<string> ReadonlySettings { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Settings

Settings overrides that will be applied to the zone. If a setting is not specified the existing setting will be used. For a full list of available settings see below.

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

ZoneId

The DNS zone ID to which apply settings.

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

ZoneStatus

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

ZoneType

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