Feature
This view displays the information about the resource pools of all tenants.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| RESOURCE_POOL_ID | bigint(20) | NO | The unique ID of the resource pool. |
| NAME | varchar(128) | NO | The name of the resource pool. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. NULL: The resource pool does not belong to any tenant. |
| CREATE_TIME | timestamp(6) | YES | The time when the resource pool was created. |
| MODIFY_TIME | timestamp(6) | YES | The time when the resource pool was last modified. |
| UNIT_COUNT | bigint(20) | NO | The number of units. |
| UNIT_CONFIG_ID | bigint(20) | NO | The resource specification ID of the resource pool. |
| ZONE_LIST | varchar(8192) | NO | The zone list of the resource pool. |
| REPLICA_TYPE | varchar(18) | NO | The replica type supported by the resource pool. FULL: All replica types are supported, not only full-featured replicas.LOGONLY: Only log replicas are supported.READONLY: Only read-only replicas are supported.ENCRYPTION_LOGONLY: Only encrypted log replicas are supported.NULL: indicates an unknown replica type. |