Uses of Class
com.oracle.bmc.core.model.InstancePoolSummary.LifecycleState
-
Packages that use InstancePoolSummary.LifecycleState Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of InstancePoolSummary.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolSummary.LifecycleState Modifier and Type Method Description static InstancePoolSummary.LifecycleState
InstancePoolSummary.LifecycleState. create(String key)
InstancePoolSummary.LifecycleState
InstancePoolSummary. getLifecycleState()
The current state of the instance pool.static InstancePoolSummary.LifecycleState
InstancePoolSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePoolSummary.LifecycleState[]
InstancePoolSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolSummary.LifecycleState Modifier and Type Method Description InstancePoolSummary.Builder
InstancePoolSummary.Builder. lifecycleState(InstancePoolSummary.LifecycleState lifecycleState)
The current state of the instance pool.Constructors in com.oracle.bmc.core.model with parameters of type InstancePoolSummary.LifecycleState Constructor Description InstancePoolSummary(String id, String compartmentId, String displayName, String instanceConfigurationId, InstancePoolSummary.LifecycleState lifecycleState, List<String> availabilityDomains, Integer size, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated. -
Uses of InstancePoolSummary.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return InstancePoolSummary.LifecycleState Modifier and Type Method Description InstancePoolSummary.LifecycleState
ListInstancePoolsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type InstancePoolSummary.LifecycleState Modifier and Type Method Description ListInstancePoolsRequest.Builder
ListInstancePoolsRequest.Builder. lifecycleState(InstancePoolSummary.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-