Uses of Class
com.oracle.bmc.core.model.InstancePoolPlacementConfiguration
-
Packages that use InstancePoolPlacementConfiguration Package Description com.oracle.bmc.core.model -
-
Uses of InstancePoolPlacementConfiguration in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolPlacementConfiguration Modifier and Type Method Description InstancePoolPlacementConfiguration
InstancePoolPlacementConfiguration.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type InstancePoolPlacementConfiguration Modifier and Type Method Description List<InstancePoolPlacementConfiguration>
InstancePool. getPlacementConfigurations()
The placement configurations for the instance pool.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolPlacementConfiguration Modifier and Type Method Description InstancePoolPlacementConfiguration.Builder
InstancePoolPlacementConfiguration.Builder. copy(InstancePoolPlacementConfiguration model)
Method parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolPlacementConfiguration Modifier and Type Method Description InstancePool.Builder
InstancePool.Builder. placementConfigurations(List<InstancePoolPlacementConfiguration> placementConfigurations)
The placement configurations for the instance pool.Constructor parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolPlacementConfiguration Constructor Description InstancePool(String id, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String instanceConfigurationId, InstancePool.LifecycleState lifecycleState, List<InstancePoolPlacementConfiguration> placementConfigurations, Integer size, Date timeCreated, List<InstancePoolLoadBalancerAttachment> loadBalancers, String instanceDisplayNameFormatter, String instanceHostnameFormatter)
Deprecated.
-