ScanLibraryUsageDetails

class oci.jms.models.ScanLibraryUsageDetails(**kwargs)

Bases: object

The list of managed instances to scan.

Methods

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

Attributes

dynamic_scan_duration_in_minutes Gets the dynamic_scan_duration_in_minutes of this ScanLibraryUsageDetails.
is_dynamic_scan Gets the is_dynamic_scan of this ScanLibraryUsageDetails.
managed_instance_ids Gets the managed_instance_ids of this ScanLibraryUsageDetails.
__init__(**kwargs)

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

Parameters:
  • managed_instance_ids (list[str]) – The value to assign to the managed_instance_ids property of this ScanLibraryUsageDetails.
  • is_dynamic_scan (bool) – The value to assign to the is_dynamic_scan property of this ScanLibraryUsageDetails.
  • dynamic_scan_duration_in_minutes (int) – The value to assign to the dynamic_scan_duration_in_minutes property of this ScanLibraryUsageDetails.
dynamic_scan_duration_in_minutes

Gets the dynamic_scan_duration_in_minutes of this ScanLibraryUsageDetails. The duration of the dynamic scan in minutes.

Returns:The dynamic_scan_duration_in_minutes of this ScanLibraryUsageDetails.
Return type:int
is_dynamic_scan

Gets the is_dynamic_scan of this ScanLibraryUsageDetails. Indicates whether the scan is dynamic or static.

Returns:The is_dynamic_scan of this ScanLibraryUsageDetails.
Return type:bool
managed_instance_ids

Gets the managed_instance_ids of this ScanLibraryUsageDetails. The list of OCIDs of managed instances to scan.

Returns:The managed_instance_ids of this ScanLibraryUsageDetails.
Return type:list[str]