public static final class ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyAssetCleanConfigRequest.AssetCleanConfigs |
build() |
ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder |
cleanDays(Integer cleanDays)
The number of days before hosts whose provider cannot be identified are automatically cleaned after they enter the offline state.
|
ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder |
status(Integer status)
Specifies whether to enable the feature of cleaning the offline hosts whose provider cannot be identified.
|
ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder |
type(Integer type)
The type of hosts that you want to clean.
|
public ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder cleanDays(Integer cleanDays)
The number of days before hosts whose provider cannot be identified are automatically cleaned after they enter the offline state. Valid value: an integer that ranges from 1 to 30.
example:7
public ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder status(Integer status)
Specifies whether to enable the feature of cleaning the offline hosts whose provider cannot be identified. Valid values:
1
public ModifyAssetCleanConfigRequest.AssetCleanConfigs.Builder type(Integer type)
The type of hosts that you want to clean.
Set the value to 1, which indicates hosts whose provider cannot be identified.
example:1
public ModifyAssetCleanConfigRequest.AssetCleanConfigs build()
Copyright © 2026. All rights reserved.