Class ZprPolicy
Defines the zpr policy object.
Inherited Members
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