Class AddNetworkSecurityGroupSecurityRulesDetails
Inherited Members
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
|