Show / Hide Table of Contents

Class FlexTunnelBgpSession

Boarder Gateway Protocol (BGP) fields.

Inheritance
object
FlexTunnelBgpSession
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
public class FlexTunnelBgpSession

Properties

CustomerBgpAsn

Declaration
[Required(ErrorMessage = "CustomerBgpAsn is required.")]
[JsonProperty(PropertyName = "customerBgpAsn")]
public string CustomerBgpAsn { get; set; }
Property Value
Type Description
string

The BGP ASN of the network on your end of the BGP session.

Remarks

Required

CustomerBgpIp

Declaration
[Required(ErrorMessage = "CustomerBgpIp is required.")]
[JsonProperty(PropertyName = "customerBgpIp")]
public string CustomerBgpIp { get; set; }
Property Value
Type Description
string

This IPv4 CIDR block is for your end of the inside tunnel interface.

Remarks

Required

CustomerBgpIpv6

Declaration
[JsonProperty(PropertyName = "customerBgpIpv6")]
public string CustomerBgpIpv6 { get; set; }
Property Value
Type Description
string

This IPv6 prefix is for your end of the inside tunnel interface.

OracleBgpAsn

Declaration
[Required(ErrorMessage = "OracleBgpAsn is required.")]
[JsonProperty(PropertyName = "oracleBgpAsn")]
public string OracleBgpAsn { get; set; }
Property Value
Type Description
string

The Oracle BPG ASN number.

Remarks

Required

OracleBgpIp

Declaration
[Required(ErrorMessage = "OracleBgpIp is required.")]
[JsonProperty(PropertyName = "oracleBgpIp")]
public string OracleBgpIp { get; set; }
Property Value
Type Description
string

The IPv4 CIDR block for the Oracle end of the inside tunnel interface.

Remarks

Required

OracleBgpIpv6

Declaration
[JsonProperty(PropertyName = "oracleBgpIpv6")]
public string OracleBgpIpv6 { get; set; }
Property Value
Type Description
string

The IPv6 prefix block for the Oracle end of the inside tunnel interface.

In this article
Back to top