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 Scheduled Instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ScheduledInstance

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

Syntax

C#
public class ScheduledInstance

The ScheduledInstance type exposes the following members

Constructors

NameDescription
Public Method ScheduledInstance()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone.

Public Property CreateDate System.DateTime

Gets and sets the property CreateDate.

The date when the Scheduled Instance was purchased.

Public Property HourlyPrice System.String

Gets and sets the property HourlyPrice.

The hourly price for a single instance.

Public Property InstanceCount System.Int32

Gets and sets the property InstanceCount.

The number of instances.

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The instance type.

Public Property NetworkPlatform System.String

Gets and sets the property NetworkPlatform.

The network platform.

Public Property NextSlotStartTime System.DateTime

Gets and sets the property NextSlotStartTime.

The time for the next schedule to start.

Public Property Platform System.String

Gets and sets the property Platform.

The platform (Linux/UNIX or Windows).

Public Property PreviousSlotEndTime System.DateTime

Gets and sets the property PreviousSlotEndTime.

The time that the previous schedule ended or will end.

Public Property Recurrence Amazon.EC2.Model.ScheduledInstanceRecurrence

Gets and sets the property Recurrence.

The schedule recurrence.

Public Property ScheduledInstanceId System.String

Gets and sets the property ScheduledInstanceId.

The Scheduled Instance ID.

Public Property SlotDurationInHours System.Int32

Gets and sets the property SlotDurationInHours.

The number of hours in the schedule.

Public Property TermEndDate System.DateTime

Gets and sets the property TermEndDate.

The end date for the Scheduled Instance.

Public Property TermStartDate System.DateTime

Gets and sets the property TermStartDate.

The start date for the Scheduled Instance.

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