Class AddedNetworkSecurityGroupSecurityRules
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddedNetworkSecurityGroupSecurityRules
Properties
SecurityRules
Declaration
[JsonProperty(PropertyName = "securityRules")]
public List<SecurityRule> SecurityRules { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SecurityRule> | The NSG security rules that were added. |