mirror of
https://github.com/moby/moby.git
synced 2026-08-09 01:21:37 +00:00
19 lines
512 B
Go
19 lines
512 B
Go
// Autogenerated code; DO NOT EDIT.
|
|
|
|
/*
|
|
* Schema Open API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.4
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type Topology struct {
|
|
Memory *VirtualMachineMemory `json:"Memory,omitempty"`
|
|
Processor *VirtualMachineProcessor `json:"Processor,omitempty"`
|
|
Numa *Numa `json:"Numa,omitempty"`
|
|
}
|