package
Version:
v1.13.2
Opens a new window with list of versions in this module.
Published: Dec 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateCPUThresholdScaling struct {
ServerPrefix string
Up int
Down int
}
type CreateRouterThresholdScaling struct {
RouterPrefix string
Direction string `cli:",options=in out" validate:"omitempty,oneof=in out"`
Mbps int
}
type UpdateCPUThresholdScaling struct {
ServerPrefix *string
Up *int
Down *int
}
type UpdateRouterThresholdScaling struct {
RouterPrefix *string
Direction *string `validate:"omitempty,oneof=in out"`
Mbps *int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.