ExecutionParameters interface
Extra details needed to run the user's request
Properties
| optimization |
Details that could optimize the user's request |
| retry |
Retry policy the user can pass |
| verify |
When true on an executeStart request, run a post-Start VM agent health check and engage the fallback chain if the guest agent does not report Ready. Ignored for non-Start operations. |
Property Details
optimizationPreference
Details that could optimize the user's request
optimizationPreference?: string
Property Value
string
retryPolicy
verifyVmAgentHealth
When true on an executeStart request, run a post-Start VM agent health check and engage the fallback chain if the guest agent does not report Ready. Ignored for non-Start operations.
verifyVmAgentHealth?: boolean
Property Value
boolean