NamespaceCollection

class oci.oci_control_center.models.NamespaceCollection(**kwargs)

Bases: object

The list of source services called namespaces emitting metrics that you can explore using OCI Control Center.

Methods

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

Attributes

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

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

Parameters:items (list[oci.oci_control_center.models.NamespaceSummary]) – The value to assign to the items property of this NamespaceCollection.
items

[Required] Gets the items of this NamespaceCollection. An array of NamespaceSummary objects.

Returns:The items of this NamespaceCollection.
Return type:list[oci.oci_control_center.models.NamespaceSummary]