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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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.
37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37170 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 |