Show / Hide Table of Contents

Class VcnDrgAttachmentNetworkCreateDetails

Specifies the VCN Attachment

Inheritance
object
DrgAttachmentNetworkCreateDetails
VcnDrgAttachmentNetworkCreateDetails
Inherited Members
DrgAttachmentNetworkCreateDetails.Id
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VcnDrgAttachmentNetworkCreateDetails : DrgAttachmentNetworkCreateDetails

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.
For information about why you would associate a route table with a DRG attachment, see Advanced Scenario: Transit Routing. For information about why you would associate a route table with a DRG attachment, see:

  • Transit Routing: Access to Multiple VCNs in Same Region
  • Transit Routing: Private Access to Oracle Services
In this article
Back to top