generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from redhat-developer/chore/generate-sdks-1674…
…174433 chore(all): re-generate SDKs
- Loading branch information
Showing
87 changed files
with
1,975 additions
and
1,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app-services-sdk-python/sdks/kafka_mgmt_sdk/.openapi-generator/VERSION
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.4.0 | ||
6.1.0 |
1 change: 1 addition & 0 deletions
1
app-services-sdk-python/sdks/kafka_mgmt_sdk/docs/ServiceAccountListItem.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...ces-sdk-python/sdks/kafka_mgmt_sdk/docs/SupportedKafkaInstanceTypeSizesInner.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# SupportedKafkaInstanceTypeSizesInner | ||
|
||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **str** | Unique identifier of this Kafka instance size. | [optional] | ||
**display_name** | **str** | Display name of this Kafka instance size. | [optional] | ||
**ingress_throughput_per_sec** | **SupportedKafkaSizeBytesValueItem** | | [optional] | ||
**egress_throughput_per_sec** | **SupportedKafkaSizeBytesValueItem** | | [optional] | ||
**total_max_connections** | **int** | Maximum amount of total connections available to this Kafka instance size. | [optional] | ||
**max_data_retention_size** | **SupportedKafkaSizeBytesValueItem** | | [optional] | ||
**max_partitions** | **int** | Maximum amount of total partitions available to this Kafka instance size. | [optional] | ||
**max_data_retention_period** | **str** | Maximum data retention period available to this Kafka instance size. | [optional] | ||
**max_connection_attempts_per_sec** | **int** | Maximium connection attempts per second available to this Kafka instance size. | [optional] | ||
**max_message_size** | **SupportedKafkaSizeBytesValueItem** | | [optional] | ||
**min_in_sync_replicas** | **int** | Minimum number of in-sync replicas. | [optional] | ||
**replication_factor** | **int** | Replication factor available to this Kafka instance size. | [optional] | ||
**supported_az_modes** | **[str]** | List of Availability Zone modes that this Kafka instance size supports. The possible values are \"single\", \"multi\". | [optional] | ||
**lifespan_seconds** | **int, none_type** | The limit lifespan of the kafka instance in seconds. If not specified then the instance never expires. | [optional] | ||
**quota_consumed** | **int** | Quota consumed by this Kafka instance size. | [optional] | ||
**quota_type** | **str** | Quota type used by this Kafka instance size. This is now deprecated, please refer to supported_billing_models at instance-type level instead. | [optional] | ||
**capacity_consumed** | **int** | Data plane cluster capacity consumed by this Kafka instance size. | [optional] | ||
**maturity_status** | **str** | Maturity level of the size. Can be \"stable\" or \"preview\". | [optional] | ||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.