Show / Hide Table of Contents

Class GetWafRulesFilterArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetWafRulesFilterArgs
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 GetWafRulesFilterArgs : InvokeArgs

Constructors

View Source

GetWafRulesFilterArgs()

Declaration
public GetWafRulesFilterArgs()

Properties

View Source

Description

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

GroupId

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

Mode

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