{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "InstanceAvailabilityConfig",
"type": "object",
"description": "Options for VM migration during infrastructure maintenance",
"properties": {
"isLiveMigrationPreferred": {
"type": "boolean",
"description": "Whether live migration is the preferred option during maintenance"
},
"recoveryAction": {
"type": "string",
"description": "The lifecycle state for an instance when maintenance is due"
}
}
}