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