Uses of Class
com.oracle.bmc.databasemanagement.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of LifecycleStates in com.oracle.bmc.databasemanagement
-
Uses of LifecycleStates in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
LifecycleStates
DbManagementPrivateEndpoint. getLifecycleState()
The current lifecycle state of the Database Management private endpoint.LifecycleStates
DbManagementPrivateEndpointSummary. getLifecycleState()
The current lifecycle state of the private endpoint.LifecycleStates
ExternalMySqlDatabaseConnector. getLifecycleState()
Indicates lifecycle state of the resource.LifecycleStates
ExternalMySqlDatabaseSummary. getLifecycleState()
Indicates lifecycle state of the resource.LifecycleStates
ManagedDatabaseGroup. getLifecycleState()
The current lifecycle state of the Managed Database Group.LifecycleStates
ManagedDatabaseGroupSummary. getLifecycleState()
The current lifecycle state of the Managed Database Group.LifecycleStates
ManagedMySqlDatabase. getLifecycleState()
Indicates lifecycle state of the resource.LifecycleStates
ManagedMySqlDatabaseSummary. getLifecycleState()
Indicates lifecycle state of the resource.LifecycleStates
MySqlDatabaseConnectorSummary. getLifecycleState()
Indicates lifecycle state of the resource.LifecycleStates
NamedCredential. getLifecycleState()
The current lifecycle state of the named credential.LifecycleStates
NamedCredentialSummary. getLifecycleState()
The current lifecycle state of the named credential.static LifecycleStates
LifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleStates[]
LifecycleStates. 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 LifecycleStates Modifier and Type Method Description DbManagementPrivateEndpoint.Builder
DbManagementPrivateEndpoint.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Database Management private endpoint.DbManagementPrivateEndpointSummary.Builder
DbManagementPrivateEndpointSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the private endpoint.ExternalMySqlDatabaseConnector.Builder
ExternalMySqlDatabaseConnector.Builder. lifecycleState(LifecycleStates lifecycleState)
Indicates lifecycle state of the resource.ExternalMySqlDatabaseSummary.Builder
ExternalMySqlDatabaseSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
Indicates lifecycle state of the resource.ManagedDatabaseGroup.Builder
ManagedDatabaseGroup.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.ManagedDatabaseGroupSummary.Builder
ManagedDatabaseGroupSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.ManagedMySqlDatabase.Builder
ManagedMySqlDatabase.Builder. lifecycleState(LifecycleStates lifecycleState)
Indicates lifecycle state of the resource.ManagedMySqlDatabaseSummary.Builder
ManagedMySqlDatabaseSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
Indicates lifecycle state of the resource.MySqlDatabaseConnectorSummary.Builder
MySqlDatabaseConnectorSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
Indicates lifecycle state of the resource.NamedCredential.Builder
NamedCredential.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.NamedCredentialSummary.Builder
NamedCredentialSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the named credential.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type LifecycleStates Constructor Description DbManagementPrivateEndpoint(String id, String name, String compartmentId, Boolean isCluster, Boolean isDnsResolutionEnabled, String vcnId, String subnetId, String privateIp, String description, Date timeCreated, LifecycleStates lifecycleState, List<String> nsgIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DbManagementPrivateEndpointSummary(String id, String name, String compartmentId, String vcnId, String subnetId, String description, Date timeCreated, LifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ExternalMySqlDatabaseConnector(String name, String compartmentId, String associatedServices, String externalDatabaseId, String id, Date timeUpdated, Date timeCreated, LifecycleStates lifecycleState, String sourceDatabase, MySqlType sourceDatabaseType, String macsAgentId, String connectionStatus, Date timeConnectionStatusUpdated, String hostName, Integer port, MySqlConnectorType connectorType, MySqlNetworkProtocolType networkProtocol, MySqlCredType credentialType, String sslSecretId, String sslSecretName)
Deprecated.ExternalMySqlDatabaseSummary(String compartmentId, String externalDatabaseId, String connectorId, String dbName, MySqlDeploymentType deploymentType, ManagementState managementState, LifecycleStates lifecycleState, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedDatabaseGroup(String name, String id, String compartmentId, String description, List<ChildDatabase> managedDatabases, LifecycleStates lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedDatabaseGroupSummary(String name, String id, String compartmentId, String description, Integer managedDatabaseCount, LifecycleStates lifecycleState, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedMySqlDatabase(String id, String compartmentId, String dbName, String dbVersion, Date timeCreated, String name, String heatWaveClusterDisplayName, Boolean isHeatWaveEnabled, Boolean isLakehouseEnabled, String heatWaveNodeShape, Integer heatWaveMemorySize, List<HeatWaveNode> heatWaveNodes, Boolean isHeatWaveActive, Date timeCreatedHeatWave, MySqlType databaseType, ManagementState managementState, LifecycleStates lifecycleState, Date timeUpdated)
Deprecated.ManagedMySqlDatabaseSummary(String id, String compartmentId, String dbName, String dbVersion, Date timeCreated, String name, MySqlType databaseType, ManagementState managementState, LifecycleStates lifecycleState)
Deprecated.MySqlDatabaseConnectorSummary(String name, String compartmentId, String associatedServices, String id, Date timeCreated, Date timeUpdated, String sourceDatabase, MySqlType sourceDatabaseType, String connectionStatus, Date timeConnectionStatusUpdated, String hostName, String macsAgentId, Integer port, MySqlConnectorType connectorType, MySqlNetworkProtocolType networkProtocol, MySqlCredType credentialType, Map<String,Map<String,Object>> systemTags, LifecycleStates lifecycleState)
Deprecated.NamedCredential(String name, String id, String compartmentId, String description, LifecycleStates lifecycleState, String lifecycleDetails, NamedCredentialScope scope, ResourceType type, NamedCredentialContent content, Date timeCreated, Date timeUpdated, String associatedResource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.NamedCredentialSummary(String id, String compartmentId, String name, String description, NamedCredentialScope scope, ResourceType type, LifecycleStates lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleStates in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return LifecycleStates Modifier and Type Method Description LifecycleStates
ListDbManagementPrivateEndpointsRequest. getLifecycleState()
The lifecycle state of a resource.LifecycleStates
ListManagedDatabaseGroupsRequest. getLifecycleState()
The lifecycle state of a resource.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type LifecycleStates Modifier and Type Method Description ListDbManagementPrivateEndpointsRequest.Builder
ListDbManagementPrivateEndpointsRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of a resource.ListManagedDatabaseGroupsRequest.Builder
ListManagedDatabaseGroupsRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of a resource.
-