Show / Hide Table of Contents

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 Source

CreationTime

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
View Source

Description

Description of the snapshot.

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

Encrypted

Whether the snapshot is encrypted or not.

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

Id

ID of the snapshot.

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

Name

Name of the snapshot.

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

ProductCode

Product code on the image market place.

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

Progress

Progress of snapshot creation, presented in percentage.

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

RemainTime

The remaining time of a snapshot creation task, in seconds.

Declaration
public readonly int RemainTime
Field Value
Type Description
System.Int32
View Source

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
View Source

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
View Source

SourceDiskSize

Size of the source disk, measured in GB.

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

SourceDiskType

Source disk attribute. Value range:

  • System
  • Data
Declaration
public readonly string SourceDiskType
Field Value
Type Description
System.String
View Source

Status

The snapshot status. Value range:

  • progressing
  • accomplished
  • failed
Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.