Class VcnDrgAttachmentNetworkUpdateDetails
Specifies the update details for the VCN attachment.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VcnDrgAttachmentNetworkUpdateDetails : DrgAttachmentNetworkUpdateDetails
Properties
RouteTableId
Declaration
[JsonProperty(PropertyName = "routeTableId")]
public string RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | This is the OCID of the route table that is used to route the traffic as it enters a VCN through this attachment.
|