Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystemDiscovery.LifecycleState
-
Packages that use CloudDbSystemDiscovery.LifecycleState Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystemDiscovery.LifecycleState in com.oracle.bmc.databasemanagement
-
Uses of CloudDbSystemDiscovery.LifecycleState in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystemDiscovery.LifecycleState Modifier and Type Method Description static CloudDbSystemDiscovery.LifecycleState
CloudDbSystemDiscovery.LifecycleState. create(String key)
CloudDbSystemDiscovery.LifecycleState
CloudDbSystemDiscovery. getLifecycleState()
The current lifecycle state of the cloud DB system discovery resource.CloudDbSystemDiscovery.LifecycleState
CloudDbSystemDiscoverySummary. getLifecycleState()
The current lifecycle state of the cloud DB system discovery resource.static CloudDbSystemDiscovery.LifecycleState
CloudDbSystemDiscovery.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudDbSystemDiscovery.LifecycleState[]
CloudDbSystemDiscovery.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemDiscovery.LifecycleState Modifier and Type Method Description CloudDbSystemDiscovery.Builder
CloudDbSystemDiscovery.Builder. lifecycleState(CloudDbSystemDiscovery.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB system discovery resource.CloudDbSystemDiscoverySummary.Builder
CloudDbSystemDiscoverySummary.Builder. lifecycleState(CloudDbSystemDiscovery.LifecycleState lifecycleState)
The current lifecycle state of the cloud DB system discovery resource.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemDiscovery.LifecycleState Constructor Description CloudDbSystemDiscovery(String id, String displayName, String compartmentId, String agentId, String dbaasParentInfrastructureId, CloudDbSystemDeploymentType deploymentType, String gridHome, List<DiscoveredCloudDbSystemComponent> discoveredComponents, String resourceId, CloudDbSystemDiscovery.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CloudDbSystemDiscoverySummary(String id, String displayName, String compartmentId, String agentId, String dbaasParentInfrastructureId, CloudDbSystemDeploymentType deploymentType, CloudDbSystemDiscovery.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-