public class DescribeImagePipelineExecutionsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeImagePipelineExecutionsRequest.DescribeImagePipelineExecutionsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
executionId
The ID of the image build task.
|
String |
imagePipelineId
The ID of the image template.
|
Integer |
maxResults
The maximum number of entries to return on each page.
|
String |
nextToken
The query token.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the image build task.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
status
The status of the image build task.
|
List<DescribeImagePipelineExecutionsRequest.DescribeImagePipelineExecutionsRequestTag> |
tag
> This parameter is deprecated.
|
构造器和说明 |
---|
DescribeImagePipelineExecutionsRequest() |
@NameInMap(value="ExecutionId") public String executionId
The ID of the image build task.
@NameInMap(value="ImagePipelineId") public String imagePipelineId
The ID of the image template.
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries to return on each page. Valid values: 1 to 500.
Default value: 50.
@NameInMap(value="NextToken") public String nextToken
The query token. Set the value to the `NextToken` value that was returned when you last called the DescribeImagePipelineExecutions operation. Leave this parameter empty when you call this operation for the first time.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the image build task. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Status") public String status
The status of the image build task. You can specify multiple values at the same time. Separate the values with commas (,). Example format: `BUILDING,DISTRIBUTING`. Valid values:
- BUILDING: The image is being built.
- DISTRIBUTING: The image is being distributed.
- RELEASING: The image is being recycled.
- SUCCESS: The image is built.
- FAILED: The image fails to be built.
- CANCELLING: The image build task is being canceled.
- CANCELLED: The image build task is canceled.
> You cannot query the image build tasks in all status by leaving this parameter empty.
@NameInMap(value="Tag") public List<DescribeImagePipelineExecutionsRequest.DescribeImagePipelineExecutionsRequestTag> tag
> This parameter is deprecated.
public static DescribeImagePipelineExecutionsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeImagePipelineExecutionsRequest setExecutionId(String executionId)
public String getExecutionId()
public DescribeImagePipelineExecutionsRequest setImagePipelineId(String imagePipelineId)
public String getImagePipelineId()
public DescribeImagePipelineExecutionsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeImagePipelineExecutionsRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeImagePipelineExecutionsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeImagePipelineExecutionsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeImagePipelineExecutionsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeImagePipelineExecutionsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeImagePipelineExecutionsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeImagePipelineExecutionsRequest setStatus(String status)
public String getStatus()
public DescribeImagePipelineExecutionsRequest setTag(List<DescribeImagePipelineExecutionsRequest.DescribeImagePipelineExecutionsRequestTag> tag)
public List<DescribeImagePipelineExecutionsRequest.DescribeImagePipelineExecutionsRequestTag> getTag()
Copyright © 2023. All rights reserved.