JavaFamilyCollection¶
-
class
oci.jms.models.
JavaFamilyCollection
(**kwargs)¶ Bases:
object
Collection of the Java release family summary. A Java release family is typically a major version in the Java version identifier.
Methods
__init__
(**kwargs)Initializes a new JavaFamilyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this JavaFamilyCollection. -
__init__
(**kwargs)¶ Initializes a new JavaFamilyCollection 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.JavaFamilySummary]) – The value to assign to the items property of this JavaFamilyCollection.
-
items
¶ [Required] Gets the items of this JavaFamilyCollection. A list of the Java Release family summary.
Returns: The items of this JavaFamilyCollection. Return type: list[oci.jms.models.JavaFamilySummary]
-