Name | Type | Description | Notes |
---|---|---|---|
updatedAt | OffsetDateTime | Service last update timestamp (ISO 8601) | [optional] |
nodeCount | Long | Number of service nodes in the active plan | [optional] |
connectionInfo | DbaasServiceRedisConnectionInfo | [optional] | |
nodeCpuCount | Long | Number of CPUs for each node | [optional] |
integrations | List<DbaasIntegration> | Service integrations | [optional] |
zone | String | The zone where the service is running | [optional] |
nodeStates | List<DbaasNodeState> | State of individual service nodes | [optional] |
name | String | ||
redisSettings | JsonSchemaRedis | [optional] | |
type | String | ||
state | EnumServiceState | [optional] | |
ipFilter | List<String> | Allowed CIDR address blocks for incoming connections | [optional] |
backups | List<DbaasServiceBackup> | List of backups for the service | [optional] |
terminationProtection | Boolean | Service is protected against termination and powering off | [optional] |
notifications | List<DbaasServiceNotification> | Service notifications | [optional] |
components | List<DbaasServiceRedisComponentsInner> | Service component information objects | [optional] |
maintenance | DbaasServiceMaintenance | [optional] | |
diskSize | Long | TODO UNIT disk space for data storage | [optional] |
nodeMemory | Long | TODO UNIT of memory for each node | [optional] |
uri | String | URI for connecting to the service (may be absent) | [optional] |
uriParams | Object | service_uri parameterized into key-value pairs | [optional] |
version | String | Redis version | [optional] |
createdAt | OffsetDateTime | Service creation timestamp (ISO 8601) | [optional] |
plan | String | Subscription plan | |
users | List<DbaasServiceRedisUsersInner> | List of service users | [optional] |