Show / Hide Table of Contents

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 Source

DiskId

Declaration
public readonly string DiskId
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.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Ids

A list of snapshot IDs.

Declaration
public readonly ImmutableArray<string> Ids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

InstanceId

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

NameRegex

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

Names

A list of snapshots names.

Declaration
public readonly ImmutableArray<string> Names
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OutputFile

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

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

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

Type

Declaration
public readonly string Type
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.