NamespaceCollection¶
-
class
oci.apm_config.models.
NamespaceCollection
(**kwargs)¶ Bases:
object
Collection of available namespaces.
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.apm_config.models.Namespace]) – The value to assign to the items property of this NamespaceCollection.
-
items
¶ [Required] Gets the items of this NamespaceCollection. The list of available namespaces.
Returns: The items of this NamespaceCollection. Return type: list[oci.apm_config.models.Namespace]
-