AWSEC2CreateCapacityReservationFleetResult

Objective-C

@interface AWSEC2CreateCapacityReservationFleetResult

Swift

class AWSEC2CreateCapacityReservationFleetResult
  • The allocation strategy used by the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable allocationStrategy;

    Swift

    var allocationStrategy: String? { get set }
  • The ID of the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable capacityReservationFleetId;

    Swift

    var capacityReservationFleetId: String? { get set }
  • The date and time at which the Capacity Reservation Fleet was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createTime;

    Swift

    var createTime: Date? { get set }
  • The date and time at which the Capacity Reservation Fleet expires.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable endDate;

    Swift

    var endDate: Date? { get set }
  • Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2FleetCapacityReservation *> *_Nullable fleetCapacityReservations;

    Swift

    var fleetCapacityReservations: [AWSEC2FleetCapacityReservation]? { get set }
  • The instance matching criteria for the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FleetInstanceMatchCriteria instanceMatchCriteria;

    Swift

    var instanceMatchCriteria: AWSEC2FleetInstanceMatchCriteria { get set }
  • The status of the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2CapacityReservationFleetState state;

    Swift

    var state: AWSEC2CapacityReservationFleetState { get set }
  • The tags assigned to the Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }
  • Indicates the tenancy of Capacity Reservation Fleet.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FleetCapacityReservationTenancy tenancy;

    Swift

    var tenancy: AWSEC2FleetCapacityReservationTenancy { get set }
  • The requested capacity units that have been successfully reserved.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalFulfilledCapacity;

    Swift

    var totalFulfilledCapacity: NSNumber? { get set }
  • The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable totalTargetCapacity;

    Swift

    var totalTargetCapacity: NSNumber? { get set }