Uses of Class
com.oracle.bmc.devops.model.ComputeInstanceGroupSelectorCollection
-
Packages that use ComputeInstanceGroupSelectorCollection Package Description com.oracle.bmc.devops.model -
-
Uses of ComputeInstanceGroupSelectorCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ComputeInstanceGroupSelectorCollection Modifier and Type Method Description ComputeInstanceGroupSelectorCollectionComputeInstanceGroupSelectorCollection.Builder. build()ComputeInstanceGroupSelectorCollectionComputeInstanceGroupDeployEnvironment. getComputeInstanceGroupSelectors()ComputeInstanceGroupSelectorCollectionComputeInstanceGroupDeployEnvironmentSummary. getComputeInstanceGroupSelectors()ComputeInstanceGroupSelectorCollectionCreateComputeInstanceGroupDeployEnvironmentDetails. getComputeInstanceGroupSelectors()ComputeInstanceGroupSelectorCollectionUpdateComputeInstanceGroupDeployEnvironmentDetails. getComputeInstanceGroupSelectors()Constructors in com.oracle.bmc.devops.model with parameters of type ComputeInstanceGroupSelectorCollection Constructor Description ComputeInstanceGroupDeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> securityAttributes, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)Deprecated.ComputeInstanceGroupDeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> securityAttributes, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)Deprecated.CreateComputeInstanceGroupDeployEnvironmentDetails(String description, String displayName, String projectId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)Deprecated.UpdateComputeInstanceGroupDeployEnvironmentDetails(String description, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)Deprecated.
-