DiagnosisStoreCollection

class oci.cluster_health.models.DiagnosisStoreCollection(**kwargs)

Bases: object

Results of a diagnosis search. Contains both DiagnosisSummary items and other information, such as metadata.

Methods

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

Attributes

items [Required] Gets the items of this DiagnosisStoreCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.cluster_health.models.DiagnosisStoreSummary]) – The value to assign to the items property of this DiagnosisStoreCollection.
items

[Required] Gets the items of this DiagnosisStoreCollection. List of diagnosiss.

Returns:The items of this DiagnosisStoreCollection.
Return type:list[oci.cluster_health.models.DiagnosisStoreSummary]