Show / Hide Table of Contents

Class AccessRuleConfiguration

Inheritance
System.Object
AccessRuleConfiguration
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.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessRuleConfiguration

Fields

View Source

Target

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

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

Value

The value to target. Depends on target's type.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.