NamespaceMetricCollection¶
-
class
oci.apm_config.models.
NamespaceMetricCollection
(**kwargs)¶ Bases:
object
Collection of available namespace metrics.
Methods
__init__
(**kwargs)Initializes a new NamespaceMetricCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this NamespaceMetricCollection. -
__init__
(**kwargs)¶ Initializes a new NamespaceMetricCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.apm_config.models.NamespaceMetric]) – The value to assign to the items property of this NamespaceMetricCollection.
-
items
¶ [Required] Gets the items of this NamespaceMetricCollection. The list of available namespace metrics.
Returns: The items of this NamespaceMetricCollection. Return type: list[oci.apm_config.models.NamespaceMetric]
-