[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
VmCalloutPosition
Describes the position of a per-VM Callout, null otherwise.
Properties
integer 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.
boolean
pre_power_on
Required
If true, the callout executes prior to the power-on step, otherwise it executes after the power-on step.
string
vm_id
Required
The protected virtual machine identity this Callout is associated with.
JSON Example
{
"index": 0,
"pre_power_on": false,
"vm_id": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of
RecoveryStep
What's changed in 2.0.0?
New! in version 2.0.0