Uses of Class
com.oracle.bmc.datasafe.model.TargetDatabaseGroupLifecycleState
-
Packages that use TargetDatabaseGroupLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of TargetDatabaseGroupLifecycleState in com.oracle.bmc.datasafe
-
Uses of TargetDatabaseGroupLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TargetDatabaseGroupLifecycleState Modifier and Type Method Description static TargetDatabaseGroupLifecycleState
TargetDatabaseGroupLifecycleState. create(String key)
TargetDatabaseGroupLifecycleState
TargetDatabaseGroup. getLifecycleState()
The lifecycle status of the target database group.TargetDatabaseGroupLifecycleState
TargetDatabaseGroupSummary. getLifecycleState()
The lifecycle status of the target database group.static TargetDatabaseGroupLifecycleState
TargetDatabaseGroupLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TargetDatabaseGroupLifecycleState[]
TargetDatabaseGroupLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type TargetDatabaseGroupLifecycleState Modifier and Type Method Description TargetDatabaseGroup.Builder
TargetDatabaseGroup.Builder. lifecycleState(TargetDatabaseGroupLifecycleState lifecycleState)
The lifecycle status of the target database group.TargetDatabaseGroupSummary.Builder
TargetDatabaseGroupSummary.Builder. lifecycleState(TargetDatabaseGroupLifecycleState lifecycleState)
The lifecycle status of the target database group.Constructors in com.oracle.bmc.datasafe.model with parameters of type TargetDatabaseGroupLifecycleState Constructor Description TargetDatabaseGroup(String compartmentId, String id, String displayName, String description, TargetDatabaseGroupLifecycleState lifecycleState, String lifecycleDetails, MatchingCriteria matchingCriteria, Date timeCreated, Date timeUpdated, Date membershipUpdateTime, Integer membershipCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TargetDatabaseGroupSummary(String compartmentId, String id, String displayName, String description, TargetDatabaseGroupLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date membershipUpdateTime, Integer membershipCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of TargetDatabaseGroupLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return TargetDatabaseGroupLifecycleState Modifier and Type Method Description TargetDatabaseGroupLifecycleState
ListTargetDatabaseGroupsRequest. getLifecycleState()
A filter to retrieve resources that exclusively align with the designated lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type TargetDatabaseGroupLifecycleState Modifier and Type Method Description ListTargetDatabaseGroupsRequest.Builder
ListTargetDatabaseGroupsRequest.Builder. lifecycleState(TargetDatabaseGroupLifecycleState lifecycleState)
A filter to retrieve resources that exclusively align with the designated lifecycle state.
-