Uses of Class
com.oracle.bmc.autoscaling.model.Resource
- 
Packages that use Resource Package Description com.oracle.bmc.autoscaling.model 
- 
- 
Uses of Resource in com.oracle.bmc.autoscaling.modelSubclasses of Resource in com.oracle.bmc.autoscaling.model Modifier and Type Class Description classInstancePoolResourceA Compute instance pool.Methods in com.oracle.bmc.autoscaling.model that return Resource Modifier and Type Method Description ResourceAutoScalingConfiguration. getResource()ResourceAutoScalingConfigurationSummary. getResource()ResourceCreateAutoScalingConfigurationDetails. getResource()Methods in com.oracle.bmc.autoscaling.model with parameters of type Resource Modifier and Type Method Description AutoScalingConfiguration.BuilderAutoScalingConfiguration.Builder. resource(Resource resource)AutoScalingConfigurationSummary.BuilderAutoScalingConfigurationSummary.Builder. resource(Resource resource)CreateAutoScalingConfigurationDetails.BuilderCreateAutoScalingConfigurationDetails.Builder. resource(Resource resource)Constructors in com.oracle.bmc.autoscaling.model with parameters of type Resource Constructor Description AutoScalingConfiguration(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Integer coolDownInSeconds, Boolean isEnabled, Resource resource, List<AutoScalingPolicy> policies, Date timeCreated, Integer maxResourceCount, Integer minResourceCount)Deprecated.AutoScalingConfigurationSummary(String compartmentId, String displayName, String id, Integer coolDownInSeconds, Boolean isEnabled, Resource resource, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Date timeCreated)Deprecated.CreateAutoScalingConfigurationDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, Integer coolDownInSeconds, Boolean isEnabled, List<CreateAutoScalingPolicyDetails> policies, Resource resource)Deprecated.
 
-