Show / Hide Table of Contents

Class ImageImportDiskDeviceMappingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ImageImportDiskDeviceMappingArgs
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.AliCloud.Ecs.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ImageImportDiskDeviceMappingArgs : ResourceArgs

Constructors

View Source

ImageImportDiskDeviceMappingArgs()

Declaration
public ImageImportDiskDeviceMappingArgs()

Properties

View Source

Device

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

DiskImageSize

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

Format

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

OssBucket

Save the exported OSS bucket.

Declaration
public Input<string> OssBucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OssObject

Declaration
public Input<string> OssObject { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.