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

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.
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]