ServiceConnectorCollection¶
-
class
oci.sch.models.
ServiceConnectorCollection
(**kwargs)¶ Bases:
object
Collection of connector property summaries.
Methods
__init__
(**kwargs)Initializes a new ServiceConnectorCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServiceConnectorCollection. -
__init__
(**kwargs)¶ Initializes a new ServiceConnectorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.sch.models.ServiceConnectorSummary]) – The value to assign to the items property of this ServiceConnectorCollection.
-
items
¶ [Required] Gets the items of this ServiceConnectorCollection. The list of items.
Returns: The items of this ServiceConnectorCollection. Return type: list[oci.sch.models.ServiceConnectorSummary]
-