public class DescribeInstanceStateResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceStateResponse() |
DescribeInstanceStateResponse(DescribeInstanceStateResponse 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 |
getBackupStatus()
Get Enabling status of the instance backup task.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFlowCreateTime()
Get Creation time of instance operation.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFlowMsg()
Get Instance process error messages.
|
String |
getFlowName()
Get Instance operation name.Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getFlowProgress()
Get Instance operation progress.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceState()
Get Instance status.
|
String |
getInstanceStateDesc()
Get Instance status description.
|
String |
getProcessName()
Get The name of the current step.
|
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 |
setBackupStatus(Long BackupStatus)
Set Enabling status of the instance backup task.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFlowCreateTime(String FlowCreateTime)
Set Creation time of instance operation.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFlowMsg(String FlowMsg)
Set Instance process error messages.
|
void |
setFlowName(String FlowName)
Set Instance operation name.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFlowProgress(Float FlowProgress)
Set Instance operation progress.Note: This field may return null, indicating that no valid values can be obtained.
|
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 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInstanceStateResponse()
public DescribeInstanceStateResponse(DescribeInstanceStateResponse source)
public String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState
- Instance status. Example: serving.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 Float getFlowProgress()
public void setFlowProgress(Float 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
- Enabling status of the instance backup task.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, 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 © 2025. All rights reserved.