updated_at |
Option<String> |
Service last update timestamp (ISO 8601) |
[optional] |
authentication_methods |
Option<models::DbaasServiceKafkaAuthenticationMethods> |
|
[optional] |
node_count |
Option<i64> |
Number of service nodes in the active plan |
[optional] |
connection_info |
Option<models::DbaasServiceKafkaConnectionInfo> |
|
[optional] |
node_cpu_count |
Option<i64> |
Number of CPUs for each node |
[optional] |
kafka_rest_enabled |
Option<bool> |
Whether Kafka REST is enabled |
[optional] |
integrations |
Option<Vecmodels::DbaasIntegration> |
Service integrations |
[optional] |
zone |
Option<String> |
The zone where the service is running |
[optional] |
node_states |
Option<Vecmodels::DbaasNodeState> |
State of individual service nodes |
[optional] |
name |
String |
|
|
kafka_connect_enabled |
Option<bool> |
Whether Kafka Connect is enabled |
[optional] |
r#type |
String |
|
|
state |
Option<models::EnumServiceState> |
|
[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] |
backups |
Option<Vecmodels::DbaasServiceBackup> |
List of backups for the service |
[optional] |
kafka_rest_settings |
Option<models::JsonSchemaKafkaRest> |
|
[optional] |
termination_protection |
Option<bool> |
Service is protected against termination and powering off |
[optional] |
notifications |
Option<Vecmodels::DbaasServiceNotification> |
Service notifications |
[optional] |
kafka_connect_settings |
Option<models::JsonSchemaKafkaConnect> |
|
[optional] |
components |
Option<Vecmodels::DbaasServiceKafkaComponentsInner> |
Service component information objects |
[optional] |
maintenance |
Option<models::DbaasServiceMaintenance> |
|
[optional] |
kafka_settings |
Option<models::JsonSchemaKafka> |
|
[optional] |
disk_size |
Option<i64> |
TODO UNIT disk space for data storage |
[optional] |
node_memory |
Option<i64> |
TODO UNIT of memory for each node |
[optional] |
uri |
Option<String> |
URI for connecting to the service (may be absent) |
[optional] |
uri_params |
Option<serde_json::Value> |
service_uri parameterized into key-value pairs |
[optional] |
schema_registry_enabled |
Option<bool> |
Whether Schema-Registry is enabled |
[optional] |
version |
Option<String> |
Kafka version |
[optional] |
created_at |
Option<String> |
Service creation timestamp (ISO 8601) |
[optional] |
plan |
String |
Subscription plan |
|
users |
Option<Vecmodels::DbaasServiceKafkaUsersInner> |
List of service users |
[optional] |