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