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 a Spot Fleet request.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.SpotFleetRequestConfig

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

Syntax

C#
public class SpotFleetRequestConfig

The SpotFleetRequestConfig type exposes the following members

Constructors

NameDescription
Public Method SpotFleetRequestConfig()

Properties

NameTypeDescription
Public Property ActivityStatus Amazon.EC2.ActivityStatus

Gets and sets the property ActivityStatus.

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

Public Property ConfigData Amazon.EC2.Model.SpotFleetRequestConfigData

Gets and sets the property ConfigData.

The configuration of the Spot Fleet request.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The creation date and time of the request.

Public Property SpotFleetRequestId System.String

Gets and sets the property SpotFleetRequestId.

The ID of the Spot Fleet request.

Public Property SpotFleetRequestState Amazon.EC2.BatchState

Gets and sets the property SpotFleetRequestState.

The state of the Spot Fleet request.

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

Gets and sets the property Tags.

The tags for a Spot Fleet resource.

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