Uses of Class
com.oracle.bmc.database.model.GiHomeSummary.AvailableActions
-
Packages that use GiHomeSummary.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of GiHomeSummary.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return GiHomeSummary.AvailableActions Modifier and Type Method Description static GiHomeSummary.AvailableActionsGiHomeSummary.AvailableActions. create(String key)static GiHomeSummary.AvailableActionsGiHomeSummary.AvailableActions. valueOf(String name)Returns the enum constant of this type with the specified name.static GiHomeSummary.AvailableActions[]GiHomeSummary.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 GiHomeSummary.AvailableActions Modifier and Type Method Description List<GiHomeSummary.AvailableActions>GiHomeSummary. 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 GiHomeSummary.AvailableActions Modifier and Type Method Description GiHomeSummary.BuilderGiHomeSummary.Builder. availableActions(List<GiHomeSummary.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 GiHomeSummary.AvailableActions Constructor Description GiHomeSummary(String id, String compartmentId, String displayName, Boolean isDefaultCreated, Boolean isActive, GiHomeSummary.LifecycleState lifecycleState, Date timeCreated, String homePath, List<GiHomeSummary.AvailableActions> availableActions, GiHomeSummary.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.
-