Class ZoneLockdownArgs
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 ZoneLockdownArgs : ResourceArgs
Constructors
View SourceZoneLockdownArgs()
Declaration
public ZoneLockdownArgs()
Properties
View SourceConfigurations
A list of IP addresses or IP ranges to match the request against specified in target, value pairs. It's a complex value. See description below. The order of the configuration entries is unimportant.
Declaration
public InputList<ZoneLockdownConfigurationArgs> Configurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ZoneLockdownConfigurationArgs> |
Description
A description about the lockdown entry. Typically used as a reminder or explanation for the lockdown.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Paused
Boolean of whether this zone lockdown is currently paused. Default: false.
Declaration
public Input<bool> Paused { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Priority
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Urls
A list of simple wildcard patterns to match requests against. The order of the urls is unimportant.
Declaration
public InputList<string> Urls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ZoneId
The DNS zone ID to which the access rule should be added.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |