Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryScheduleLifecycleState |
DiscoveryScheduleLifecycleState.create(String key) |
DiscoveryScheduleLifecycleState |
DiscoverySchedule.getLifecycleState()
Current state of the discovery schedule.
|
DiscoveryScheduleLifecycleState |
DiscoveryScheduleSummary.getLifecycleState()
Current state of the discovery schedule.
|
static DiscoveryScheduleLifecycleState |
DiscoveryScheduleLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryScheduleLifecycleState[] |
DiscoveryScheduleLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoverySchedule.Builder |
DiscoverySchedule.Builder.lifecycleState(DiscoveryScheduleLifecycleState lifecycleState)
Current state of the discovery schedule.
|
DiscoveryScheduleSummary.Builder |
DiscoveryScheduleSummary.Builder.lifecycleState(DiscoveryScheduleLifecycleState lifecycleState)
Current state of the discovery schedule.
|
Constructor and Description |
---|
DiscoverySchedule(String id,
String displayName,
String executionRecurrences,
String compartmentId,
DiscoveryScheduleLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DiscoveryScheduleSummary(String id,
String displayName,
String compartmentId,
DiscoveryScheduleLifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.