Show / Hide Table of Contents

Class ZprPolicy

Defines the zpr policy object.

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

Properties

Id

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

OCID of the zpr policy

Remarks

Required

PolicyStatements

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

List of policy statements allowing/denying the traffic

Remarks

Required

In this article
Back to top