pause_options.go 460 B

12345678910111213141516171819
  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. // Options for HcsPauseComputeSystem
  11. type PauseOptions struct {
  12. SuspensionLevel string `json:"SuspensionLevel,omitempty"`
  13. HostedNotification *PauseNotification `json:"HostedNotification,omitempty"`
  14. }