VmPlacementRequestResult interface

List of VM sizes being checked for creation on appliance along with corresponding result.

Properties

isFeasible

Boolean value indicating if the VM(s) in VmSize can be created.

message

Localized message to be displayed to the user to explain the check result.

messageCode

MessageCode indicating reason for success or failure.

vmSize

List of VM sizes being checked.

Property Details

isFeasible

Boolean value indicating if the VM(s) in VmSize can be created.

isFeasible?: boolean

Property Value

boolean

message

Localized message to be displayed to the user to explain the check result.

message?: string

Property Value

string

messageCode

MessageCode indicating reason for success or failure.

messageCode?: string

Property Value

string

vmSize

List of VM sizes being checked.

vmSize?: string[]

Property Value

string[]