compute
compute
A Compute represents OpenStack compute resources information
JSON Example
{
"compute_clusters": [
{
"availability_zone_name": "string",
"cluster_name": "string",
"datastore_regex": "string",
"dvs_moid": "string",
"vcenter_name": "string"
}
],
"default_availability_zone_name": "string",
"passthrough": false,
"tenant_vdc": false
}
object
attributes
Optional
The optional attributes for nova.
string
default_availability_zone_name
Required
The default availability zone for compute cluster.
boolean
passthrough
Required
The passthrough flag.
boolean
tenant_vdc
Required
The tenant vdc flag.