Class: Aws::EC2::Types::FleetCapacityReservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FleetCapacityReservation
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about a Capacity Reservation in a Capacity Reservation Fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in which the Capacity Reservation reserves capacity.
-
#availability_zone_id ⇒ String
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
-
#capacity_reservation_id ⇒ String
The ID of the Capacity Reservation.
-
#create_date ⇒ Time
The date and time at which the Capacity Reservation was created.
-
#ebs_optimized ⇒ Boolean
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
-
#fulfilled_capacity ⇒ Float
The number of capacity units fulfilled by the Capacity Reservation.
-
#instance_platform ⇒ String
The type of operating system for which the Capacity Reservation reserves capacity.
-
#instance_type ⇒ String
The instance type for which the Capacity Reservation reserves capacity.
-
#priority ⇒ Integer
The priority of the instance type in the Capacity Reservation Fleet.
-
#total_instance_count ⇒ Integer
The total number of instances for which the Capacity Reservation reserves capacity.
-
#weight ⇒ Float
The weight of the instance type in the Capacity Reservation Fleet.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in which the Capacity Reservation reserves capacity.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#capacity_reservation_id ⇒ String
The ID of the Capacity Reservation.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time at which the Capacity Reservation was created.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#ebs_optimized ⇒ Boolean
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#fulfilled_capacity ⇒ Float
The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#instance_platform ⇒ String
The type of operating system for which the Capacity Reservation reserves capacity.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type for which the Capacity Reservation reserves capacity.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#total_instance_count ⇒ Integer
The total number of instances for which the Capacity Reservation reserves capacity.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Float
The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37737 class FleetCapacityReservation < Struct.new( :capacity_reservation_id, :availability_zone_id, :instance_type, :instance_platform, :availability_zone, :total_instance_count, :fulfilled_capacity, :ebs_optimized, :create_date, :weight, :priority) SENSITIVE = [] include Aws::Structure end |