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