Show / Hide Table of Contents

Class ZprConfiguration

Defines the subnet ingress security list configuration that allowed the traffic.

Inheritance
object
AllowedSecurityConfiguration
ZprConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class ZprConfiguration : AllowedSecurityConfiguration

Properties

ZprPolicy

Declaration
[Required(ErrorMessage = "ZprPolicy is required.")]
[JsonProperty(PropertyName = "zprPolicy")]
public ZprPolicy ZprPolicy { get; set; }
Property Value
Type Description
ZprPolicy
Remarks

Required

In this article
Back to top