public class RelatedInstance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RelatedInstance() | 
| RelatedInstance(RelatedInstance 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 | getInstanceId()Get Instance ID | 
| String | getInstanceStatus()Get Status of the instance in the scaling activity. | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setInstanceStatus(String InstanceStatus)Set Status of the instance in the scaling activity. | 
| 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, toJsonStringpublic RelatedInstance()
public RelatedInstance(RelatedInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getInstanceStatus()
public void setInstanceStatus(String InstanceStatus)
InstanceStatus - Status of the instance in the scaling activity. Valid values:
`INIT`: Initializing
`RUNNING`: Processing the instance
`SUCCESSFUL`: Task succeeded on the instance
`FAILED`: Task failed on the instanceCopyright © 2025. All rights reserved.