Show / Hide Table of Contents

Class RulePosition

An object which defines the position of the rule.

Inheritance
object
RulePosition
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top