public class UpgradeDetailGatewayStatusRecordValue
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
message
Additional status information of the ingress gateway.
|
String |
status
The upgrade status of the ingress gateway.
|
String |
version
The version of the ingress gateway.
|
| 构造器和说明 |
|---|
UpgradeDetailGatewayStatusRecordValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpgradeDetailGatewayStatusRecordValue |
build(Map<String,?> map) |
String |
getMessage() |
String |
getStatus() |
String |
getVersion() |
UpgradeDetailGatewayStatusRecordValue |
setMessage(String message) |
UpgradeDetailGatewayStatusRecordValue |
setStatus(String status) |
UpgradeDetailGatewayStatusRecordValue |
setVersion(String version) |
@NameInMap(value="Status") public String status
The upgrade status of the ingress gateway. Valid values:
* `upgrading`: The ingress gateway is being upgraded.
* `pending`: The ingress gateway waits to be upgraded.
* `finished`: The ingress gateway upgrade is complete.
* `notStart`: The ingress gateway upgrade does not start.
* `failed`: The ingress gateway upgrade fails.
* `unknown`: The upgrade status of the ingress gateway is unknown.
@NameInMap(value="Message") public String message
Additional status information of the ingress gateway.
@NameInMap(value="Version") public String version
The version of the ingress gateway.
public static UpgradeDetailGatewayStatusRecordValue build(Map<String,?> map) throws Exception
Exceptionpublic UpgradeDetailGatewayStatusRecordValue setStatus(String status)
public String getStatus()
public UpgradeDetailGatewayStatusRecordValue setMessage(String message)
public String getMessage()
public UpgradeDetailGatewayStatusRecordValue setVersion(String version)
public String getVersion()
Copyright © 2023. All rights reserved.