DeviceCapacityRequestInfo interface

Object for Capturing DeviceCapacityRequestInfo

Properties

vmPlacementQuery

Array containing the sizes of the VMs for checking if its feasible to create them on the appliance.

vmPlacementResults

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[]

Property Value