Class GetSnapshotsArgs
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 GetSnapshotsArgs : InvokeArgs
Constructors
View SourceGetSnapshotsArgs()
Declaration
public GetSnapshotsArgs()
Properties
View SourceDiskId
Declaration
public string DiskId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether the snapshot is encrypted or not.
Declaration
public bool? Encrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Ids
A list of snapshot IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
InstanceId
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SourceDiskType
Source disk attribute. Value range:
- System
- Data
Declaration
public string SourceDiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The snapshot status. Value range:
- progressing
- accomplished
- failed
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags assigned to the snapshot.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
Type
Declaration
public string Type { get; set; }
Property 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 string Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |