virtual_machine.go 877 B

123456789101112131415161718192021222324252627282930313233
  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. package hcsschema
  10. type VirtualMachine struct {
  11. // StopOnReset is private in the schema. If regenerated need to put back.
  12. StopOnReset bool `json:"StopOnReset,omitempty"`
  13. Chipset *Chipset `json:"Chipset,omitempty"`
  14. ComputeTopology *Topology `json:"ComputeTopology,omitempty"`
  15. Devices *Devices `json:"Devices,omitempty"`
  16. GuestState *GuestState `json:"GuestState,omitempty"`
  17. RestoreState *RestoreState `json:"RestoreState,omitempty"`
  18. RegistryChanges *RegistryChanges `json:"RegistryChanges,omitempty"`
  19. StorageQoS *StorageQoS `json:"StorageQoS,omitempty"`
  20. GuestConnection *GuestConnection `json:"GuestConnection,omitempty"`
  21. }