Class: Aws::EC2::Types::ScheduledInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ScheduledInstance
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#create_date ⇒ Time
The date when the Scheduled Instance was purchased.
-
#hourly_price ⇒ String
The hourly price for a single instance.
-
#instance_count ⇒ Integer
The number of instances.
-
#instance_type ⇒ String
The instance type.
-
#network_platform ⇒ String
The network platform.
-
#next_slot_start_time ⇒ Time
The time for the next schedule to start.
-
#platform ⇒ String
The platform (
Linux/UNIX
orWindows
). -
#previous_slot_end_time ⇒ Time
The time that the previous schedule ended or will end.
-
#recurrence ⇒ Types::ScheduledInstanceRecurrence
The schedule recurrence.
-
#scheduled_instance_id ⇒ String
The Scheduled Instance ID.
-
#slot_duration_in_hours ⇒ Integer
The number of hours in the schedule.
-
#term_end_date ⇒ Time
The end date for the Scheduled Instance.
-
#term_start_date ⇒ Time
The start date for the Scheduled Instance.
-
#total_scheduled_instance_hours ⇒ Integer
The total number of hours for a single instance for the entire term.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date when the Scheduled Instance was purchased.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#hourly_price ⇒ String
The hourly price for a single instance.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The number of instances.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#network_platform ⇒ String
The network platform.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#next_slot_start_time ⇒ Time
The time for the next schedule to start.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform (Linux/UNIX
or Windows
).
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#previous_slot_end_time ⇒ Time
The time that the previous schedule ended or will end.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#recurrence ⇒ Types::ScheduledInstanceRecurrence
The schedule recurrence.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#scheduled_instance_id ⇒ String
The Scheduled Instance ID.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#slot_duration_in_hours ⇒ Integer
The number of hours in the schedule.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#term_end_date ⇒ Time
The end date for the Scheduled Instance.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#term_start_date ⇒ Time
The start date for the Scheduled Instance.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |
#total_scheduled_instance_hours ⇒ Integer
The total number of hours for a single instance for the entire term.
62585 62586 62587 62588 62589 62590 62591 62592 62593 62594 62595 62596 62597 62598 62599 62600 62601 62602 62603 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62585 class ScheduledInstance < Struct.new( :availability_zone, :create_date, :hourly_price, :instance_count, :instance_type, :network_platform, :next_slot_start_time, :platform, :previous_slot_end_time, :recurrence, :scheduled_instance_id, :slot_duration_in_hours, :term_end_date, :term_start_date, :total_scheduled_instance_hours) SENSITIVE = [] include Aws::Structure end |