Uses of Class
com.oracle.bmc.database.model.DbNode.LifecycleState
-
Packages that use DbNode.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbNode.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DbNode.LifecycleState Modifier and Type Method Description Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, DbNode.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbNodeRequest,GetDbNodeResponse>
DatabaseWaiters. forDbNode(GetDbNodeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbNode.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DbNode.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbNode.LifecycleState Modifier and Type Method Description static DbNode.LifecycleState
DbNode.LifecycleState. create(String key)
DbNode.LifecycleState
DbNode. getLifecycleState()
The current state of the database node.static DbNode.LifecycleState
DbNode.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbNode.LifecycleState[]
DbNode.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 DbNode.LifecycleState Modifier and Type Method Description DbNode.Builder
DbNode.Builder. lifecycleState(DbNode.LifecycleState lifecycleState)
The current state of the database node.Constructors in com.oracle.bmc.database.model with parameters of type DbNode.LifecycleState 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, 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, String lifecycleDetails, Integer cpuCoreCount, Integer memorySizeInGBs, Integer dbNodeStorageSizeInGBs, Integer totalCpuCoreCount, String dbServerId)
Deprecated.
-