Class: Aws::EC2::Types::CreateCapacityReservationFleetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCapacityReservationFleetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ String
The allocation strategy used by the Capacity Reservation Fleet.
-
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet.
-
#create_time ⇒ Time
The date and time at which the Capacity Reservation Fleet was created.
-
#end_date ⇒ Time
The date and time at which the Capacity Reservation Fleet expires.
-
#fleet_capacity_reservations ⇒ Array<Types::FleetCapacityReservation>
Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
-
#instance_match_criteria ⇒ String
The instance matching criteria for the Capacity Reservation Fleet.
-
#state ⇒ String
The status of the Capacity Reservation Fleet.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Capacity Reservation Fleet.
-
#tenancy ⇒ String
Indicates the tenancy of Capacity Reservation Fleet.
-
#total_fulfilled_capacity ⇒ Float
The requested capacity units that have been successfully reserved.
-
#total_target_capacity ⇒ Integer
The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
Instance Attribute Details
#allocation_strategy ⇒ String
The allocation strategy used by the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The date and time at which the Capacity Reservation Fleet was created.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#end_date ⇒ Time
The date and time at which the Capacity Reservation Fleet expires.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#fleet_capacity_reservations ⇒ Array<Types::FleetCapacityReservation>
Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_match_criteria ⇒ String
The instance matching criteria for the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#tenancy ⇒ String
Indicates the tenancy of Capacity Reservation Fleet.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#total_fulfilled_capacity ⇒ Float
The requested capacity units that have been successfully reserved.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |
#total_target_capacity ⇒ Integer
The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 |
# File 'lib/aws-sdk-ec2/types.rb', line 7656 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end |