RemoveFsuCollectionTargetsDetails¶
- 
class oci.fleet_software_update.models.RemoveFsuCollectionTargetsDetails(**kwargs)¶
- Bases: - object- Remove targets from an Exadata Fleet Update Collection. - Attributes - REMOVAL_STRATEGY_TARGET_IDS- A constant which can be used with the removal_strategy property of a RemoveFsuCollectionTargetsDetails. - removal_strategy- [Required] Gets the removal_strategy of this RemoveFsuCollectionTargetsDetails. - Methods - __init__(**kwargs)- Initializes a new RemoveFsuCollectionTargetsDetails 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. - 
REMOVAL_STRATEGY_TARGET_IDS= 'TARGET_IDS'¶
- A constant which can be used with the removal_strategy property of a RemoveFsuCollectionTargetsDetails. This constant has a value of “TARGET_IDS” 
 - 
__init__(**kwargs)¶
- Initializes a new RemoveFsuCollectionTargetsDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - removal_strategy (str) – The value to assign to the removal_strategy property of this RemoveFsuCollectionTargetsDetails. Allowed values for this property are: “TARGET_IDS” 
 - 
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. 
 - 
removal_strategy¶
- [Required] Gets the removal_strategy of this RemoveFsuCollectionTargetsDetails. Strategy to follow for removal of targets: TARGET_IDS: Remove a list of targets - Allowed values for this property are: “TARGET_IDS” - Returns: - The removal_strategy of this RemoveFsuCollectionTargetsDetails. - Return type: - str 
 
-