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.model
Subclasses of Resource in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
InstancePoolResource
A Compute instance pool.Methods in com.oracle.bmc.autoscaling.model that return Resource Modifier and Type Method Description Resource
AutoScalingConfiguration. getResource()
Resource
AutoScalingConfigurationSummary. getResource()
Resource
CreateAutoScalingConfigurationDetails. getResource()
Methods in com.oracle.bmc.autoscaling.model with parameters of type Resource Modifier and Type Method Description AutoScalingConfiguration.Builder
AutoScalingConfiguration.Builder. resource(Resource resource)
AutoScalingConfigurationSummary.Builder
AutoScalingConfigurationSummary.Builder. resource(Resource resource)
CreateAutoScalingConfigurationDetails.Builder
CreateAutoScalingConfigurationDetails.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.
-