Class FlexTunnelDrgAttachmentNetworkCreateDetails
Specifies the flex tunnel attachment.
Inherited Members
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