public class UpgradeMeshVersionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
preCheck
Specifies whether to perform a precheck.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
UpgradeMeshVersionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpgradeMeshVersionRequest |
build(Map<String,?> map) |
Boolean |
getPreCheck() |
String |
getServiceMeshId() |
UpgradeMeshVersionRequest |
setPreCheck(Boolean preCheck) |
UpgradeMeshVersionRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="PreCheck") public Boolean preCheck
Specifies whether to perform a precheck. Default value: false. If this parameter is set to true, this call only checks whether the current ASM instance meets the upgrade conditions and does not actually perform an upgrade.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static UpgradeMeshVersionRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpgradeMeshVersionRequest setPreCheck(Boolean preCheck)
public Boolean getPreCheck()
public UpgradeMeshVersionRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.