public class DescribeEdgeClusterUpgradeInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEdgeClusterUpgradeInfoResponse() |
DescribeEdgeClusterUpgradeInfoResponse(DescribeEdgeClusterUpgradeInfoResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterUpgradeStatus()
Get Cluster upgrade status.
|
String |
getClusterUpgradeStatusReason()
Get Reason for `Updating` or `Failed`
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getComponentVersion()
Get Upgradable cluster components and their versions
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getEdgeVersionCurrent()
Get Current version of the edge cluster
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getRegistryPrefix()
Get Prefix of the image registry of an edge component (including domain name and namespace)
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setClusterUpgradeStatus(String ClusterUpgradeStatus)
Set Cluster upgrade status.
|
void |
setClusterUpgradeStatusReason(String ClusterUpgradeStatusReason)
Set Reason for `Updating` or `Failed`
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setComponentVersion(String ComponentVersion)
Set Upgradable cluster components and their versions
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setEdgeVersionCurrent(String EdgeVersionCurrent)
Set Current version of the edge cluster
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setRegistryPrefix(String RegistryPrefix)
Set Prefix of the image registry of an edge component (including domain name and namespace)
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEdgeClusterUpgradeInfoResponse()
public DescribeEdgeClusterUpgradeInfoResponse(DescribeEdgeClusterUpgradeInfoResponse source)
public String getComponentVersion()
public void setComponentVersion(String ComponentVersion)
ComponentVersion
- Upgradable cluster components and their versions
Note: This field may return "null", indicating that no valid value can be obtained.public String getEdgeVersionCurrent()
public void setEdgeVersionCurrent(String EdgeVersionCurrent)
EdgeVersionCurrent
- Current version of the edge cluster
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRegistryPrefix()
public void setRegistryPrefix(String RegistryPrefix)
RegistryPrefix
- Prefix of the image registry of an edge component (including domain name and namespace)
Note: This field may return `null`, indicating that no valid value can be obtained.public String getClusterUpgradeStatus()
public void setClusterUpgradeStatus(String ClusterUpgradeStatus)
ClusterUpgradeStatus
- Cluster upgrade status. Valid values: `Running`, `Updating`, `Failed`
Note: This field may return `null`, indicating that no valid value can be obtained.public String getClusterUpgradeStatusReason()
public void setClusterUpgradeStatusReason(String ClusterUpgradeStatusReason)
ClusterUpgradeStatusReason
- Reason for `Updating` or `Failed`
Note: This field may return `null`, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.