VmCalloutPosition

VmCalloutPosition
VmCalloutPosition

Describes the position of a per-VM Callout, null otherwise.

JSON Example
{
    "vm_id": "string",
    "pre_power_on": false,
    "index": 0
}
string
vm_id
Required

The protected virtual machine identity this Callout is associated with.

boolean
pre_power_on
Required

If true, the callout executes prior to the power-on step, otherwise it executes after the power-on step.

integer As int32 As int32
index
Required

The zero-based index of the Callout relative to other Calloutsat the same position. If there is more than one Callout at a position,then they will be run starting with the Callout at index zero.

Property Of