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