ConfirmTargetsDetails

class oci.fleet_apps_management.models.ConfirmTargetsDetails(**kwargs)

Bases: object

Details of the targets that needs to be confirmed for FAMS management

Methods

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

Attributes

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

Initializes a new ConfirmTargetsDetails 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_apps_management.models.DiscoveredTarget]) – The value to assign to the targets property of this ConfirmTargetsDetails.
targets

[Required] Gets the targets of this ConfirmTargetsDetails. The targets to confirm.

Returns:The targets of this ConfirmTargetsDetails.
Return type:list[oci.fleet_apps_management.models.DiscoveredTarget]