Package | Description |
---|---|
com.oracle.bmc.cloudmigrations | |
com.oracle.bmc.cloudmigrations.model | |
com.oracle.bmc.cloudmigrations.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ReplicationSchedule.LifecycleState |
ListReplicationSchedulesRequest.getLifecycleState()
The current state of the replication schedule.
|
Modifier and Type | Method and Description |
---|---|
ListReplicationSchedulesRequest.Builder |
ListReplicationSchedulesRequest.Builder.lifecycleState(ReplicationSchedule.LifecycleState lifecycleState)
The current state of the replication schedule.
|
Copyright © 2016–2024. All rights reserved.