Show / Hide Table of Contents

Class ZprCidrUnsupportedSecurityAction

Defines the security action taken when zpr cidr policy is not supported.

Inheritance
object
SecurityAction
ZprCidrUnsupportedSecurityAction
Inherited Members
SecurityAction.ActionType
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 ZprCidrUnsupportedSecurityAction : SecurityAction

Properties

ZprCidrUnsupportedSecurityActionDetails

Declaration
[JsonProperty(PropertyName = "zprCidrUnsupportedSecurityActionDetails")]
public ZprCidrUnsupportedSecurityActionDetails ZprCidrUnsupportedSecurityActionDetails { get; set; }
Property Value
Type Description
ZprCidrUnsupportedSecurityActionDetails
In this article
Back to top