ComputeInstanceGroupSelectorCollection¶
-
class
oci.devops.models.
ComputeInstanceGroupSelectorCollection
(**kwargs)¶ Bases:
object
A collection of selectors. The combination of instances matching the selectors are included in the instance group.
Methods
__init__
(**kwargs)Initializes a new ComputeInstanceGroupSelectorCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ComputeInstanceGroupSelectorCollection. -
__init__
(**kwargs)¶ Initializes a new ComputeInstanceGroupSelectorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.devops.models.ComputeInstanceGroupSelector]) – The value to assign to the items property of this ComputeInstanceGroupSelectorCollection.
-
items
¶ [Required] Gets the items of this ComputeInstanceGroupSelectorCollection. A list of selectors for the instance group. Union operator is used for combining the instances selected by each selector.
Returns: The items of this ComputeInstanceGroupSelectorCollection. Return type: list[oci.devops.models.ComputeInstanceGroupSelector]
-