Stock¶
Overview¶
This data type is included in the result of execution of the next API request.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
flavor_id | Flavor UUID of Baremetal Server stock search condition. | Hash |
availability_zone | Availability Zone name of Baremetal Server stock search condition. | String |
stock | Baremetal Server stock is available or not. | Boolean |
Examples¶
{
"stock": {
"flavor_id": "c7151446-f822-453f-a490-89fc8ec4a423",
"availability_zone": "zone1-groupa",
"stock": true
}
}