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 the image copy task.
|
Integer |
remainTime
The remaining time of the image copy task.
|
String |
size
The size of the 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.
example:/dev/xvda
@NameInMap(value="Format") public String format
The format of the image.
example:qcow2
@NameInMap(value="ImportOSSBucket") public String importOSSBucket
The Object Storage Service (OSS) bucket that contains the imported image file.
example:testEcsImport
@NameInMap(value="ImportOSSObject") public String importOSSObject
The OSS object that corresponds to the imported image file.
example:imageImport
@NameInMap(value="Progress") public String progress
The progress of the image copy task.
example:32%
@NameInMap(value="RemainTime") public Integer remainTime
The remaining time of the image copy task. Unit: seconds.
example:233
@NameInMap(value="Size") public String size
The size of the disk. Unit: GiB.
example:60
@NameInMap(value="SnapshotId") public String snapshotId
The ID of the snapshot.
example:s-bp17ot2q7x72ggtw****
@NameInMap(value="Type") public String type
The type of the image.
example:system
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 © 2024. All rights reserved.