AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an instance snapshot.

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.InstanceSnapshot

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceSnapshot

The InstanceSnapshot type exposes the following members

Constructors

NameDescription
Public Method InstanceSnapshot()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the snapshot (arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The timestamp when the snapshot was created (1479907467.024).

Public Property FromAttachedDisks System.Collections.Generic.List<Amazon.Lightsail.Model.Disk>

Gets and sets the property FromAttachedDisks.

An array of disk objects containing information about all block storage disks.

Public Property FromBlueprintId System.String

Gets and sets the property FromBlueprintId.

The blueprint ID from which you created the snapshot (os_debian_8_3). A blueprint is a virtual private server (or instance) image used to create instances quickly.

Public Property FromBundleId System.String

Gets and sets the property FromBundleId.

The bundle ID from which you created the snapshot (micro_1_0).

Public Property FromInstanceArn System.String

Gets and sets the property FromInstanceArn.

The Amazon Resource Name (ARN) of the instance from which the snapshot was created (arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE).

Public Property FromInstanceName System.String

Gets and sets the property FromInstanceName.

The instance from which the snapshot was created.

Public Property IsFromAutoSnapshot System.Boolean

Gets and sets the property IsFromAutoSnapshot.

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

Public Property Location Amazon.Lightsail.Model.ResourceLocation

Gets and sets the property Location.

The region name and Availability Zone where you created the snapshot.

Public Property Name System.String

Gets and sets the property Name.

The name of the snapshot.

Public Property Progress System.String

Gets and sets the property Progress.

The progress of the snapshot.

This is populated only for disk snapshots, and is null for instance snapshots.

Public Property ResourceType Amazon.Lightsail.ResourceType

Gets and sets the property ResourceType.

The type of resource (usually InstanceSnapshot).

Public Property SizeInGb System.Int32

Gets and sets the property SizeInGb.

The size in GB of the SSD.

Public Property State Amazon.Lightsail.InstanceSnapshotState

Gets and sets the property State.

The state the snapshot is in.

Public Property SupportCode System.String

Gets and sets the property SupportCode.

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Public Property Tags System.Collections.Generic.List<Amazon.Lightsail.Model.Tag>

Gets and sets the property Tags.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5