Show / Hide Table of Contents

Class UpdateRuleSetDetails

An updated set of rules that overwrites the existing set of rules.

Inheritance
object
UpdateRuleSetDetails
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 UpdateRuleSetDetails

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<Rule> Items { get; set; }
Property Value
Type Description
List<Rule>

An array of rules that compose the rule set.

Remarks

Required

In this article
Back to top