public class WorkloadInfo extends AbstractModel
Constructor and Description |
---|
WorkloadInfo() |
WorkloadInfo(WorkloadInfo 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 |
getApplicationName()
Get Application name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterId()
Get The resource ID.
|
String |
getCurrentRevision()
Get Current Version
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getReadyReplicas()
Get Number of ready replicas
Note: This field may return `null`, indicating that no valid values can be obtained.
|
Long |
getReplicas()
Get Number of replicas
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getUpdatedReadyReplicas()
Get Number of replicas ready for update
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getUpdatedReplicas()
Get Number of updated replicas
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getUpdateRevision()
Get ## Version Updates
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getVersionName()
Get Version name
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setApplicationName(String ApplicationName)
Set Application name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterId(String ClusterId)
Set The resource ID.
|
void |
setCurrentRevision(String CurrentRevision)
Set Current Version
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setReadyReplicas(Long ReadyReplicas)
Set Number of ready replicas
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setReplicas(Long Replicas)
Set Number of replicas
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setUpdatedReadyReplicas(Long UpdatedReadyReplicas)
Set Number of replicas ready for update
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setUpdatedReplicas(Long UpdatedReplicas)
Set Number of updated replicas
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setUpdateRevision(String UpdateRevision)
Set ## Version Updates
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setVersionName(String VersionName)
Set Version name
Note: This field may return `null`, indicating that no valid value was found.
|
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 WorkloadInfo()
public WorkloadInfo(WorkloadInfo source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The resource ID.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- Application name
Note: This field may return `null`, indicating that no valid values can be obtained.public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- Version name
Note: This field may return `null`, indicating that no valid value was found.public Long getReadyReplicas()
public void setReadyReplicas(Long ReadyReplicas)
ReadyReplicas
- Number of ready replicas
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getReplicas()
public void setReplicas(Long Replicas)
Replicas
- Number of replicas
Note: This field may return `null`, indicating that no valid value was found.public Long getUpdatedReplicas()
public void setUpdatedReplicas(Long UpdatedReplicas)
UpdatedReplicas
- Number of updated replicas
Note: This field may return `null`, indicating that no valid value was found.public Long getUpdatedReadyReplicas()
public void setUpdatedReadyReplicas(Long UpdatedReadyReplicas)
UpdatedReadyReplicas
- Number of replicas ready for update
Note: This field may return `null`, indicating that no valid value was found.public String getUpdateRevision()
public void setUpdateRevision(String UpdateRevision)
UpdateRevision
- ## Version Updates
Note: This field may return `null`, indicating that no valid value was found.public String getCurrentRevision()
public void setCurrentRevision(String CurrentRevision)
CurrentRevision
- Current Version
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.