RemotePrivateLinkServiceConnectionStateArgs

data class RemotePrivateLinkServiceConnectionStateArgs(val status: Output<Either<String, PrivateLinkConnectionStatus>>? = null) : ConvertibleToJava<RemotePrivateLinkServiceConnectionStateArgs>

State of the Private Link Service connection.

Constructors

constructor(status: Output<Either<String, PrivateLinkConnectionStatus>>? = null)

Properties

Link copied to clipboard
val status: Output<Either<String, PrivateLinkConnectionStatus>>? = null

State of Private Link Connection.

Functions

Link copied to clipboard
open override fun toJava(): RemotePrivateLinkServiceConnectionStateArgs