Show / Hide Table of Contents

Class ZoneLockdownState

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

Constructors

View Source

ZoneLockdownState()

Declaration
public ZoneLockdownState()

Properties

View Source

Configurations

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<ZoneLockdownConfigurationGetArgs> Configurations { get; set; }
Property Value
Type Description
InputList<ZoneLockdownConfigurationGetArgs>
View Source

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>
View Source

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>
View Source

Priority

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.