Uses of Class
com.oracle.bmc.database.model.GiHome.AvailableActions
-
Packages that use GiHome.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of GiHome.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GiHome.AvailableActions Modifier and Type Method Description static GiHome.AvailableActionsGiHome.AvailableActions. create(String key)static GiHome.AvailableActionsGiHome.AvailableActions. valueOf(String name)Returns the enum constant of this type with the specified name.static GiHome.AvailableActions[]GiHome.AvailableActions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type GiHome.AvailableActions Modifier and Type Method Description List<GiHome.AvailableActions>GiHome. getAvailableActions()The possible Grid Infrastructure update actions that can be performed using this Grid Infrastructure Home.Method parameters in com.oracle.bmc.database.model with type arguments of type GiHome.AvailableActions Modifier and Type Method Description GiHome.BuilderGiHome.Builder. availableActions(List<GiHome.AvailableActions> availableActions)The possible Grid Infrastructure update actions that can be performed using this Grid Infrastructure Home.Constructor parameters in com.oracle.bmc.database.model with type arguments of type GiHome.AvailableActions Constructor Description GiHome(String id, String compartmentId, String displayName, Boolean isDefaultCreated, Boolean isActive, GiHome.LifecycleState lifecycleState, Date timeCreated, String homePath, List<GiHome.AvailableActions> availableActions, GiHome.AvailableType availableType, String lifecycleDetails, 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.
-