Class PageRuleState
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
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleState : ResourceArgs
Constructors
View SourcePageRuleState()
Declaration
public PageRuleState()
Properties
View SourceActions
The actions taken by the page rule, options given below.
Declaration
public Input<PageRuleActionsGetArgs> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PageRuleActionsGetArgs> |
Priority
The priority of the page rule among others for this target, the higher the number the higher the priority as per API documentation.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
Whether the page rule is active or disabled.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Target
The URL pattern to target with the page rule.
Declaration
public Input<string> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The DNS zone ID to which the page rule should be added.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |