TargetIdsRemoveTargetsDetails¶
-
class
oci.fleet_software_update.models.
TargetIdsRemoveTargetsDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.remove_fsu_collection_targets_details.RemoveFsuCollectionTargetsDetails
Remove a list of targets from a Exadata Fleet Update Collection.
Attributes
REMOVAL_STRATEGY_TARGET_IDS
str(object=’’) -> str removal_strategy
[Required] Gets the removal_strategy of this RemoveFsuCollectionTargetsDetails. targets
[Required] Gets the targets of this TargetIdsRemoveTargetsDetails. Methods
__init__
(**kwargs)Initializes a new TargetIdsRemoveTargetsDetails 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'¶
-
__init__
(**kwargs)¶ Initializes a new TargetIdsRemoveTargetsDetails object with values from keyword arguments. The default value of the
removal_strategy
attribute of this class isTARGET_IDS
and it should not be changed. 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 TargetIdsRemoveTargetsDetails. Allowed values for this property are: “TARGET_IDS”
- targets (list[oci.fleet_software_update.models.TargetEntry]) – The value to assign to the targets property of this TargetIdsRemoveTargetsDetails.
-
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
-
targets
¶ [Required] Gets the targets of this TargetIdsRemoveTargetsDetails. List of target entries to remove from the Exadata Fleet Update Collection.
Returns: The targets of this TargetIdsRemoveTargetsDetails. Return type: list[oci.fleet_software_update.models.TargetEntry]
-