Feature
This view displays the information about the unit specifications of all tenants.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| UNIT_CONFIG_ID | bigint(20) | NO | The ID of the unit specification. |
| NAME | varchar(128) | NO | The name of the unit specification. |
| CREATE_TIME | timestamp(6) | YES | The time when the unit specification was created. |
| MODIFY_TIME | timestamp(6) | YES | The time when the unit specification was last updated. |
| MAX_CPU | double | NO | The maximum number of CPU cores. |
| MIN_CPU | double | NO | The minimum number of CPU cores. |
| MEMORY_SIZE | bigint(20) | NO | The memory size, in bytes. |
| LOG_DISK_SIZE | bigint(20) | NO | The log disk size, in bytes. |
| MAX_IOPS | bigint(20) | NO | The maximum disk IOPS. |
| MIN_IOPS | bigint(20) | NO | The minimum disk IOPS. |
| IOPS_WEIGHT | bigint(20) | NO | The IOPS weight. |