Image Disk Device Mapping Args
data class ImageDiskDeviceMappingArgs(val device: Output<String>? = null, val diskType: Output<String>? = null, val format: Output<String>? = null, val importOssBucket: Output<String>? = null, val importOssObject: Output<String>? = null, val progress: Output<String>? = null, val remainTime: Output<Int>? = null, val size: Output<Int>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<ImageDiskDeviceMappingArgs>
Constructors
Link copied to clipboard
constructor(device: Output<String>? = null, diskType: Output<String>? = null, format: Output<String>? = null, importOssBucket: Output<String>? = null, importOssObject: Output<String>? = null, progress: Output<String>? = null, remainTime: Output<Int>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Import the bucket of the OSS to which the image belongs.
Link copied to clipboard
Import the object of the OSS to which the image file belongs.
Link copied to clipboard
For an image being replicated, return the remaining time of the replication task, in seconds.
Link copied to clipboard
The ID of snapshot N to use to create the custom image. .