Uses of Class
com.oracle.bmc.bds.model.AutoScalingConfiguration.LifecycleState
-
Packages that use AutoScalingConfiguration.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of AutoScalingConfiguration.LifecycleState in com.oracle.bmc.bds
-
Uses of AutoScalingConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return AutoScalingConfiguration.LifecycleState Modifier and Type Method Description static AutoScalingConfiguration.LifecycleState
AutoScalingConfiguration.LifecycleState. create(String key)
AutoScalingConfiguration.LifecycleState
AutoScalingConfiguration. getLifecycleState()
The state of the autoscale configuration.AutoScalingConfiguration.LifecycleState
AutoScalingConfigurationSummary. getLifecycleState()
The state of the autoscale configuration.static AutoScalingConfiguration.LifecycleState
AutoScalingConfiguration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoScalingConfiguration.LifecycleState[]
AutoScalingConfiguration.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type AutoScalingConfiguration.LifecycleState Modifier and Type Method Description AutoScalingConfiguration.Builder
AutoScalingConfiguration.Builder. lifecycleState(AutoScalingConfiguration.LifecycleState lifecycleState)
The state of the autoscale configuration.AutoScalingConfigurationSummary.Builder
AutoScalingConfigurationSummary.Builder. lifecycleState(AutoScalingConfiguration.LifecycleState lifecycleState)
The state of the autoscale configuration.Constructors in com.oracle.bmc.bds.model with parameters of type AutoScalingConfiguration.LifecycleState Constructor Description AutoScalingConfiguration(String id, String displayName, Node.NodeType nodeType, AutoScalingConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, AutoScalePolicy policy, AutoScalePolicyDetails policyDetails)
Deprecated.AutoScalingConfigurationSummary(String id, String displayName, AutoScalingConfiguration.LifecycleState lifecycleState, Node.NodeType nodeType, Date timeCreated, Date timeUpdated, AutoScalePolicy policy, AutoScalePolicyDetails policyDetails)
Deprecated. -
Uses of AutoScalingConfiguration.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return AutoScalingConfiguration.LifecycleState Modifier and Type Method Description AutoScalingConfiguration.LifecycleState
ListAutoScalingConfigurationsRequest. getLifecycleState()
The state of the autoscale configuration.Methods in com.oracle.bmc.bds.requests with parameters of type AutoScalingConfiguration.LifecycleState Modifier and Type Method Description ListAutoScalingConfigurationsRequest.Builder
ListAutoScalingConfigurationsRequest.Builder. lifecycleState(AutoScalingConfiguration.LifecycleState lifecycleState)
The state of the autoscale configuration.
-