KafkaClusterNetwork

data class KafkaClusterNetwork(val connectionDirection: String? = null, val privateLinkEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(connectionDirection: String? = null, privateLinkEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The direction of the resource provider connection. Possible values include Inbound or Outbound. Defaults to Inbound. Changing this forces a new resource to be created.

Link copied to clipboard

Is the private link enabled? Possible values include true or false. Defaults to false. Changing this forces a new resource to be created.