Show / Hide Table of Contents

Class IpsecTunnelDrgAttachmentNetworkCreateDetails

Specifies the IPSec tunnel attachment.

Inheritance
object
DrgAttachmentNetworkCreateDetails
IpsecTunnelDrgAttachmentNetworkCreateDetails
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 IpsecTunnelDrgAttachmentNetworkCreateDetails : 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 IPSec connection.

Remarks

Required

IpsecConnectionId

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

The IPSec connection that contains the attached IPSec tunnel.

Remarks

Required

RegionalOciAsn

Declaration
[JsonProperty(PropertyName = "regionalOciAsn")]
public string RegionalOciAsn { get; set; }
Property Value
Type Description
string

The BGP ASN to use for the IPSec connection's route target

TransportAttachmentId

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

The OCID of the virtual-circuit drg attachment.

In this article
Back to top