Documentation
¶
Index ¶
- func RegisterSchema(scaled *config.Scaled, server *server.Server, options config.Options) error
- type AddVolumeInput
- type BackupInput
- type CloneInput
- type CreateTemplateInput
- type EjectCdRomActionInput
- type FindMigratableNodesOutput
- type MigrateInput
- type RemoveVolumeInput
- type RestoreInput
- type UpdateResourceQuotaInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddVolumeInput ¶
type BackupInput ¶
type BackupInput struct {
Name string `json:"name"`
}
type CloneInput ¶
type CloneInput struct {
TargetVM string `json:"targetVm"`
}
type CreateTemplateInput ¶
type EjectCdRomActionInput ¶
type EjectCdRomActionInput struct {
DiskNames []string `json:"diskNames,omitempty"`
}
type FindMigratableNodesOutput ¶
type FindMigratableNodesOutput struct {
Nodes []string `json:"nodes"`
}
type MigrateInput ¶
type MigrateInput struct {
NodeName string `json:"nodeName"`
}
type RemoveVolumeInput ¶
type RemoveVolumeInput struct {
DiskName string `json:"diskName"`
}
type RestoreInput ¶
type UpdateResourceQuotaInput ¶ added in v1.4.0
type UpdateResourceQuotaInput struct {
TotalSnapshotSizeQuota string `json:"totalSnapshotSizeQuota"`
}
Click to show internal directories.
Click to hide internal directories.