public class UpgradeMeshEditionPartiallyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
ASMGatewayContinue
Specifies whether to upgrade the ASM gateways for the ASM instance.
|
String |
expectedVersion |
Boolean |
preCheck
Specifies whether to perform an upgrade check.
|
String |
serviceMeshId
The ASM instance ID.
|
Boolean |
switchToPro
已过时。
|
String |
upgradeGatewayRecords
Specifies the ASM gateways to be upgraded.
|
| 构造器和说明 |
|---|
UpgradeMeshEditionPartiallyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpgradeMeshEditionPartiallyRequest |
build(Map<String,?> map) |
Boolean |
getASMGatewayContinue() |
String |
getExpectedVersion() |
Boolean |
getPreCheck() |
String |
getServiceMeshId() |
Boolean |
getSwitchToPro() |
String |
getUpgradeGatewayRecords() |
UpgradeMeshEditionPartiallyRequest |
setASMGatewayContinue(Boolean ASMGatewayContinue) |
UpgradeMeshEditionPartiallyRequest |
setExpectedVersion(String expectedVersion) |
UpgradeMeshEditionPartiallyRequest |
setPreCheck(Boolean preCheck) |
UpgradeMeshEditionPartiallyRequest |
setServiceMeshId(String serviceMeshId) |
UpgradeMeshEditionPartiallyRequest |
setSwitchToPro(Boolean switchToPro) |
UpgradeMeshEditionPartiallyRequest |
setUpgradeGatewayRecords(String upgradeGatewayRecords) |
@NameInMap(value="ASMGatewayContinue") public Boolean ASMGatewayContinue
Specifies whether to upgrade the ASM gateways for the ASM instance. Valid values:
* `true`
* `false`
@NameInMap(value="ExpectedVersion") public String expectedVersion
@NameInMap(value="PreCheck") public Boolean preCheck
Specifies whether to perform an upgrade check. If the value of this parameter is set to true, only the upgrade check is performed and the ASM instance is not upgraded.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
@NameInMap(value="SwitchToPro") @Deprecated public Boolean switchToPro
Specifies whether to upgrade the ASM instance to Professional Edition. Valid values:
* `true`
* `false`
@NameInMap(value="UpgradeGatewayRecords") public String upgradeGatewayRecords
Specifies the ASM gateways to be upgraded. Separate multiple ASM gateways with commas (,).
public static UpgradeMeshEditionPartiallyRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpgradeMeshEditionPartiallyRequest setASMGatewayContinue(Boolean ASMGatewayContinue)
public Boolean getASMGatewayContinue()
public UpgradeMeshEditionPartiallyRequest setExpectedVersion(String expectedVersion)
public String getExpectedVersion()
public UpgradeMeshEditionPartiallyRequest setPreCheck(Boolean preCheck)
public Boolean getPreCheck()
public UpgradeMeshEditionPartiallyRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public UpgradeMeshEditionPartiallyRequest setSwitchToPro(Boolean switchToPro)
public Boolean getSwitchToPro()
public UpgradeMeshEditionPartiallyRequest setUpgradeGatewayRecords(String upgradeGatewayRecords)
public String getUpgradeGatewayRecords()
Copyright © 2023. All rights reserved.