Show / Hide Table of Contents

Class UpdateFlexTunnelConfigurationDetails

The update details for tunnel configuration.

Inheritance
object
UpdateFlexTunnelConfigurationDetails
UpdateGreFlexTunnelConfigurationDetails
Inherited Members
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
[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.

In this article
Back to top