Class GetSnapshotsSnapshotResult
Inheritance
System.Object
GetSnapshotsSnapshotResult
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 GetSnapshotsSnapshotResult
Fields
View SourceCreationTime
Creation time. Time of creation. It is represented according to ISO8601, and UTC time is used. Format: YYYY-MM-DDThh:mmZ.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the snapshot.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether the snapshot is encrypted or not.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
ID of the snapshot.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the snapshot.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProductCode
Product code on the image market place.
Declaration
public readonly string ProductCode
Field Value
| Type | Description |
|---|---|
| System.String |
Progress
Progress of snapshot creation, presented in percentage.
Declaration
public readonly string Progress
Field Value
| Type | Description |
|---|---|
| System.String |
RemainTime
The remaining time of a snapshot creation task, in seconds.
Declaration
public readonly int RemainTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RetentionDays
The number of days that an automatic snapshot retains in the console for your instance.
Declaration
public readonly int RetentionDays
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourceDiskId
Source disk ID, which is retained after the source disk of the snapshot is deleted.
Declaration
public readonly string SourceDiskId
Field Value
| Type | Description |
|---|---|
| System.String |
SourceDiskSize
Size of the source disk, measured in GB.
Declaration
public readonly string SourceDiskSize
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |