Class RemoveNetworkSecurityGroupSecurityRulesDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class RemoveNetworkSecurityGroupSecurityRulesDetails
Properties
SecurityRuleIds
Declaration
[JsonProperty(PropertyName = "securityRuleIds")]
public List<string> SecurityRuleIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The Oracle-assigned ID of each {@link SecurityRule} to be deleted. |