Class UpdateFlexTunnelConfigurationDetails
The update details for tunnel configuration.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
[JsonConverter(typeof(UpdateFlexTunnelConfigurationDetailsModelConverter))]
public class UpdateFlexTunnelConfigurationDetails
Properties
BgpSession
Declaration
[JsonProperty(PropertyName = "bgpSession")]
public UpdateFlexTunnelBgpSessionDetails BgpSession { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlexTunnelBgpSessionDetails |
CustomerTunnelIp
Declaration
[JsonProperty(PropertyName = "customerTunnelIp")]
public string CustomerTunnelIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IP address of your end of the tunnel. |
OracleTunnelIp
Declaration
[JsonProperty(PropertyName = "oracleTunnelIp")]
public string OracleTunnelIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | IP address of the oracle end of the tunnel. |