AddFsuCollectionTargetsDetails

class oci.fleet_software_update.models.AddFsuCollectionTargetsDetails(**kwargs)

Bases: object

Add Targets to an Exadata Fleet Update Collection. Targets belonging to another Exadata Fleet Update Collection of the same type will be rejected. If automated maintenance is enabled for the Exadata Fleet Update Collection, then ensure that the scheduling policy and window can accommodate the targets being added.

Methods

__init__(**kwargs) Initializes a new AddFsuCollectionTargetsDetails object with values from keyword arguments.

Attributes

targets [Required] Gets the targets of this AddFsuCollectionTargetsDetails.
__init__(**kwargs)

Initializes a new AddFsuCollectionTargetsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:targets (list[oci.fleet_software_update.models.TargetEntry]) – The value to assign to the targets property of this AddFsuCollectionTargetsDetails.
targets

[Required] Gets the targets of this AddFsuCollectionTargetsDetails. List of Targets to add into the Exadata Fleet Update Collection.

Returns:The targets of this AddFsuCollectionTargetsDetails.
Return type:list[oci.fleet_software_update.models.TargetEntry]