Show / Hide Table of Contents

Class GetSnapshotsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSnapshotsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetSnapshotsArgs()

Declaration
public GetSnapshotsArgs()

Properties

View Source

DiskId

Declaration
public string DiskId { get; set; }
Property Value
Type Description
System.String
View Source

Encrypted

Whether the snapshot is encrypted or not.

Declaration
public bool? Encrypted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Ids

A list of snapshot IDs.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

InstanceId

Declaration
public string InstanceId { get; set; }
Property Value
Type Description
System.String
View Source

NameRegex

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

SourceDiskType

Source disk attribute. Value range:

  • System
  • Data
Declaration
public string SourceDiskType { get; set; }
Property Value
Type Description
System.String
View Source

Status

The snapshot status. Value range:

  • progressing
  • accomplished
  • failed
Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

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

Type

Declaration
public string Type { get; set; }
Property 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 string Usage { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.