AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rtbfabric
/
aws.sdk.kotlin.services.rtbfabric.model
/
ConnectivityType
Connectivity
Type
sealed
class
ConnectivityType
The connectivity type for a link or gateway.
Inheritors
Default
ExternalInbound
PublicEgress
PublicIngress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Default
Link copied to clipboard
object
Default
:
ConnectivityType
External
Inbound
Link copied to clipboard
object
ExternalInbound
:
ConnectivityType
Public
Egress
Link copied to clipboard
object
PublicEgress
:
ConnectivityType
Public
Ingress
Link copied to clipboard
object
PublicIngress
:
ConnectivityType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectivityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String