AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
BgpPeerState
Bgp
Peer
State
sealed
class
BgpPeerState
Inheritors
Available
Deleted
Deleting
Pending
Verifying
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
BgpPeerState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
BgpPeerState
Deleting
Link copied to clipboard
object
Deleting
:
BgpPeerState
Pending
Link copied to clipboard
object
Pending
:
BgpPeerState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BgpPeerState
Verifying
Link copied to clipboard
object
Verifying
:
BgpPeerState
Properties
value
Link copied to clipboard
abstract
val
value
:
String