Class GetSnapshotsResult
Inheritance
System.Object
GetSnapshotsResult
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 GetSnapshotsResult
Fields
View SourceDiskId
Declaration
public readonly string DiskId
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether the snapshot is encrypted or not.
Declaration
public readonly bool? Encrypted
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of snapshot IDs.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
InstanceId
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Names
A list of snapshots names.
Declaration
public readonly ImmutableArray<string> Names
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Snapshots
A list of snapshots. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetSnapshotsSnapshotResult> Snapshots
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSnapshotsSnapshotResult> |
SourceDiskType
Source disk attribute. Value range:
- System
- Data
Declaration
public readonly string SourceDiskType
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The snapshot status. Value range:
- progressing
- accomplished
- failed
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the snapshot.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Type
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Usage
Whether the snapshots are used to create resources or not. Value range:
- image
- disk
- image_disk
- none
Declaration
public readonly string Usage
Field Value
| Type | Description |
|---|---|
| System.String |