public class DescribeEdgeClusterUpgradeInfoResponse extends AbstractModel
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 Upgradeable cluster component
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, which is returned for each request.
|
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 Upgradeable cluster component
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, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeEdgeClusterUpgradeInfoResponse()
public DescribeEdgeClusterUpgradeInfoResponse(DescribeEdgeClusterUpgradeInfoResponse source)
public String getComponentVersion()
public void setComponentVersion(String ComponentVersion)
ComponentVersion
- Upgradeable cluster component
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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.