ConnectionStateRequestBodyPropertiesArgs

data class ConnectionStateRequestBodyPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<ConnectionStateRequestBodyPropertiesArgs>

Properties of Connection state request.

Constructors

Link copied to clipboard
constructor(privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)

Properties

Link copied to clipboard

Private endpoint connection state.

Functions

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