public static class DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
device
The device name of the disk.
|
String |
format
The format of the image.
|
String |
importOSSBucket
The Object Storage Service (OSS) bucket that contains the imported image file.
|
String |
importOSSObject
The OSS object that corresponds to the imported image file.
|
String |
progress
The progress of an image copy task.
|
Integer |
remainTime
The amount of remaining time required for an image copy task.
|
String |
size
The size of the cloud disk.
|
String |
snapshotId
The ID of the snapshot.
|
String |
type
The type of the image.
|
构造器和说明 |
---|
DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping() |
@NameInMap(value="Device") public String device
The device name of the disk. Example: /dev/xvdb.
> This parameter will be removed in the future. To ensure compatibility, we recommend that you use other parameters.
@NameInMap(value="Format") public String format
The format of the image.
@NameInMap(value="ImportOSSBucket") public String importOSSBucket
The Object Storage Service (OSS) bucket that contains the imported image file.
@NameInMap(value="ImportOSSObject") public String importOSSObject
The OSS object that corresponds to the imported image file.
@NameInMap(value="Progress") public String progress
The progress of an image copy task.
@NameInMap(value="RemainTime") public Integer remainTime
The amount of remaining time required for an image copy task. Unit: seconds.
@NameInMap(value="Size") public String size
The size of the cloud disk.
@NameInMap(value="SnapshotId") public String snapshotId
The ID of the snapshot.
@NameInMap(value="Type") public String type
The type of the image.
public DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping()
public static DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping build(Map<String,?> map) throws Exception
Exception
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setDevice(String device)
public String getDevice()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setFormat(String format)
public String getFormat()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setImportOSSBucket(String importOSSBucket)
public String getImportOSSBucket()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setImportOSSObject(String importOSSObject)
public String getImportOSSObject()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setProgress(String progress)
public String getProgress()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setRemainTime(Integer remainTime)
public Integer getRemainTime()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setSize(String size)
public String getSize()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setSnapshotId(String snapshotId)
public String getSnapshotId()
public DescribeImagesResponseBody.DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDiskDeviceMapping setType(String type)
public String getType()
Copyright © 2023. All rights reserved.