Show / Hide Table of Contents

Class SecurityZoneTargetDetails

Target details for a security zone target.

Inheritance
object
TargetDetails
SecurityZoneTargetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class SecurityZoneTargetDetails : TargetDetails

Properties

SecurityZoneDisplayName

Declaration
[JsonProperty(PropertyName = "securityZoneDisplayName")]
public string SecurityZoneDisplayName { get; set; }
Property Value
Type Description
string

The name of the security zone to associate with this compartment.

SecurityZoneId

Declaration
[JsonProperty(PropertyName = "securityZoneId")]
public string SecurityZoneId { get; set; }
Property Value
Type Description
string

The OCID of the security zone to associate with this compartment

TargetSecurityZoneRecipes

Declaration
[JsonProperty(PropertyName = "targetSecurityZoneRecipes")]
public List<SecurityRecipe> TargetSecurityZoneRecipes { get; set; }
Property Value
Type Description
List<SecurityRecipe>

The list of security zone recipes to associate with this compartment

In this article
Back to top