Class FlexTunnelConfiguration
The tunnel configuration of a flex tunnel.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
[JsonConverter(typeof(FlexTunnelConfigurationModelConverter))]
public class FlexTunnelConfiguration
Properties
BgpSession
Declaration
[Required(ErrorMessage = "BgpSession is required.")]
[JsonProperty(PropertyName = "bgpSession")]
public FlexTunnelBgpSession BgpSession { get; set; }
Property Value
| Type | Description |
|---|---|
| FlexTunnelBgpSession |
Remarks
Required
CustomerTunnelIp
Declaration
[Required(ErrorMessage = "CustomerTunnelIp is required.")]
[JsonProperty(PropertyName = "customerTunnelIp")]
public string CustomerTunnelIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IP address of your end of the tunnel. |
Remarks
Required
OracleTunnelIp
Declaration
[Required(ErrorMessage = "OracleTunnelIp is required.")]
[JsonProperty(PropertyName = "oracleTunnelIp")]
public string OracleTunnelIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IP address of the oracle end of the tunnel. |
Remarks
Required