JavaServerUsageCollection¶
-
class
oci.jms.models.
JavaServerUsageCollection
(**kwargs)¶ Bases:
object
Results of a Java Server usage search. Contains Java Server usage items.
Methods
__init__
(**kwargs)Initializes a new JavaServerUsageCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this JavaServerUsageCollection. -
__init__
(**kwargs)¶ Initializes a new JavaServerUsageCollection 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.JavaServerUsage]) – The value to assign to the items property of this JavaServerUsageCollection.
-
items
¶ [Required] Gets the items of this JavaServerUsageCollection. A list of Java Server usages.
Returns: The items of this JavaServerUsageCollection. Return type: list[oci.jms.models.JavaServerUsage]
-