Uses of Class
com.oracle.bmc.database.model.DbNodeSummary.AvailableActions
-
Packages that use DbNodeSummary.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of DbNodeSummary.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbNodeSummary.AvailableActions Modifier and Type Method Description static DbNodeSummary.AvailableActionsDbNodeSummary.AvailableActions. create(String key)static DbNodeSummary.AvailableActionsDbNodeSummary.AvailableActions. valueOf(String name)Returns the enum constant of this type with the specified name.static DbNodeSummary.AvailableActions[]DbNodeSummary.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 DbNodeSummary.AvailableActions Modifier and Type Method Description List<DbNodeSummary.AvailableActions>DbNodeSummary. getAvailableActions()Actions that can be performed on the database node, depending on its current lifecycle state.Method parameters in com.oracle.bmc.database.model with type arguments of type DbNodeSummary.AvailableActions Modifier and Type Method Description DbNodeSummary.BuilderDbNodeSummary.Builder. availableActions(List<DbNodeSummary.AvailableActions> availableActions)Actions that can be performed on the database node, depending on its current lifecycle state.Constructor parameters in com.oracle.bmc.database.model with type arguments of type DbNodeSummary.AvailableActions Constructor Description DbNodeSummary(String id, String dbSystemId, String vnicId, String backupVnicId, String hostIpId, String backupIpId, String hostIpv6Id, String backupIpv6Id, String vnic2Id, String backupVnic2Id, DbNodeSummary.LifecycleState lifecycleState, List<DbNodeSummary.AvailableActions> availableActions, String hostname, String faultDomain, Date timeCreated, Integer softwareStorageSizeInGB, DbNodeSummary.MaintenanceType maintenanceType, Date timeMaintenanceWindowStart, Date timeMaintenanceWindowEnd, String additionalDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String lifecycleDetails, Integer cpuCoreCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Integer totalCpuCoreCount, String dbServerId, DbNodeSummary.ComputeModel computeModel, Integer computeCount, Boolean isOsPatchRebootRequired)Deprecated.
-