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 ¶ added in v0.3.0
type BackupInput ¶
type BackupInput struct {
Name string `json:"name"`
}
type CloneInput ¶ added in v1.1.0
type CloneInput struct {
TargetVM string `json:"targetVm"`
}
type CreateTemplateInput ¶
type EjectCdRomActionInput ¶
type EjectCdRomActionInput struct {
DiskNames []string `json:"diskNames,omitempty"`
}
type FindMigratableNodesOutput ¶ added in v1.2.0
type FindMigratableNodesOutput struct {
Nodes []string `json:"nodes"`
}
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 ¶
type UpdateResourceQuotaInput ¶ added in v1.4.0
type UpdateResourceQuotaInput struct {
TotalSnapshotSizeQuota string `json:"totalSnapshotSizeQuota"`
}
Click to show internal directories.
Click to hide internal directories.