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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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.
6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 |
# File 'lib/aws-sdk-ec2/types.rb', line 6798 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 |