Class VcnDrgAttachmentNetworkDetails
Specifies details within the VCN.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VcnDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails
Properties
RouteTableId
Declaration
[JsonProperty(PropertyName = "routeTableId")]
public string RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the route table the DRG attachment is using.
|