GpDbClusterConfig
GpDbClusterConfig
AllOf
JSON Example
{
"namespaceId": "string",
"type": "string",
"master": {
"hwConfig": {
"hdDiskSizeGB": 0,
"cpuCores": 0,
"memoryGB": 0,
"instancePlanId": "string",
"thinDisk": false
}
},
"segment": {
"hwConfig": {
"hdDiskSizeGB": 0,
"cpuCores": 0,
"memoryGB": 0,
"instancePlanId": "string",
"thinDisk": false
},
"primarySegmentsCount": 0
}
}