Uses of Class
com.oracle.bmc.database.model.DbSystem.LifecycleState
-
Packages that use DbSystem.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbSystem.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type DbSystem.LifecycleState Modifier and Type Method Description Waiter<GetDbSystemRequest,GetDbSystemResponse>
DatabaseWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
DatabaseWaiters. forDbSystem(GetDbSystemRequest request, DbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDbSystemRequest,GetDbSystemResponse>
DatabaseWaiters. 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.database.model
Methods in com.oracle.bmc.database.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.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.database.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.Constructors in com.oracle.bmc.database.model with parameters of type DbSystem.LifecycleState Constructor Description DbSystem(ExadataIormConfig iormConfigCache, String id, String compartmentId, String displayName, String availabilityDomain, List<String> faultDomains, String subnetId, String backupSubnetId, List<String> nsgIds, List<String> backupNetworkNsgIds, String giSoftwareImageId, Integer memorySizeInGBs, DbSystem.StorageVolumePerformanceMode storageVolumePerformanceMode, String shape, DbSystemOptions dbSystemOptions, List<String> sshPublicKeys, String timeZone, String hostname, String domain, String kmsKeyId, String version, String osVersion, Integer cpuCoreCount, String clusterName, Integer dataStoragePercentage, DbSystem.DatabaseEdition databaseEdition, String lastPatchHistoryEntryId, Integer listenerPort, DbSystem.LifecycleState lifecycleState, Date timeCreated, String lifecycleDetails, DbSystem.DiskRedundancy diskRedundancy, Boolean sparseDiskgroup, List<String> scanIpIds, List<String> vipIds, List<String> scanIpv6Ids, List<String> vipv6Ids, String scanDnsRecordId, String scanDnsName, String zoneId, Integer dataStorageSizeInGBs, Integer recoStorageSizeInGB, Integer nodeCount, DbSystem.LicenseModel licenseModel, MaintenanceWindow maintenanceWindow, String lastMaintenanceRunId, String nextMaintenanceRunId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, String sourceDbSystemId, Date pointInTimeDataDiskCloneTimestamp, DataCollectionOptions dataCollectionOptions)
Deprecated.
-