Show / Hide Table of Contents

Class ImageDiskDeviceMapping

Inheritance
System.Object
ImageDiskDeviceMapping
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 ImageDiskDeviceMapping

Fields

View Source

Device

Specifies the name of a disk in the combined custom image. Value range: /dev/xvda to /dev/xvdz.

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

DiskType

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 DiskType
Field Value
Type Description
System.String
View Source

Size

Specifies the size of a disk in the combined custom image, in GiB. Value range: 5 to 2000.

Declaration
public readonly int? Size
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SnapshotId

Specifies a snapshot that is used to create a combined custom image.

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