RequestTargetDiscoveryDetails¶
-
class
oci.fleet_apps_management.models.
RequestTargetDiscoveryDetails
(**kwargs)¶ Bases:
object
Request to initiate target discovery.
Methods
__init__
(**kwargs)Initializes a new RequestTargetDiscoveryDetails object with values from keyword arguments. Attributes
is_applicable_to_all_resources
Gets the is_applicable_to_all_resources of this RequestTargetDiscoveryDetails. resource_ids
Gets the resource_ids of this RequestTargetDiscoveryDetails. -
__init__
(**kwargs)¶ Initializes a new RequestTargetDiscoveryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_applicable_to_all_resources (bool) – The value to assign to the is_applicable_to_all_resources property of this RequestTargetDiscoveryDetails.
- resource_ids (list[str]) – The value to assign to the resource_ids property of this RequestTargetDiscoveryDetails.
-
is_applicable_to_all_resources
¶ Gets the is_applicable_to_all_resources of this RequestTargetDiscoveryDetails. A boolean flag that decides if all resources within the fleet should be part of discovery.
Returns: The is_applicable_to_all_resources of this RequestTargetDiscoveryDetails. Return type: bool
-
resource_ids
¶ Gets the resource_ids of this RequestTargetDiscoveryDetails. Resource OCIDS to be included for discovery.
Returns: The resource_ids of this RequestTargetDiscoveryDetails. Return type: list[str]
-