DeployedApplicationUsageCollection

class oci.jms.models.DeployedApplicationUsageCollection(**kwargs)

Bases: object

Results of a deployed application usage search. Contains deployed application usage items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.jms.models.DeployedApplicationUsage]) – The value to assign to the items property of this DeployedApplicationUsageCollection.
items

[Required] Gets the items of this DeployedApplicationUsageCollection. A list of deployed application usages.

Returns:The items of this DeployedApplicationUsageCollection.
Return type:list[oci.jms.models.DeployedApplicationUsage]