背景
为提升服务器整机供电转换效率,实现节能目标,系统已提供电源输出电压调压功能开关配置项。为支持客户对配置的存档、备份及最小系统场景下的配置恢复,现需为此属性提供导入导出能力。
关联ISSUE
评审点
1、 新增配置导入导出项支持导入\导出电源输出电压调压使能状态;
详细描述
评审点1:新增配置导入导出项支持导入\导出电源输出电压调压使能状态
| 配置项名称 | 配置项类别 | 配置项 | 归属组件 | 取值类型 | 取值说明 | 默认值 | 导入导出类型 | 说明 |
|---|---|---|---|---|---|---|---|---|
| 电源输出电压调压使能状态 | SysPower | PSUOutputVoltageAdjustmentEnabled | power_strategy | Boolean | true:电源输出电压调压功能开启 false: 电源输出电压调压功能关闭 |
false | ImportAndExport | 是否开启电源输出电压调压功能 |
配置项详情
{
"type": "object",
"properties": {
"Description": {
"const": "Configurations of power_strategy"
},
"ConfigData": {
"type": "object",
"properties": {
"SysPower": {
"type": "object",
"properties": {
......
"PSUOutputVoltageAdjustmentEnabled": {
"type": "boolean",
"AttributeType": "ImportAndExport",
"description": "电源输出电压调压使能状态"
}
}
}
......
}
}
}
是否准备好AI预审
否