attachment.go 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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 Attachment struct {
  11. Type_ string `json:"Type,omitempty"`
  12. Path string `json:"Path,omitempty"`
  13. IgnoreFlushes bool `json:"IgnoreFlushes,omitempty"`
  14. CachingMode string `json:"CachingMode,omitempty"`
  15. NoWriteHardening bool `json:"NoWriteHardening,omitempty"`
  16. DisableExpansionOptimization bool `json:"DisableExpansionOptimization,omitempty"`
  17. IgnoreRelativeLocator bool `json:"IgnoreRelativeLocator,omitempty"`
  18. CaptureIoAttributionContext bool `json:"CaptureIoAttributionContext,omitempty"`
  19. ReadOnly bool `json:"ReadOnly,omitempty"`
  20. SupportCompressedVolumes bool `json:"SupportCompressedVolumes,omitempty"`
  21. AlwaysAllowSparseFiles bool `json:"AlwaysAllowSparseFiles,omitempty"`
  22. ExtensibleVirtualDiskType string `json:"ExtensibleVirtualDiskType,omitempty"`
  23. }