EnrollmentStatusCollection

class oci.optimizer.models.EnrollmentStatusCollection(**kwargs)

Bases: object

A list of enrollment statuses that match filter criteria, if any. Results contain EnrollmentStatusSummary objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.optimizer.models.EnrollmentStatusSummary]) – The value to assign to the items property of this EnrollmentStatusCollection.
items

[Required] Gets the items of this EnrollmentStatusCollection. A collection of enrollment status summaries.

Returns:The items of this EnrollmentStatusCollection.
Return type:list[oci.optimizer.models.EnrollmentStatusSummary]