Show / Hide Table of Contents

Class GetDisksDiskResult

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

Fields

View Source

AttachedTime

Disk attachment time.

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

AvailabilityZone

Availability zone of the disk.

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

Category

Disk category. Possible values: cloud (basic cloud disk), cloud_efficiency (ultra cloud disk), ephemeral_ssd (local SSD cloud disk), cloud_ssd (SSD cloud disk), and cloud_essd (ESSD cloud disk).

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

CreationTime

Disk creation time.

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

Description

Disk description.

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

DetachedTime

Disk detachment time.

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

Encrypted

Indicate whether the disk is encrypted or not. Possible values: on and off.

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

ExpirationTime

Disk expiration time.

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

Id

ID of the disk.

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

ImageId

ID of the image from which the disk is created. It is null unless the disk is created using an image.

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

InstanceId

Filter the results by the specified ECS instance ID.

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

Name

Disk name.

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

RegionId

Region ID the disk belongs to.

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

ResourceGroupId

The Id of resource group which the disk belongs.

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

Size

Disk size in GiB.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

SnapshotId

Snapshot used to create the disk. It is null if no snapshot is used to create the disk.

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

Status

Current status. Possible values: In_use, Available, Attaching, Detaching, Creating and ReIniting.

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

Tags

A map of tags assigned to the disks. It must be in the format:

data "alicloud.ecs.getDisks" "disks_ds" {
tags = {
tagKey1 = "tagValue1",
tagKey2 = "tagValue2"
}
}
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Type

Disk type. Possible values: system and data.

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