public class CheckInstancesUpgradeAbleResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CheckInstancesUpgradeAbleResponse() |
CheckInstancesUpgradeAbleResponse(CheckInstancesUpgradeAbleResponse 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 |
getClusterVersion()
Get The current minor version of cluster Master
|
String |
getLatestVersion()
Get The latest minor version of cluster Master corresponding major version
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total number
Note: this field may return `null`, indicating that no valid value is obtained.
|
UnavailableReason[] |
getUnavailableVersionReason()
Get Reason why the upgrade is not available
Note: This field may return `null`, indicating that no valid values can be obtained.
|
UpgradeAbleInstancesItem[] |
getUpgradeAbleInstances()
Get List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setClusterVersion(String ClusterVersion)
Set The current minor version of cluster Master
|
void |
setLatestVersion(String LatestVersion)
Set The latest minor version of cluster Master corresponding major version
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total number
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setUnavailableVersionReason(UnavailableReason[] UnavailableVersionReason)
Set Reason why the upgrade is not available
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setUpgradeAbleInstances(UpgradeAbleInstancesItem[] UpgradeAbleInstances)
Set List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained.
|
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 CheckInstancesUpgradeAbleResponse()
public CheckInstancesUpgradeAbleResponse(CheckInstancesUpgradeAbleResponse source)
public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- The current minor version of cluster Masterpublic String getLatestVersion()
public void setLatestVersion(String LatestVersion)
LatestVersion
- The latest minor version of cluster Master corresponding major versionpublic UpgradeAbleInstancesItem[] getUpgradeAbleInstances()
public void setUpgradeAbleInstances(UpgradeAbleInstancesItem[] UpgradeAbleInstances)
UpgradeAbleInstances
- List of nodes that can be upgraded
Note: this field may return `null`, indicating that no valid value is obtained.public Long getTotal()
public void setTotal(Long Total)
Total
- Total number
Note: this field may return `null`, indicating that no valid value is obtained.public UnavailableReason[] getUnavailableVersionReason()
public void setUnavailableVersionReason(UnavailableReason[] UnavailableVersionReason)
UnavailableVersionReason
- Reason why the upgrade is not available
Note: This field may return `null`, indicating that no valid values 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 © 2024. All rights reserved.