Show / Hide Table of Contents

Class UpdateNetworkSecurityGroupSecurityRulesDetails

Inheritance
object
UpdateNetworkSecurityGroupSecurityRulesDetails
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 UpdateNetworkSecurityGroupSecurityRulesDetails

Properties

SecurityRules

Declaration
[JsonProperty(PropertyName = "securityRules")]
public List<UpdateSecurityRuleDetails> SecurityRules { get; set; }
Property Value
Type Description
List<UpdateSecurityRuleDetails>

The NSG security rules to update.

In this article
Back to top