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 schedule that is available for your Scheduled Instances.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ScheduledInstanceAvailability

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

Syntax

C#
public class ScheduledInstanceAvailability

The ScheduledInstanceAvailability type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone.

Public Property AvailableInstanceCount System.Int32

Gets and sets the property AvailableInstanceCount.

The number of available instances.

Public Property FirstSlotStartTime System.DateTime

Gets and sets the property FirstSlotStartTime.

The time period for the first schedule to start.

Public Property HourlyPrice System.String

Gets and sets the property HourlyPrice.

The hourly price for a single instance.

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

Public Property MaxTermDurationInDays System.Int32

Gets and sets the property MaxTermDurationInDays.

The maximum term. The only possible value is 365 days.

Public Property MinTermDurationInDays System.Int32

Gets and sets the property MinTermDurationInDays.

The minimum term. The only possible value is 365 days.

Public Property NetworkPlatform System.String

Gets and sets the property NetworkPlatform.

The network platform.

Public Property Platform System.String

Gets and sets the property Platform.

The platform (Linux/UNIX or Windows).

Public Property PurchaseToken System.String

Gets and sets the property PurchaseToken.

The purchase token. This token expires in two hours.

Public Property Recurrence Amazon.EC2.Model.ScheduledInstanceRecurrence

Gets and sets the property Recurrence.

The schedule recurrence.

Public Property SlotDurationInHours System.Int32

Gets and sets the property SlotDurationInHours.

The number of hours in the schedule.

Public Property TotalScheduledInstanceHours System.Int32

Gets and sets the property TotalScheduledInstanceHours.

The total number of hours for a single instance for the entire term.

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