Show / Hide Table of Contents

Class UpdateFlexTunnelBgpSessionDetails

Boarder Gateway Protocol (BGP) fields

Inheritance
object
UpdateFlexTunnelBgpSessionDetails
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 UpdateFlexTunnelBgpSessionDetails

Properties

CustomerBgpAsn

Declaration
[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.

CustomerBgpIp

Declaration
[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.

CustomerBgpIpv6

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

The IPv6 prefix for your end of the inside tunnel interface.

OracleBgpIp

Declaration
[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.

OracleBgpIpv6

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

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

In this article
Back to top