Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InspectResponse ¶
InspectResponse is used when responding to a request for information about the virtual machine
type StateChange ¶
type StateChange string
const ( Resume StateChange = "Resume" Pause StateChange = "Pause" Stop StateChange = "Stop" HardStop StateChange = "HardStop" )
Click to show internal directories.
Click to hide internal directories.