public class DescribeInvocationResultsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeInvocationResultsRequest.DescribeInvocationResultsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
commandId
The ID of the command.
|
String |
contentEncoding
The encoding method of the `Output` response parameter.
|
Boolean |
includeHistory
Specifies whether to return the results of historical scheduled executions.
|
String |
instanceId
The ID of the instance.
|
String |
invokeId
The ID of the command task.
|
String |
invokeRecordStatus
The execution state of the command.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The page number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
String |
regionId
The region ID of the command.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeInvocationResultsRequest.DescribeInvocationResultsRequestTag> |
tag
The list of tags.
|
构造器和说明 |
---|
DescribeInvocationResultsRequest() |
@NameInMap(value="CommandId") public String commandId
The ID of the command.
@NameInMap(value="ContentEncoding") public String contentEncoding
The encoding method of the `Output` response parameter. Valid values:
* PlainText: returns the original command content and command output.
* Base64: returns the Base64-encoded command content and command output.
Default value: Base64.
@NameInMap(value="IncludeHistory") public Boolean includeHistory
Specifies whether to return the results of historical scheduled executions. Valid values:
* true: returns the results of historical scheduled executions. When this parameter is set to true, the `InvokeId` parameter must be set to the ID of a scheduled task.
* false: does not return the results of historical scheduled executions.
Default value: false.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="InvokeId") public String invokeId
The ID of the command task. You can call the [DescribeInvocations](~~64840~~) operation to query the command task IDs.
@NameInMap(value="InvokeRecordStatus") public String invokeRecordStatus
The execution state of the command. Valid values:
* Running
* Finished
* Failed
* Stopped
> To ensure compatibility, we recommend that you use the `InvocationStatus` parameter instead of the InvokeRecordStatus parameter.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The page number of the page to return.
Pages start from page 1.
Default value: 1.
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page.
Maximum value: 50.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the command. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. After you set this parameter, command execution results in the specified resource group are queried.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeInvocationResultsRequest.DescribeInvocationResultsRequestTag> tag
The list of tags.
public static DescribeInvocationResultsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeInvocationResultsRequest setCommandId(String commandId)
public String getCommandId()
public DescribeInvocationResultsRequest setContentEncoding(String contentEncoding)
public String getContentEncoding()
public DescribeInvocationResultsRequest setIncludeHistory(Boolean includeHistory)
public Boolean getIncludeHistory()
public DescribeInvocationResultsRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInvocationResultsRequest setInvokeId(String invokeId)
public String getInvokeId()
public DescribeInvocationResultsRequest setInvokeRecordStatus(String invokeRecordStatus)
public String getInvokeRecordStatus()
public DescribeInvocationResultsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeInvocationResultsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeInvocationResultsRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeInvocationResultsRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeInvocationResultsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeInvocationResultsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeInvocationResultsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeInvocationResultsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeInvocationResultsRequest setTag(List<DescribeInvocationResultsRequest.DescribeInvocationResultsRequestTag> tag)
public List<DescribeInvocationResultsRequest.DescribeInvocationResultsRequestTag> getTag()
Copyright © 2023. All rights reserved.