[{"label":"Latest (v1.1)","version":"latest"}]
vmc

InlineInstanceTypeConfig1

Properties

array of integer
cpu_cores Optional

Array of valid cpu cores values for the given instance type.


array of integer
hosts Optional

Array of number of hosts allowed for this operation. Range of hosts user can select for sddc provision


boolean
hyper_threading_supported Optional

Boolean to indicate whether hyperThreading is supported for an instance type.


string
instanceProvisioningErrorCause Optional

Error message for instance provisioning.

JSON Example

{
	"cpu_cores": [
		0
	],
	"hosts": [
		0
	],
	"hyper_threading_supported": false,
	"instanceProvisioningErrorCause": "string"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Used By

InstanceTypeConfig

Feedback

Was this page helpful?