Class BgpSessionInfo
Information for establishing a BGP session for the IPSec tunnel.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BgpSessionInfo
Properties
BgpIpv6State
Declaration
[JsonProperty(PropertyName = "bgpIpv6State")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BgpSessionInfo.BgpIpv6StateEnum? BgpIpv6State { get; set; }
Property Value
Type | Description |
---|---|
BgpSessionInfo.BgpIpv6StateEnum? | The state of the BGP IPv6 session. |
BgpState
Declaration
[JsonProperty(PropertyName = "bgpState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BgpSessionInfo.BgpStateEnum? BgpState { get; set; }
Property Value
Type | Description |
---|---|
BgpSessionInfo.BgpStateEnum? | The state of the BGP session. |
CustomerBgpAsn
Declaration
[JsonProperty(PropertyName = "customerBgpAsn")]
public string CustomerBgpAsn { get; set; }
Property Value
Type | Description |
---|---|
string | If the tunnel's |
CustomerInterfaceIp
Declaration
[JsonProperty(PropertyName = "customerInterfaceIp")]
public string CustomerInterfaceIp { get; set; }
Property Value
Type | Description |
---|---|
string | The IP address for the CPE end of the inside tunnel interface.
|
CustomerInterfaceIpv6
Declaration
[JsonProperty(PropertyName = "customerInterfaceIpv6")]
public string CustomerInterfaceIpv6 { get; set; }
Property Value
Type | Description |
---|---|
string | The IPv6 address for the CPE end of the inside tunnel interface. This IP address is optional.
|
OracleBgpAsn
Declaration
[JsonProperty(PropertyName = "oracleBgpAsn")]
public string OracleBgpAsn { get; set; }
Property Value
Type | Description |
---|---|
string | The Oracle BGP ASN. |
OracleInterfaceIp
Declaration
[JsonProperty(PropertyName = "oracleInterfaceIp")]
public string OracleInterfaceIp { get; set; }
Property Value
Type | Description |
---|---|
string | The IP address for the Oracle end of the inside tunnel interface.
|
OracleInterfaceIpv6
Declaration
[JsonProperty(PropertyName = "oracleInterfaceIpv6")]
public string OracleInterfaceIpv6 { get; set; }
Property Value
Type | Description |
---|---|
string | The IPv6 address for the Oracle end of the inside tunnel interface. This IP address is optional.
|