Uses of Class
com.oracle.bmc.cloudmigrations.model.ReplicationSchedule.LifecycleState
-
Packages that use ReplicationSchedule.LifecycleState Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of ReplicationSchedule.LifecycleState in com.oracle.bmc.cloudmigrations
-
Uses of ReplicationSchedule.LifecycleState in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return ReplicationSchedule.LifecycleState Modifier and Type Method Description static ReplicationSchedule.LifecycleState
ReplicationSchedule.LifecycleState. create(String key)
ReplicationSchedule.LifecycleState
ReplicationSchedule. getLifecycleState()
Current state of the replication schedule.ReplicationSchedule.LifecycleState
ReplicationScheduleSummary. getLifecycleState()
Current state of the replication schedule.static ReplicationSchedule.LifecycleState
ReplicationSchedule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicationSchedule.LifecycleState[]
ReplicationSchedule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type ReplicationSchedule.LifecycleState Modifier and Type Method Description ReplicationSchedule.Builder
ReplicationSchedule.Builder. lifecycleState(ReplicationSchedule.LifecycleState lifecycleState)
Current state of the replication schedule.ReplicationScheduleSummary.Builder
ReplicationScheduleSummary.Builder. lifecycleState(ReplicationSchedule.LifecycleState lifecycleState)
Current state of the replication schedule.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type ReplicationSchedule.LifecycleState Constructor Description ReplicationSchedule(String id, String displayName, String executionRecurrences, String compartmentId, ReplicationSchedule.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.ReplicationScheduleSummary(String id, String displayName, String compartmentId, String executionRecurrences, ReplicationSchedule.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. -
Uses of ReplicationSchedule.LifecycleState in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return ReplicationSchedule.LifecycleState Modifier and Type Method Description ReplicationSchedule.LifecycleState
ListReplicationSchedulesRequest. getLifecycleState()
The current state of the replication schedule.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type ReplicationSchedule.LifecycleState Modifier and Type Method Description ListReplicationSchedulesRequest.Builder
ListReplicationSchedulesRequest.Builder. lifecycleState(ReplicationSchedule.LifecycleState lifecycleState)
The current state of the replication schedule.
-