FlexFitFleetAssignmentPolicy

class oci.batch.models.FlexFitFleetAssignmentPolicy(**kwargs)

Bases: oci.batch.models.fleet_assignment_policy.FleetAssignmentPolicy

Similar to best-fit, but with the ability for the system to use larger fleets if the smallest sufficient fleet is not available, up to a specified max shaped fleet, based on a user-configured threshold value.

Attributes

TYPE_BEST_FIT str(object=’’) -> str
TYPE_FLEX_FIT str(object=’’) -> str
threshold Gets the threshold of this FlexFitFleetAssignmentPolicy.
type [Required] Gets the type of this FleetAssignmentPolicy.

Methods

__init__(**kwargs) Initializes a new FlexFitFleetAssignmentPolicy object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_BEST_FIT = 'BEST_FIT'
TYPE_FLEX_FIT = 'FLEX_FIT'
__init__(**kwargs)

Initializes a new FlexFitFleetAssignmentPolicy object with values from keyword arguments. The default value of the type attribute of this class is FLEX_FIT and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this FlexFitFleetAssignmentPolicy. Allowed values for this property are: “BEST_FIT”, “FLEX_FIT”
  • threshold (float) – The value to assign to the threshold property of this FlexFitFleetAssignmentPolicy.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

threshold

Gets the threshold of this FlexFitFleetAssignmentPolicy. Specifies how much larger a fleet’s nodes (shape) can be to still be considered for a task. If threshold is not supplied the task will use any sufficient node available regards to minimum hardware requirements.

Returns:The threshold of this FlexFitFleetAssignmentPolicy.
Return type:float
type

[Required] Gets the type of this FleetAssignmentPolicy. Discriminator for sub-entities.

Allowed values for this property are: “BEST_FIT”, “FLEX_FIT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this FleetAssignmentPolicy.
Return type:str