DeviceCapacityRequestInfo interface
Object for Capturing DeviceCapacityRequestInfo
Properties
| vm |
Array containing the sizes of the VMs for checking if its feasible to create them on the appliance. |
| vm |
Array of the VMs of the sizes in VmSizes can be provisioned on the appliance. |
Property Details
vmPlacementQuery
Array containing the sizes of the VMs for checking if its feasible to create them on the appliance.
vmPlacementQuery: string[][]
Property Value
string[][]
vmPlacementResults
Array of the VMs of the sizes in VmSizes can be provisioned on the appliance.
vmPlacementResults?: VmPlacementRequestResult[]