AddFsuCollectionTargetsDetails

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

Bases: object

Add Targets to a Exadata Fleet Update Collection.

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]