Show / Hide Table of Contents

Class ZprNsgUnsupportedSecurityAction

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

Inheritance
object
SecurityAction
ZprNsgUnsupportedSecurityAction
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 ZprNsgUnsupportedSecurityAction : SecurityAction

Properties

ZprNsgUnsupportedSecurityActionDetails

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