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