Class ZoneSettingsOverrideState
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 ZoneSettingsOverrideState : ResourceArgs
Constructors
View SourceZoneSettingsOverrideState()
Declaration
public ZoneSettingsOverrideState()
Properties
View SourceInitialSettings
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> |
InitialSettingsReadAt
Declaration
public Input<string> InitialSettingsReadAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
ZoneId
The DNS zone ID to which apply settings.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneStatus
Declaration
public Input<string> ZoneStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneType
Declaration
public Input<string> ZoneType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |