Uses of Class
com.oracle.bmc.devops.model.ComputeInstanceGroupSelector
-
Packages that use ComputeInstanceGroupSelector Package Description com.oracle.bmc.devops.model -
-
Uses of ComputeInstanceGroupSelector in com.oracle.bmc.devops.model
Subclasses of ComputeInstanceGroupSelector in com.oracle.bmc.devops.model Modifier and Type Class Description class
ComputeInstanceGroupByIdsSelector
Specifies the Compute instance group environment by listing the OCIDs of the compute instances.class
ComputeInstanceGroupByQuerySelector
Specifies the Compute instance group environment filtered by the RQS query expression.Methods in com.oracle.bmc.devops.model that return types with arguments of type ComputeInstanceGroupSelector Modifier and Type Method Description List<ComputeInstanceGroupSelector>
ComputeInstanceGroupSelectorCollection. getItems()
A list of selectors for the instance group.Method parameters in com.oracle.bmc.devops.model with type arguments of type ComputeInstanceGroupSelector Modifier and Type Method Description ComputeInstanceGroupSelectorCollection.Builder
ComputeInstanceGroupSelectorCollection.Builder. items(List<ComputeInstanceGroupSelector> items)
A list of selectors for the instance group.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type ComputeInstanceGroupSelector Constructor Description ComputeInstanceGroupSelectorCollection(List<ComputeInstanceGroupSelector> items)
Deprecated.
-