Class TunnelInspectionRuleSummaryCollection
Collection of Tunnel Inspection Rule Summaries in the network firewall policy
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class TunnelInspectionRuleSummaryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TunnelInspectionRuleSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<TunnelInspectionRuleSummary> | Collection of Tunnel Inspection Rule Summaries. | 
Remarks
Required