Uses of Class
com.oracle.bmc.database.model.DbNode.AvailableActions
-
Packages that use DbNode.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of DbNode.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbNode.AvailableActions Modifier and Type Method Description static DbNode.AvailableActionsDbNode.AvailableActions. create(String key)static DbNode.AvailableActionsDbNode.AvailableActions. valueOf(String name)Returns the enum constant of this type with the specified name.static DbNode.AvailableActions[]DbNode.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 DbNode.AvailableActions Modifier and Type Method Description List<DbNode.AvailableActions>DbNode. 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 DbNode.AvailableActions Modifier and Type Method Description DbNode.BuilderDbNode.Builder. availableActions(List<DbNode.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 DbNode.AvailableActions Constructor Description DbNode(String id, String dbSystemId, String vnicId, String backupVnicId, String hostIpId, String backupIpId, String hostIpv6Id, String backupIpv6Id, String vnic2Id, String backupVnic2Id, DbNode.LifecycleState lifecycleState, List<DbNode.AvailableActions> availableActions, String hostname, String faultDomain, Date timeCreated, Integer softwareStorageSizeInGB, DbNode.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, DbNode.ComputeModel computeModel, Integer computeCount, Boolean isOsPatchRebootRequired)Deprecated.
-