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 SourceCategory
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 |
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> |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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 |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Type
Disk type. Possible values: system and data.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |