Show / Hide Table of Contents

Class GetInstancesInstanceDiskDeviceMappingResult

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

Fields

View Source

Category

Cloud disk category.

Declaration
public readonly string Category
Field Value
Type Description
System.String
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 int Size
Field Value
Type Description
System.Int32
View Source

Type

Cloud disk type: system disk or data disk.

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