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.

This is the response object from the DisableFastLaunch operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.EC2.Model.DisableFastLaunchResponse

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

Syntax

C#
public class DisableFastLaunchResponse : AmazonWebServiceResponse

The DisableFastLaunchResponse type exposes the following members

Constructors

NameDescription
Public Method DisableFastLaunchResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImageId System.String

Gets and sets the property ImageId.

The ID of the image for which Windows fast launch was disabled.

Public Property LaunchTemplate Amazon.EC2.Model.FastLaunchLaunchTemplateSpecificationResponse

Gets and sets the property LaunchTemplate.

The launch template that was used to launch Windows instances from pre-provisioned snapshots.

Public Property MaxParallelLaunches System.Int32

Gets and sets the property MaxParallelLaunches.

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.

Public Property OwnerId System.String

Gets and sets the property OwnerId.

The owner of the Windows AMI for which Windows fast launch was disabled.

Public Property ResourceType Amazon.EC2.FastLaunchResourceType

Gets and sets the property ResourceType.

The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include: snapshot.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SnapshotConfiguration Amazon.EC2.Model.FastLaunchSnapshotConfigurationResponse

Gets and sets the property SnapshotConfiguration.

Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.

Public Property State Amazon.EC2.FastLaunchStateCode

Gets and sets the property State.

The current state of Windows fast launch for the specified Windows AMI.

Public Property StateTransitionReason System.String

Gets and sets the property StateTransitionReason.

The reason that the state changed for Windows fast launch for the Windows AMI.

Public Property StateTransitionTime System.DateTime

Gets and sets the property StateTransitionTime.

The time that the state changed for Windows fast launch for the Windows AMI.

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