virtual_smb.go 406 B

123456789101112131415161718
  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 VirtualSmb struct {
  11. Shares []VirtualSmbShare `json:"Shares,omitempty"`
  12. DirectFileMappingInMB int64 `json:"DirectFileMappingInMB,omitempty"`
  13. }