Show / Hide Table of Contents

Class GetImagesImageDiskDeviceMappingResult

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

Fields

View Source

Device

Device information of the created disk: such as /dev/xvdb.

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

Size

Size of the created disk.

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

SnapshotId

Snapshot ID.

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