public class DescribeImagesRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
catalog
镜像所属分类。可能值:
centos
windows
ubuntu
debian
esxi
|
List<String> |
imageIds
镜像ID
|
String |
imageName
镜像名称
|
String |
imageType
镜像类型
PUBLIC_IMAGE: 公共镜像
CUSTOM_IMAGE: 自定义镜像
目前不支持自主的创建自定义镜像,可联系support沟通
|
String |
instanceTypeId
支持的机型id
|
String |
osType
操作系统类型。可能值:
windows
linux
|
| Constructor and Description |
|---|
DescribeImagesRequest() |
public String imageName
public String catalog
public String imageType
public String osType
public String instanceTypeId
Copyright © 2024. All rights reserved.