MachineBootConfigSettings

MachineBootConfigSettings
MachineBootConfigSettings

Machine boot config settings that will define how the provisioning will handle the boot config script execution.

JSON Example
{
    "phoneHomeShouldWait": true,
    "phoneHomeFailOnTimeout": false,
    "phoneHomeTimeoutSeconds": 100
}
boolean
phoneHomeShouldWait
Optional

A phone_home module will be added to the Cloud Config and the provisioning will wait on a callback prior proceeding

boolean
phoneHomeFailOnTimeout
Optional

In case a timeout occurs whether the provisioning process should fail or continue.

integer As int32 As int32
phoneHomeTimeoutSeconds
Optional

The period of time to wait for the phone_home module callback to occur