public static final class OperateCommonOverallConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperateCommonOverallConfigRequest |
build() |
OperateCommonOverallConfigRequest.Builder |
config(String config)
Specifies whether to enable or disable the feature.
|
OperateCommonOverallConfigRequest.Builder |
noTargetAsOn(Boolean noTargetAsOn)
Specifies whether to configure assets for the feature.
|
OperateCommonOverallConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
OperateCommonOverallConfigRequest.Builder |
type(String type)
The type of the feature.
|
public OperateCommonOverallConfigRequest.Builder config(String config)
Specifies whether to enable or disable the feature. Valid values:
This parameter is required.
example:on
public OperateCommonOverallConfigRequest.Builder noTargetAsOn(Boolean noTargetAsOn)
Specifies whether to configure assets for the feature. Default value: false. Valid values:
example:This parameter takes effect only when you set Config to on.
true
public OperateCommonOverallConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:223.79.XX.XX
public OperateCommonOverallConfigRequest.Builder type(String type)
The type of the feature. Valid values:
This parameter is required.
example:kdump_switch
public OperateCommonOverallConfigRequest build()
Copyright © 2026. All rights reserved.