1 /* 2 * HCS API 3 * 4 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) 5 * 6 * API version: 2.1 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package hcsschema 11 12 type DebugOptions struct { 13 // BugcheckSavedStateFileName is the path for the file in which the guest VM state will be saved when 14 // the guest crashes. 15 BugcheckSavedStateFileName string `json:"BugcheckSavedStateFileName,omitempty"` 16 // BugcheckNoCrashdumpSavedStateFileName is the path of the file in which the guest VM state will be 17 // saved when the guest crashes but the guest isn't able to generate the crash dump. This usually 18 // happens in early boot failures. 19 BugcheckNoCrashdumpSavedStateFileName string `json:"BugcheckNoCrashdumpSavedStateFileName,omitempty"` 20 TripleFaultSavedStateFileName string `json:"TripleFaultSavedStateFileName,omitempty"` 21 FirmwareDumpFileName string `json:"FirmwareDumpFileName,omitempty"` 22 } 23