public class DescribeImageComponentsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeImageComponentsRequest.DescribeImageComponentsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
List<String> |
imageComponentId
The IDs of the image components.
|
Integer |
maxResults
The maximum number of entries to return on each page.
|
String |
name
The name of the image component.
|
String |
nextToken
The query token.
|
String |
owner
The type of the image component.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the image component.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeImageComponentsRequest.DescribeImageComponentsRequestTag> |
tag
The tags
|
构造器和说明 |
---|
DescribeImageComponentsRequest() |
@NameInMap(value="ImageComponentId") public List<String> imageComponentId
The IDs of the image components. You can specify up to 20 image components.
@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="Name") public String name
The name of the image component. You must specify an exact name to search for the image component.
@NameInMap(value="NextToken") public String nextToken
The query token. Set the value to the `NextToken` value returned in the last call to the DescribeImageComponents operation. Leave this parameter empty the first time you call this operation.
@NameInMap(value="Owner") public String owner
The type of the image component. Valid values:
* SELF: the custom component that you created.
* ALIYUN: the system component provided by Alibaba Cloud.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the image component. 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. If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.
> Resources in the default resource group are displayed in the response regardless of how this parameter is set.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeImageComponentsRequest.DescribeImageComponentsRequestTag> tag
The tags
public static DescribeImageComponentsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeImageComponentsRequest setImageComponentId(List<String> imageComponentId)
public DescribeImageComponentsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeImageComponentsRequest setName(String name)
public String getName()
public DescribeImageComponentsRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeImageComponentsRequest setOwner(String owner)
public String getOwner()
public DescribeImageComponentsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeImageComponentsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeImageComponentsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeImageComponentsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeImageComponentsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeImageComponentsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeImageComponentsRequest setTag(List<DescribeImageComponentsRequest.DescribeImageComponentsRequestTag> tag)
public List<DescribeImageComponentsRequest.DescribeImageComponentsRequestTag> getTag()
Copyright © 2023. All rights reserved.