Show / Hide Table of Contents

Class CreateFlexTunnelConfigurationDetails

The create details for tunnel configuration.

Inheritance
object
CreateFlexTunnelConfigurationDetails
CreateGreFlexTunnelConfigurationDetails
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(CreateFlexTunnelConfigurationDetailsModelConverter))]
public class CreateFlexTunnelConfigurationDetails

Properties

BgpSession

Declaration
[Required(ErrorMessage = "BgpSession is required.")]
[JsonProperty(PropertyName = "bgpSession")]
public CreateFlexTunnelBgpSessionDetails BgpSession { get; set; }
Property Value
Type Description
CreateFlexTunnelBgpSessionDetails
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

In this article
Back to top