Show / Hide Table of Contents

Class UpdatedNetworkSecurityGroupSecurityRules

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

In this article
Back to top