plan9_share.go 678 B

1234567891011121314151617181920212223242526
  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 Plan9Share struct {
  11. Name string `json:"Name,omitempty"`
  12. // The name by which the guest operation system can access this share, via the aname parameter in the Plan9 protocol.
  13. AccessName string `json:"AccessName,omitempty"`
  14. Path string `json:"Path,omitempty"`
  15. Port int32 `json:"Port,omitempty"`
  16. ReadOnly bool `json:"ReadOnly,omitempty"`
  17. UseShareRootIdentity bool `json:"UseShareRootIdentity,omitempty"`
  18. }