ScanJavaServerUsageDetails

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

Bases: object

The list of managed instances to scan.

Methods

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

Attributes

managed_instance_ids Gets the managed_instance_ids of this ScanJavaServerUsageDetails.
__init__(**kwargs)

Initializes a new ScanJavaServerUsageDetails 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 ScanJavaServerUsageDetails.
managed_instance_ids

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

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