Show / Hide Table of Contents

Class FlexTunnelDrgAttachmentNetworkCreateDetails

Specifies the flex tunnel attachment.

Inheritance
object
DrgAttachmentNetworkCreateDetails
FlexTunnelDrgAttachmentNetworkCreateDetails
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 FlexTunnelDrgAttachmentNetworkCreateDetails : DrgAttachmentNetworkCreateDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment that contains the flex tunnel.

Remarks

Required

TransportAttachmentId

Declaration
[Required(ErrorMessage = "TransportAttachmentId is required.")]
[JsonProperty(PropertyName = "transportAttachmentId")]
public string TransportAttachmentId { get; set; }
Property Value
Type Description
string

The OCID of the transport drg attachment of the flex tunnel.

Remarks

Required

In this article
Back to top