Kafka Cluster Network
data class KafkaClusterNetwork(val connectionDirection: String? = null, val privateLinkEnabled: Boolean? = null)
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.