Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddVolumeInput ¶ added in v0.3.0
type BackupInput ¶
type BackupInput struct {
Name string `json:"name"`
}
type CreateTemplateInput ¶
type EjectCdRomActionInput ¶
type EjectCdRomActionInput struct {
DiskNames []string `json:"diskNames,omitempty"`
}
type ExportVolumeInput ¶ added in v0.3.0
type MigrateInput ¶
type MigrateInput struct {
NodeName string `json:"nodeName"`
}
type RemoveVolumeInput ¶ added in v0.3.0
type RemoveVolumeInput struct {
DiskName string `json:"diskName"`
}
type RestoreInput ¶
Click to show internal directories.
Click to hide internal directories.