Class VcnDrgAttachmentNetworkCreateDetails
Specifies the VCN Attachment
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.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.
|
VcnRouteType
Declaration
[JsonProperty(PropertyName = "vcnRouteType")]
[JsonConverter(typeof(StringEnumConverter))]
public VcnDrgAttachmentNetworkDetails.VcnRouteTypeEnum? VcnRouteType { get; set; }
Property Value
Type | Description |
---|---|
VcnDrgAttachmentNetworkDetails.VcnRouteTypeEnum? | Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment. Routes from the VCN ingress route table are always imported. |