Class ImageImportDiskDeviceMappingArgs
Inheritance
System.Object
ImageImportDiskDeviceMappingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AliCloud.dll
public sealed class ImageImportDiskDeviceMappingArgs : ResourceArgs
Constructors
View Source
Declaration
public ImageImportDiskDeviceMappingArgs()
Properties
View Source
Specifies the type of a disk in the combined custom image. If you specify this parameter, you can use a data disk snapshot as the data source of a system disk for creating an image. If it is not specified, the disk type is determined by the corresponding snapshot. Valid values: system, data,
Declaration
public Input<string> Device { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Resolution size. You must ensure that the system disk space ≥ file system space. Ranges: When n = 1, the system disk: 5 ~ 500GiB, When n = 2 ~ 17, that is, data disk: 5 ~ 1000GiB, When temporary is introduced, the system automatically detects the size, which is subject to the detection result.
Declaration
public Input<int> DiskImageSize { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Image format. Value range: When the RAW, VHD, qcow2 is imported into the image, the system automatically detects the image format, whichever comes first.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Save the exported OSS bucket.
Declaration
public Input<string> OssBucket { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OssObject { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|