Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.81 KB

UpdateDbaasServiceKafkaRequest.md

File metadata and controls

23 lines (18 loc) · 1.81 KB

UpdateDbaasServiceKafkaRequest

Properties

Name Type Description Notes
authentication_methods Option<models::UpdateDbaasServiceKafkaRequestAuthenticationMethods> [optional]
kafka_rest_enabled Option<bool> Enable Kafka-REST service [optional]
kafka_connect_enabled Option<bool> Allow clients to connect to kafka_connect from the public internet for service nodes that are in a project VPC or another type of private network [optional]
ip_filter Option<Vec> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
schema_registry_settings Option<models::JsonSchemaSchemaRegistry> [optional]
kafka_rest_settings Option<models::JsonSchemaKafkaRest> [optional]
termination_protection Option<bool> Service is protected against termination and powering off [optional]
kafka_connect_settings Option<models::JsonSchemaKafkaConnect> [optional]
maintenance Option<models::UpdateDbaasServiceMysqlRequestMaintenance> [optional]
kafka_settings Option<models::JsonSchemaKafka> [optional]
schema_registry_enabled Option<bool> Enable Schema-Registry service [optional]
version Option<String> Kafka major version [optional]
plan Option<String> Subscription plan [optional]

[Back to Model list] [Back to API list] [Back to README]