public class UpgradeEngineVersionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The moderation results.
|
Boolean |
dryRun
The monitoring type.
|
String |
type |
String |
version |
构造器和说明 |
---|
UpgradeEngineVersionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpgradeEngineVersionRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getType() |
String |
getVersion() |
UpgradeEngineVersionRequest |
setClientToken(String clientToken) |
UpgradeEngineVersionRequest |
setDryRun(Boolean dryRun) |
UpgradeEngineVersionRequest |
setType(String type) |
UpgradeEngineVersionRequest |
setVersion(String version) |
@NameInMap(value="type") public String type
@NameInMap(value="version") public String version
@NameInMap(value="clientToken") public String clientToken
The moderation results.
@NameInMap(value="dryRun") public Boolean dryRun
The monitoring type. Valid values:
* checkClusterHealth: Cluster Health Status
* checkConfigCompatible: Configuration Compatibility Status
* checkClusterResource: resource space status
* checkClusterSnapshot: Whether a snapshot exists
public static UpgradeEngineVersionRequest build(Map<String,?> map) throws Exception
Exception
public UpgradeEngineVersionRequest setType(String type)
public String getType()
public UpgradeEngineVersionRequest setVersion(String version)
public String getVersion()
public UpgradeEngineVersionRequest setClientToken(String clientToken)
public String getClientToken()
public UpgradeEngineVersionRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
Copyright © 2024. All rights reserved.