Show / Hide Table of Contents

Class GetWafPackagesFilterArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetWafPackagesFilterArgs
Inherited Members
InvokeArgs.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 GetWafPackagesFilterArgs : InvokeArgs

Constructors

View Source

GetWafPackagesFilterArgs()

Declaration
public GetWafPackagesFilterArgs()

Properties

View Source

ActionMode

Declaration
public string ActionMode { get; set; }
Property Value
Type Description
System.String
View Source

DetectionMode

Declaration
public string DetectionMode { get; set; }
Property Value
Type Description
System.String
View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Sensitivity

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