Show / Hide Table of Contents

Class GetDisksResult

Inheritance
System.Object
GetDisksResult
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetDisksResult

Fields

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

Disks

A list of disks. Each element contains the following attributes:

Declaration
public readonly ImmutableArray<GetDisksDiskResult> Disks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDisksDiskResult>
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

Id

The provider-assigned unique ID for this managed resource.

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

Ids

Declaration
public readonly ImmutableArray<string> Ids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

InstanceId

ID of the related instance. It is null unless the status is In_use.

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

NameRegex

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

OutputFile

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

ResourceGroupId

The Id of resource group.

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

Tags

A map of tags assigned to the disk.

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.