JreUsageCollection

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

Bases: object

Results of a Java Runtime search. Contains JreUsage items

Methods

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

Attributes

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

Initializes a new JreUsageCollection 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.JreUsage]) – The value to assign to the items property of this JreUsageCollection.
items

[Required] Gets the items of this JreUsageCollection. A list of Java Runtimes.

Returns:The items of this JreUsageCollection.
Return type:list[oci.jms.models.JreUsage]