Show / Hide Table of Contents

Class StatefulZprConfiguration

Defines the stateful zpr configuration that allowed the traffic.

Inheritance
object
AllowedSecurityConfiguration
StatefulZprConfiguration
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 StatefulZprConfiguration : 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