Share via


BgpPeerState Class

Definition

Defines values for BgpPeerState.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>))]
public class BgpPeerState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState>))>]
type BgpPeerState = class
    inherit ExpandableStringEnum<BgpPeerState>
Public Class BgpPeerState
Inherits ExpandableStringEnum(Of BgpPeerState)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

BgpPeerState()

Fields

Connected
Connecting
Idle
Stopped
Unknown

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to