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 SourceCategory
Cloud disk category.
Declaration
public readonly string Category
Field Value
| Type | Description |
|---|---|
| System.String |
Device
Device information of the created disk: such as /dev/xvdb.
Declaration
public readonly string Device
Field Value
| Type | Description |
|---|---|
| System.String |
Size
Size of the created disk.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Type
Cloud disk type: system disk or data disk.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |