/** * Kafka Management API * Kafka Management API is a REST API to manage Kafka instances * * The version of the OpenAPI document: 1.16.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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; import { Configuration } from '../configuration'; import { RequestArgs, BaseAPI } from '../base'; import { EnterpriseCluster } from '../model'; import { EnterpriseClusterAddonParameters } from '../model'; import { EnterpriseClusterList } from '../model'; import { EnterpriseClusterRegistrationResponse } from '../model'; import { EnterpriseOsdClusterPayload } from '../model'; /** * EnterpriseDataplaneClustersApi - axios parameter creator * @export */ export declare const EnterpriseDataplaneClustersApiAxiosParamCreator: (configuration?: Configuration) => { /** * * @param {boolean} async Perform the action in an asynchronous manner * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteEnterpriseClusterById: (async: boolean, id: string, options?: AxiosRequestConfig) => Promise; /** * Returns the addon parameters belonging to the enterprise dataplane cluster {id} * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterAddonParameters: (id: string, options?: AxiosRequestConfig) => Promise; /** * Returns enterprise data plane cluster by ID * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterById: (id: string, options?: AxiosRequestConfig) => Promise; /** * List all Enterprise data plane clusters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseOsdClusters: (options?: AxiosRequestConfig) => Promise; /** * Register enterprise data plane cluster * @param {EnterpriseOsdClusterPayload} enterpriseOsdClusterPayload Enterprise data plane cluster details * @param {*} [options] Override http request option. * @throws {RequiredError} */ registerEnterpriseOsdCluster: (enterpriseOsdClusterPayload: EnterpriseOsdClusterPayload, options?: AxiosRequestConfig) => Promise; }; /** * EnterpriseDataplaneClustersApi - functional programming interface * @export */ export declare const EnterpriseDataplaneClustersApiFp: (configuration?: Configuration) => { /** * * @param {boolean} async Perform the action in an asynchronous manner * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteEnterpriseClusterById(async: boolean, id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * Returns the addon parameters belonging to the enterprise dataplane cluster {id} * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterAddonParameters(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * Returns enterprise data plane cluster by ID * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterById(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * List all Enterprise data plane clusters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseOsdClusters(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * Register enterprise data plane cluster * @param {EnterpriseOsdClusterPayload} enterpriseOsdClusterPayload Enterprise data plane cluster details * @param {*} [options] Override http request option. * @throws {RequiredError} */ registerEnterpriseOsdCluster(enterpriseOsdClusterPayload: EnterpriseOsdClusterPayload, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; }; /** * EnterpriseDataplaneClustersApi - factory interface * @export */ export declare const EnterpriseDataplaneClustersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => { /** * * @param {boolean} async Perform the action in an asynchronous manner * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteEnterpriseClusterById(async: boolean, id: string, options?: any): AxiosPromise; /** * Returns the addon parameters belonging to the enterprise dataplane cluster {id} * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterAddonParameters(id: string, options?: any): AxiosPromise; /** * Returns enterprise data plane cluster by ID * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseClusterById(id: string, options?: any): AxiosPromise; /** * List all Enterprise data plane clusters * @param {*} [options] Override http request option. * @throws {RequiredError} */ getEnterpriseOsdClusters(options?: any): AxiosPromise; /** * Register enterprise data plane cluster * @param {EnterpriseOsdClusterPayload} enterpriseOsdClusterPayload Enterprise data plane cluster details * @param {*} [options] Override http request option. * @throws {RequiredError} */ registerEnterpriseOsdCluster(enterpriseOsdClusterPayload: EnterpriseOsdClusterPayload, options?: any): AxiosPromise; }; /** * EnterpriseDataplaneClustersApi - interface * @export * @interface EnterpriseDataplaneClustersApi */ export interface EnterpriseDataplaneClustersApiInterface { /** * * @param {boolean} async Perform the action in an asynchronous manner * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApiInterface */ deleteEnterpriseClusterById(async: boolean, id: string, options?: AxiosRequestConfig): AxiosPromise; /** * Returns the addon parameters belonging to the enterprise dataplane cluster {id} * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApiInterface */ getEnterpriseClusterAddonParameters(id: string, options?: AxiosRequestConfig): AxiosPromise; /** * Returns enterprise data plane cluster by ID * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApiInterface */ getEnterpriseClusterById(id: string, options?: AxiosRequestConfig): AxiosPromise; /** * List all Enterprise data plane clusters * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApiInterface */ getEnterpriseOsdClusters(options?: AxiosRequestConfig): AxiosPromise; /** * Register enterprise data plane cluster * @param {EnterpriseOsdClusterPayload} enterpriseOsdClusterPayload Enterprise data plane cluster details * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApiInterface */ registerEnterpriseOsdCluster(enterpriseOsdClusterPayload: EnterpriseOsdClusterPayload, options?: AxiosRequestConfig): AxiosPromise; } /** * EnterpriseDataplaneClustersApi - object-oriented interface * @export * @class EnterpriseDataplaneClustersApi * @extends {BaseAPI} */ export declare class EnterpriseDataplaneClustersApi extends BaseAPI implements EnterpriseDataplaneClustersApiInterface { /** * * @param {boolean} async Perform the action in an asynchronous manner * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApi */ deleteEnterpriseClusterById(async: boolean, id: string, options?: AxiosRequestConfig): Promise>; /** * Returns the addon parameters belonging to the enterprise dataplane cluster {id} * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApi */ getEnterpriseClusterAddonParameters(id: string, options?: AxiosRequestConfig): Promise>; /** * Returns enterprise data plane cluster by ID * @param {string} id ID of the enterprise data plane cluster * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApi */ getEnterpriseClusterById(id: string, options?: AxiosRequestConfig): Promise>; /** * List all Enterprise data plane clusters * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApi */ getEnterpriseOsdClusters(options?: AxiosRequestConfig): Promise>; /** * Register enterprise data plane cluster * @param {EnterpriseOsdClusterPayload} enterpriseOsdClusterPayload Enterprise data plane cluster details * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof EnterpriseDataplaneClustersApi */ registerEnterpriseOsdCluster(enterpriseOsdClusterPayload: EnterpriseOsdClusterPayload, options?: AxiosRequestConfig): Promise>; }