Uses of Class
com.oracle.bmc.cloudbridge.model.DiscoveryScheduleLifecycleState
-
Packages that use DiscoveryScheduleLifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of DiscoveryScheduleLifecycleState in com.oracle.bmc.cloudbridge
-
Uses of DiscoveryScheduleLifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return DiscoveryScheduleLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.cloudbridge.model with parameters of type DiscoveryScheduleLifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type DiscoveryScheduleLifecycleState Constructor 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. -
Uses of DiscoveryScheduleLifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return DiscoveryScheduleLifecycleState Modifier and Type Method Description DiscoveryScheduleLifecycleState
ListDiscoverySchedulesRequest. getLifecycleState()
The current state of the discovery schedule.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type DiscoveryScheduleLifecycleState Modifier and Type Method Description ListDiscoverySchedulesRequest.Builder
ListDiscoverySchedulesRequest.Builder. lifecycleState(DiscoveryScheduleLifecycleState lifecycleState)
The current state of the discovery schedule.
-