Uses of Class
com.oracle.bmc.database.model.DbSystemSummary.LifecycleState
-
Packages that use DbSystemSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbSystemSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemSummary.LifecycleState Modifier and Type Method Description static DbSystemSummary.LifecycleState
DbSystemSummary.LifecycleState. create(String key)
DbSystemSummary.LifecycleState
DbSystemSummary. getLifecycleState()
The current state of the DB system.static DbSystemSummary.LifecycleState
DbSystemSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemSummary.LifecycleState[]
DbSystemSummary.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 DbSystemSummary.LifecycleState Modifier and Type Method Description DbSystemSummary.Builder
DbSystemSummary.Builder. lifecycleState(DbSystemSummary.LifecycleState lifecycleState)
The current state of the DB system.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemSummary.LifecycleState Constructor Description DbSystemSummary(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, DbSystemSummary.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, DbSystemSummary.DatabaseEdition databaseEdition, String lastPatchHistoryEntryId, Integer listenerPort, DbSystemSummary.LifecycleState lifecycleState, Date timeCreated, String lifecycleDetails, DbSystemSummary.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, DbSystemSummary.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. -
Uses of DbSystemSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbSystemSummary.LifecycleState Modifier and Type Method Description DbSystemSummary.LifecycleState
ListDbSystemsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type DbSystemSummary.LifecycleState Modifier and Type Method Description ListDbSystemsRequest.Builder
ListDbSystemsRequest.Builder. lifecycleState(DbSystemSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly.
-