Name | Type | Description | Notes |
---|---|---|---|
updated_at | Option<String> | Service last update timestamp (ISO 8601) | [optional] |
node_count | Option<i64> | Number of service nodes in the active plan | [optional] |
connection_info | Option<crate::models::DbaasServiceRedisConnectionInfo> | [optional] | |
node_cpu_count | Option<i64> | Number of CPUs for each node | [optional] |
integrations | Option<Veccrate::models::DbaasIntegration> | Service integrations | [optional] |
zone | Option<String> | The zone where the service is running | [optional] |
node_states | Option<Veccrate::models::DbaasNodeState> | State of individual service nodes | [optional] |
name | String | ||
redis_settings | Option<serde_json::Value> | Redis-specific settings | [optional] |
r#type | String | ||
state | Option<crate::models::EnumServiceState> | [optional] | |
ip_filter | Option<Vec> | Allowed CIDR address blocks for incoming connections | [optional] |
backups | Option<Veccrate::models::DbaasServiceBackup> | List of backups for the service | [optional] |
termination_protection | Option<bool> | Service is protected against termination and powering off | [optional] |
notifications | Option<Veccrate::models::DbaasServiceNotification> | Service notifications | [optional] |
components | Option<Veccrate::models::DbaasServiceRedisComponentsInner> | Service component information objects | [optional] |
maintenance | Option<crate::models::DbaasServiceMaintenance> | [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] |
version | Option<String> | Redis version | [optional] |
created_at | Option<String> | Service creation timestamp (ISO 8601) | [optional] |
plan | String | Subscription plan | |
users | Option<Veccrate::models::DbaasServiceRedisUsersInner> | List of service users | [optional] |