@rhoas/kafka-instance-sdk
Version:
RHOAS Kafka Instance Adminstration SDK
33 lines (32 loc) • 779 B
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* Kafka Instance API
* API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs
*
* The version of the OpenAPI document: 0.14.1-SNAPSHOT
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AclOperation = void 0;
/**
*
* @export
* @enum {string}
*/
exports.AclOperation = {
All: 'ALL',
Read: 'READ',
Write: 'WRITE',
Create: 'CREATE',
Delete: 'DELETE',
Alter: 'ALTER',
Describe: 'DESCRIBE',
DescribeConfigs: 'DESCRIBE_CONFIGS',
AlterConfigs: 'ALTER_CONFIGS'
};