public class LifecycleActionResultInfo extends AbstractModel
Constructor and Description |
---|
LifecycleActionResultInfo() |
LifecycleActionResultInfo(LifecycleActionResultInfo 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 ID of the instance
|
String |
getInvocationId()
Get Execution task ID.
|
String |
getInvokeCommandResult()
Get Result of command invocation,
`SUCCESSFUL`: Successful command invocation.
|
String |
getLifecycleActionResult()
Get Result of the lifecyle hook action.
|
String |
getLifecycleHookId()
Get ID of the lifecycle hook
|
String |
getNotificationResult()
Get Notification result, which indicates whether it is successful to notify CMQ/TDMQ.
SUCCESSFUL: It is successful to notify CMQ/TDMQ. FAILED: It is failed to notify CMQ/TDMQ. NONE |
String |
getResultReason()
Get Reason of the result
`HEARTBEAT_TIMEOUT`: Heartbeat timed out. |
void |
setInstanceId(String InstanceId)
Set ID of the instance
|
void |
setInvocationId(String InvocationId)
Set Execution task ID.
|
void |
setInvokeCommandResult(String InvokeCommandResult)
Set Result of command invocation,
`SUCCESSFUL`: Successful command invocation.
|
void |
setLifecycleActionResult(String LifecycleActionResult)
Set Result of the lifecyle hook action.
|
void |
setLifecycleHookId(String LifecycleHookId)
Set ID of the lifecycle hook
|
void |
setNotificationResult(String NotificationResult)
Set Notification result, which indicates whether it is successful to notify CMQ/TDMQ.
SUCCESSFUL: It is successful to notify CMQ/TDMQ. FAILED: It is failed to notify CMQ/TDMQ. NONE |
void |
setResultReason(String ResultReason)
Set Reason of the result
`HEARTBEAT_TIMEOUT`: Heartbeat timed out. |
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 LifecycleActionResultInfo()
public LifecycleActionResultInfo(LifecycleActionResultInfo source)
public String getLifecycleHookId()
public void setLifecycleHookId(String LifecycleHookId)
LifecycleHookId
- ID of the lifecycle hookpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the instancepublic String getInvocationId()
public void setInvocationId(String InvocationId)
InvocationId
- Execution task ID. You can query the result by using the [DescribeInvocations](https://intl.cloud.tencent.com/document/api/1340/52679?from_cn_redirect=1) API of TAT.public String getInvokeCommandResult()
public void setInvokeCommandResult(String InvokeCommandResult)
InvokeCommandResult
- Result of command invocation,
public String getNotificationResult()
public void setNotificationResult(String NotificationResult)
NotificationResult
- Notification result, which indicates whether it is successful to notify CMQ/TDMQ.public String getLifecycleActionResult()
public void setLifecycleActionResult(String LifecycleActionResult)
LifecycleActionResult
- Result of the lifecyle hook action. Values: CONTINUE, ABANDONpublic String getResultReason()
public void setResultReason(String ResultReason)
ResultReason
- Reason of the result Copyright © 2023. All rights reserved.