Show / Hide Table of Contents

Class ZoneLockdownConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneLockdownConfigurationArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ZoneLockdownConfigurationArgs : ResourceArgs

Constructors

View Source

ZoneLockdownConfigurationArgs()

Declaration
public ZoneLockdownConfigurationArgs()

Properties

View Source

Target

The request property to target. Allowed values: "ip", "ip_range"

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

Value

The value to target. Depends on target's type. IP addresses should just be standard IPv4/IPv6 notation i.e. 198.51.100.4 or 2001:db8::/32 and IP ranges in CIDR format i.e. 198.51.0.0/16.

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