Connection State Request Body Properties Args
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)