Show / Hide Table of Contents

Class AddNetworkSecurityGroupSecurityRulesDetails

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

Properties

SecurityRules

Declaration
[JsonProperty(PropertyName = "securityRules")]
public List<AddSecurityRuleDetails> SecurityRules { get; set; }
Property Value
Type Description
List<AddSecurityRuleDetails>

The NSG security rules to add.

In this article
Back to top