Show / Hide Table of Contents

Class FlexTunnelBgpStatus

Boarder Gateway Protocol (BGP) session status

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

Properties

BgpSessionStatus

Declaration
[JsonProperty(PropertyName = "bgpSessionStatus")]
[JsonConverter(typeof(StringEnumConverter))]
public FlexTunnelBgpStatus.BgpSessionStatusEnum? BgpSessionStatus { get; set; }
Property Value
Type Description
FlexTunnelBgpStatus.BgpSessionStatusEnum?

The state of the IPv4 BGP session associated with the flex tunnel.

BgpSessionStatusIpv6

Declaration
[JsonProperty(PropertyName = "bgpSessionStatusIpv6")]
[JsonConverter(typeof(StringEnumConverter))]
public FlexTunnelBgpStatus.BgpSessionStatusIpv6Enum? BgpSessionStatusIpv6 { get; set; }
Property Value
Type Description
FlexTunnelBgpStatus.BgpSessionStatusIpv6Enum?

The state of the IPv6 BGP session associated with the flex tunnel.

FlexTunnelId

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

The OCID of the flex tunnel.

Remarks

Required

In this article
Back to top