Class RulePosition
An object which defines the position of the rule.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class RulePosition
Properties
AfterRule
Declaration
[JsonProperty(PropertyName = "afterRule")]
public string AfterRule { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier for rule after which this rule lies. |
BeforeRule
Declaration
[JsonProperty(PropertyName = "beforeRule")]
public string BeforeRule { get; set; }
Property Value
Type | Description |
---|---|
string | Identifier for rule before which this rule lies. |