public static final class ModifyImageFixCycleConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyImageFixCycleConfigRequest |
build() |
ModifyImageFixCycleConfigRequest.Builder |
imageFixCycle(Integer imageFixCycle)
The cycle of the scheduled fix.
|
ModifyImageFixCycleConfigRequest.Builder |
imageFixSwitch(String imageFixSwitch)
Specifies whether to enable the schedule image fix.
|
ModifyImageFixCycleConfigRequest.Builder |
imageFixTarget(String imageFixTarget)
The range of the scheduled fix.
|
ModifyImageFixCycleConfigRequest.Builder |
imageTimeRange(Integer imageTimeRange)
The time range during which the image was modified.
|
public ModifyImageFixCycleConfigRequest.Builder imageFixCycle(Integer imageFixCycle)
The cycle of the scheduled fix. Unit: day.
example:7
public ModifyImageFixCycleConfigRequest.Builder imageFixSwitch(String imageFixSwitch)
Specifies whether to enable the schedule image fix.
on
public ModifyImageFixCycleConfigRequest.Builder imageFixTarget(String imageFixTarget)
The range of the scheduled fix. The value of this parameter is in the JSON format and contains the following fields:
{"type":"repo","target":["cdp-uat/zentao","qa-dac/yyuan9","cafdms-qa/xxl-job-admin"]}
public ModifyImageFixCycleConfigRequest.Builder imageTimeRange(Integer imageTimeRange)
The time range during which the image was modified. Unit: day.
example:30
public ModifyImageFixCycleConfigRequest build()
Copyright © 2026. All rights reserved.