Uses of Class
com.oracle.bmc.mysql.model.DbSystem.LifecycleState
-
Packages that use DbSystem.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of DbSystem.LifecycleState in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type DbSystem.LifecycleState Modifier and Type Method Description Waiter<GetDbSystemRequest,GetDbSystemResponse>
DbSystemWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
DbSystemWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
DbSystemWaiters. forDbSystem(GetDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DbSystem.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return DbSystem.LifecycleState Modifier and Type Method Description static DbSystem.LifecycleState
DbSystem.LifecycleState. create(String key)
DbSystem.LifecycleState
DbSystem. getLifecycleState()
The current state of the DB System.DbSystem.LifecycleState
DbSystemSummary. getLifecycleState()
The current state of the DB System.static DbSystem.LifecycleState
DbSystem.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystem.LifecycleState[]
DbSystem.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type DbSystem.LifecycleState Modifier and Type Method Description DbSystem.Builder
DbSystem.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.DbSystemSummary.Builder
DbSystemSummary.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
The current state of the DB System.Constructors in com.oracle.bmc.mysql.model with parameters of type DbSystem.LifecycleState Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, String subnetId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, BackupPolicy backupPolicy, DbSystemSource source, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, List<DbSystemEndpoint> endpoints, List<ChannelSummary> channels, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, CrashRecoveryStatus crashRecovery, PointInTimeRecoveryDetails pointInTimeRecoveryDetails, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, List<CustomerContact> customerContacts, ReadEndpointDetails readEndpoint)
Deprecated.DbSystemSummary(String id, String displayName, String description, String compartmentId, Boolean isHighlyAvailable, DbSystemPlacement currentPlacement, Boolean isHeatWaveClusterAttached, HeatWaveClusterSummary heatWaveCluster, String availabilityDomain, String faultDomain, List<DbSystemEndpoint> endpoints, DbSystem.LifecycleState lifecycleState, String mysqlVersion, Date timeCreated, Date timeUpdated, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, BackupPolicy backupPolicy, String shapeName, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, DbSystem.DatabaseMode databaseMode, DbSystem.AccessMode accessMode, ReadEndpointDetails readEndpoint)
Deprecated. -
Uses of DbSystem.LifecycleState in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return DbSystem.LifecycleState Modifier and Type Method Description DbSystem.LifecycleState
ListDbSystemsRequest. getLifecycleState()
DbSystem Lifecycle StateMethods in com.oracle.bmc.mysql.requests with parameters of type DbSystem.LifecycleState Modifier and Type Method Description ListDbSystemsRequest.Builder
ListDbSystemsRequest.Builder. lifecycleState(DbSystem.LifecycleState lifecycleState)
DbSystem Lifecycle State
-