ConfirmTargetsDetails¶
-
class
oci.fleet_apps_management.models.
ConfirmTargetsDetails
(**kwargs)¶ Bases:
object
Details of the targets to be confirmed for Fleet Application 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]
-