public class InstanceStateInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceStateInfo() |
InstanceStateInfo(InstanceStateInfo 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 |
---|---|
Long |
getBackupOpenStatus()
Get Indicates whether there is a backup task in the cluster.
|
Long |
getBackupStatus()
Get Indicates whether there is a backup task in the instance.
|
String |
getFlowCreateTime()
Get Creation time of instance operation.
|
String |
getFlowMsg()
Get Instance process error messages.
|
String |
getFlowName()
Get Instance operation name.
|
Long |
getFlowProgress()
Get Instance operation progress.
|
String |
getInstanceState()
Get Instance status.
|
String |
getInstanceStateDesc()
Get Instance status description.
|
String |
getProcessName()
Get The name of the current step.
|
String |
getRequestId()
Get Request ID.
|
void |
setBackupOpenStatus(Long BackupOpenStatus)
Set Indicates whether there is a backup task in the cluster.
|
void |
setBackupStatus(Long BackupStatus)
Set Indicates whether there is a backup task in the instance.
|
void |
setFlowCreateTime(String FlowCreateTime)
Set Creation time of instance operation.
|
void |
setFlowMsg(String FlowMsg)
Set Instance process error messages.
|
void |
setFlowName(String FlowName)
Set Instance operation name.
|
void |
setFlowProgress(Long FlowProgress)
Set Instance operation progress.
|
void |
setInstanceState(String InstanceState)
Set Instance status.
|
void |
setInstanceStateDesc(String InstanceStateDesc)
Set Instance status description.
|
void |
setProcessName(String ProcessName)
Set The name of the current step.
|
void |
setRequestId(String RequestId)
Set Request ID.
|
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 InstanceStateInfo()
public InstanceStateInfo(InstanceStateInfo source)
public String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState
- Instance status. Example: serving.
Note: This field may return null, indicating that no valid values can be obtained.public String getFlowCreateTime()
public void setFlowCreateTime(String FlowCreateTime)
FlowCreateTime
- Creation time of instance operation.
Note: This field may return null, indicating that no valid values can be obtained.public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- Instance operation name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFlowProgress()
public void setFlowProgress(Long FlowProgress)
FlowProgress
- Instance operation progress.
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceStateDesc()
public void setInstanceStateDesc(String InstanceStateDesc)
InstanceStateDesc
- Instance status description. Example: running.
Note: This field may return null, indicating that no valid values can be obtained.public String getFlowMsg()
public void setFlowMsg(String FlowMsg)
FlowMsg
- Instance process error messages. Example: "Creation failed, insufficient resources."
Note: This field may return null, indicating that no valid values can be obtained.public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- The name of the current step. Example: "Purchasing resources."
Note: This field may return null, indicating that no valid values can be obtained.public Long getBackupStatus()
public void setBackupStatus(Long BackupStatus)
BackupStatus
- Indicates whether there is a backup task in the instance. 1 indicates yes and 0 indicates no.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- Request ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getBackupOpenStatus()
public void setBackupOpenStatus(Long BackupOpenStatus)
BackupOpenStatus
- Indicates whether there is a backup task in the cluster. 1 indicates yes and 0 indicates no.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.