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