ImportableEnterpriseManagerEntityCollection¶
-
class
oci.opsi.models.
ImportableEnterpriseManagerEntityCollection
(**kwargs)¶ Bases:
object
Collection of importable Enterprise Manager entity objects.
Methods
__init__
(**kwargs)Initializes a new ImportableEnterpriseManagerEntityCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ImportableEnterpriseManagerEntityCollection. -
__init__
(**kwargs)¶ Initializes a new ImportableEnterpriseManagerEntityCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.ImportableEnterpriseManagerEntity]) – The value to assign to the items property of this ImportableEnterpriseManagerEntityCollection.
-
items
¶ [Required] Gets the items of this ImportableEnterpriseManagerEntityCollection. Array of importable Enterprise Manager entity objects.
Returns: The items of this ImportableEnterpriseManagerEntityCollection. Return type: list[oci.opsi.models.ImportableEnterpriseManagerEntity]
-