UNPKG

jack-kafka-management-sdk

Version:
26 lines (25 loc) 734 B
/** * Kafka Management API * Kafka Management API is a REST API to manage Kafka instances * * The version of the OpenAPI document: 1.15.0 * Contact: rhosak-support@redhat.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { FleetshardParameter } from './fleetshard-parameter'; /** * * @export * @interface EnterpriseClusterWithAddonParametersAllOf */ export interface EnterpriseClusterWithAddonParametersAllOf { /** * * @type {Array<FleetshardParameter>} * @memberof EnterpriseClusterWithAddonParametersAllOf */ 'fleetshard_parameters'?: Array<FleetshardParameter>; }