Uses of Class
com.oracle.bmc.core.model.InstancePoolInstance.LifecycleState
-
Packages that use InstancePoolInstance.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of InstancePoolInstance.LifecycleState in com.oracle.bmc.core
-
Uses of InstancePoolInstance.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolInstance.LifecycleState Modifier and Type Method Description static InstancePoolInstance.LifecycleState
InstancePoolInstance.LifecycleState. create(String key)
InstancePoolInstance.LifecycleState
InstancePoolInstance. getLifecycleState()
The attachment state of the instance in relation to the instance pool.static InstancePoolInstance.LifecycleState
InstancePoolInstance.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstancePoolInstance.LifecycleState[]
InstancePoolInstance.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 InstancePoolInstance.LifecycleState Modifier and Type Method Description InstancePoolInstance.Builder
InstancePoolInstance.Builder. lifecycleState(InstancePoolInstance.LifecycleState lifecycleState)
The attachment state of the instance in relation to the instance pool.Constructors in com.oracle.bmc.core.model with parameters of type InstancePoolInstance.LifecycleState Constructor Description InstancePoolInstance(String id, String instancePoolId, String availabilityDomain, InstancePoolInstance.LifecycleState lifecycleState, String compartmentId, String displayName, String faultDomain, String instanceConfigurationId, String region, String shape, String state, Date timeCreated, List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
Deprecated.
-