Show / Hide Table of Contents

Class DecryptionRuleSummaryCollection

Collection of Decryption Rule Summaries in the network firewall policy

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

Properties

Items

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

Collection of Decryption Rule Summaries.

Remarks

Required

In this article
Back to top