Show / Hide Table of Contents

Class RemoveNetworkSecurityGroupSecurityRulesDetails

Inheritance
object
RemoveNetworkSecurityGroupSecurityRulesDetails
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 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.

In this article
Back to top