Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingConfiguration.LifecycleState |
ListAutoScalingConfigurationsRequest.getLifecycleState()
The state of the autoscale configuration.
|
Modifier and Type | Method and Description |
---|---|
ListAutoScalingConfigurationsRequest.Builder |
ListAutoScalingConfigurationsRequest.Builder.lifecycleState(AutoScalingConfiguration.LifecycleState lifecycleState)
The state of the autoscale configuration.
|
Copyright © 2016–2024. All rights reserved.