You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kafka-management-sdk/docs/KafkaRequestPayload.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Name | Type | Description | Notes
13
13
**region** | **String** | The region where the Kafka cluster will be created in | [optional]
14
14
**reauthenticationEnabled** | **Boolean** | Whether connection reauthentication is enabled or not. If set to true, connection reauthentication on the Kafka instance will be required every 5 minutes. The default value is true | [optional]
15
15
**plan** | **String** | kafka plan in a format of <instance_type>.<size_id> | [optional]
16
+
**billingCloudAccountId** | **String** | cloud account id used to purchase the instance | [optional]
17
+
**marketplace** | **String** | marketplace where the instance is purchased on | [optional]
0 commit comments