Show / Hide Table of Contents

Class ImageImportDiskDeviceMapping

Inheritance
System.Object
ImageImportDiskDeviceMapping
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()
Namespace: Pulumi.AliCloud.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ImageImportDiskDeviceMapping

Fields

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 readonly string Device
Field Value
Type Description
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 readonly int? DiskImageSize
Field Value
Type Description
System.Nullable<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 readonly string Format
Field Value
Type Description
System.String
View Source

OssBucket

Save the exported OSS bucket.

Declaration
public readonly string OssBucket
Field Value
Type Description
System.String
View Source

OssObject

Declaration
public readonly string OssObject
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.