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: kafkamgmt/apiv1/client/docs/KafkaRequest.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Name | Type | Description | Notes
37
37
**Marketplace** | Pointer to **string** | | [optional]
38
38
**BillingModel** | Pointer to **string** | | [optional]
39
39
**PromotionStatus** | Pointer to **string** | Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress. | [optional]
40
+
**ClusterId** | Pointer to **NullableString** | The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise | [optional]
40
41
**PromotionDetails** | Pointer to **string** | Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed | [optional]
41
42
42
43
## Methods
@@ -868,6 +869,41 @@ SetPromotionStatus sets PromotionStatus field to given value.
868
869
869
870
HasPromotionStatus returns a boolean if a field has been set.
870
871
872
+
### GetClusterId
873
+
874
+
`func (o *KafkaRequest) GetClusterId() string`
875
+
876
+
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
877
+
878
+
### GetClusterIdOk
879
+
880
+
`func (o *KafkaRequest) GetClusterIdOk() (*string, bool)`
881
+
882
+
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise
883
+
and a boolean to check if the value has been set.
884
+
885
+
### SetClusterId
886
+
887
+
`func (o *KafkaRequest) SetClusterId(v string)`
888
+
889
+
SetClusterId sets ClusterId field to given value.
890
+
891
+
### HasClusterId
892
+
893
+
`func (o *KafkaRequest) HasClusterId() bool`
894
+
895
+
HasClusterId returns a boolean if a field has been set.
896
+
897
+
### SetClusterIdNil
898
+
899
+
`func (o *KafkaRequest) SetClusterIdNil(b bool)`
900
+
901
+
SetClusterIdNil sets the value for ClusterId to be an explicit nil
902
+
903
+
### UnsetClusterId
904
+
`func (o *KafkaRequest) UnsetClusterId()`
905
+
906
+
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
871
907
### GetPromotionDetails
872
908
873
909
`func (o *KafkaRequest) GetPromotionDetails() string`
Copy file name to clipboardExpand all lines: kafkamgmt/apiv1/client/docs/KafkaRequestAllOf.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
**Marketplace** | Pointer to **string** | | [optional]
35
35
**BillingModel** | Pointer to **string** | | [optional]
36
36
**PromotionStatus** | Pointer to **string** | Status of the Kafka request promotion. Possible values: ['promoting', 'failed']. If unset it means no promotion is in progress. | [optional]
37
+
**ClusterId** | Pointer to **NullableString** | The ID of the data plane where Kafka is deployed on. This information is only returned for kafka whose billing model is enterprise | [optional]
37
38
**PromotionDetails** | Pointer to **string** | Details of the Kafka request promotion. It can be set when a Kafka request promotion is in progress or has failed | [optional]
38
39
39
40
## Methods
@@ -805,6 +806,41 @@ SetPromotionStatus sets PromotionStatus field to given value.
805
806
806
807
HasPromotionStatus returns a boolean if a field has been set.
807
808
809
+
### GetClusterId
810
+
811
+
`func (o *KafkaRequestAllOf) GetClusterId() string`
812
+
813
+
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
814
+
815
+
### GetClusterIdOk
816
+
817
+
`func (o *KafkaRequestAllOf) GetClusterIdOk() (*string, bool)`
818
+
819
+
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise
820
+
and a boolean to check if the value has been set.
821
+
822
+
### SetClusterId
823
+
824
+
`func (o *KafkaRequestAllOf) SetClusterId(v string)`
825
+
826
+
SetClusterId sets ClusterId field to given value.
827
+
828
+
### HasClusterId
829
+
830
+
`func (o *KafkaRequestAllOf) HasClusterId() bool`
831
+
832
+
HasClusterId returns a boolean if a field has been set.
833
+
834
+
### SetClusterIdNil
835
+
836
+
`func (o *KafkaRequestAllOf) SetClusterIdNil(b bool)`
837
+
838
+
SetClusterIdNil sets the value for ClusterId to be an explicit nil
839
+
840
+
### UnsetClusterId
841
+
`func (o *KafkaRequestAllOf) UnsetClusterId()`
842
+
843
+
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
808
844
### GetPromotionDetails
809
845
810
846
`func (o *KafkaRequestAllOf) GetPromotionDetails() string`
Copy file name to clipboardExpand all lines: kafkamgmt/apiv1/client/docs/KafkaRequestPayload.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**BillingCloudAccountId** | Pointer to **NullableString** | cloud account id used to purchase the instance | [optional]
13
13
**Marketplace** | Pointer to **NullableString** | marketplace where the instance is purchased on | [optional]
14
14
**BillingModel** | Pointer to **NullableString** | billing model to use | [optional]
15
+
**ClusterId** | Pointer to **NullableString** | enterprise OSD cluster ID to be used for kafka creation | [optional]
15
16
16
17
## Methods
17
18
@@ -267,6 +268,41 @@ HasBillingModel returns a boolean if a field has been set.
267
268
`func (o *KafkaRequestPayload) UnsetBillingModel()`
268
269
269
270
UnsetBillingModel ensures that no value is present for BillingModel, not even an explicit nil
271
+
### GetClusterId
272
+
273
+
`func (o *KafkaRequestPayload) GetClusterId() string`
274
+
275
+
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
276
+
277
+
### GetClusterIdOk
278
+
279
+
`func (o *KafkaRequestPayload) GetClusterIdOk() (*string, bool)`
280
+
281
+
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise
282
+
and a boolean to check if the value has been set.
283
+
284
+
### SetClusterId
285
+
286
+
`func (o *KafkaRequestPayload) SetClusterId(v string)`
287
+
288
+
SetClusterId sets ClusterId field to given value.
289
+
290
+
### HasClusterId
291
+
292
+
`func (o *KafkaRequestPayload) HasClusterId() bool`
293
+
294
+
HasClusterId returns a boolean if a field has been set.
295
+
296
+
### SetClusterIdNil
297
+
298
+
`func (o *KafkaRequestPayload) SetClusterIdNil(b bool)`
299
+
300
+
SetClusterIdNil sets the value for ClusterId to be an explicit nil
301
+
302
+
### UnsetClusterId
303
+
`func (o *KafkaRequestPayload) UnsetClusterId()`
304
+
305
+
UnsetClusterId ensures that no value is present for ClusterId, not even an explicit nil
270
306
271
307
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments