Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestData ¶
type RequestData struct { // The ID of the project that owns this instance. ProjectID string `json:"project-id"` // The UUID of this instance. InstanceID string `json:"instance-id"` // The ID of the image used to boot this instance. ImageID string `json:"image-id"` // As specified by the user at boot time. UserData string `json:"user-data"` // The hostname of the instance. Hostname string `json:"hostname"` // As specified by the user at boot time. Metadata map[string]string `json:"metadata"` }
Click to show internal directories.
Click to hide internal directories.