Uses of Class
com.oracle.bmc.database.model.GiHome.LifecycleState
-
Packages that use GiHome.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of GiHome.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type GiHome.LifecycleState Modifier and Type Method Description Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, GiHome.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, GiHome.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetGiHomeRequest,GetGiHomeResponse>DatabaseWaiters. forGiHome(GetGiHomeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, GiHome.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of GiHome.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GiHome.LifecycleState Modifier and Type Method Description static GiHome.LifecycleStateGiHome.LifecycleState. create(String key)GiHome.LifecycleStateGiHome. getLifecycleState()The current state of the Grid Infrastructure Home.static GiHome.LifecycleStateGiHome.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static GiHome.LifecycleState[]GiHome.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type GiHome.LifecycleState Modifier and Type Method Description GiHome.BuilderGiHome.Builder. lifecycleState(GiHome.LifecycleState lifecycleState)The current state of the Grid Infrastructure Home.Constructors in com.oracle.bmc.database.model with parameters of type GiHome.LifecycleState Constructor Description GiHome(String id, String compartmentId, String displayName, Boolean isDefaultCreated, GiHome.LifecycleState lifecycleState, Date timeCreated, String homePath, String giVersion, String giImageId, Date timeUpdated, String dbSystemId, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-