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.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddNetworkSecurityGroupSecurityRulesDetails

Properties

SecurityRules

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

An array of security rules to add to the NSG. You can add up to 25 rules in a single AddNetworkSecurityGroupSecurityRules operation. Adding more than 25 rules requires multiple operations.

In this article
Back to top