Class NsgConfiguration
Defines the network security group configuration that allowed the traffic.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class NsgConfiguration : AllowedSecurityConfigurationProperties
NsgId
Declaration
[Required(ErrorMessage = "NsgId is required.")]
[JsonProperty(PropertyName = "nsgId")]
public string NsgId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the network security group that allowed the traffic. | 
Remarks
Required
SecurityRule
Declaration
[Required(ErrorMessage = "SecurityRule is required.")]
[JsonProperty(PropertyName = "securityRule")]
public SecurityRule SecurityRule { get; set; }Property Value
| Type | Description | 
|---|---|
| SecurityRule | 
Remarks
Required