Show / Hide Table of Contents

Class ListenerRuleSummary

The attributes of a rule associated with the specified listener, and the name of the rule set that the rule belongs to.

Inheritance
object
ListenerRuleSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class ListenerRuleSummary

Properties

Rule

Declaration
[JsonProperty(PropertyName = "rule")]
public Rule Rule { get; set; }
Property Value
Type Description
Rule

A rule object that applies to the listener.

RuleSetName

Declaration
[JsonProperty(PropertyName = "ruleSetName")]
public string RuleSetName { get; set; }
Property Value
Type Description
string

The name of the rule set that the rule belongs to.

In this article
Back to top