Class CreateFlexTunnelBgpSessionDetails
Boarder Gateway Protocol (BGP) fields
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class CreateFlexTunnelBgpSessionDetails
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
[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 | This IPv6 prefix is 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. |