Uses of Class
com.oracle.bmc.fleetappsmanagement.model.RunOnDetails
-
Packages that use RunOnDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of RunOnDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of RunOnDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
PreviousTaskInstanceRunOnDetails
Time-based pause details.class
ScheduleInstanceRunOnDetails
Schedule Instance Run On Details.class
SelfHostedInstanceRunOnDetails
Self Hosted Instance Run On Details.Methods in com.oracle.bmc.fleetappsmanagement.model that return RunOnDetails Modifier and Type Method Description RunOnDetails
ComponentProperties. getRunOn()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunOnDetails Modifier and Type Method Description ComponentProperties.Builder
ComponentProperties.Builder. runOn(RunOnDetails runOn)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type RunOnDetails Constructor Description ComponentProperties(RunOnDetails runOn, String preCondition, ComponentProperties.ActionOnFailure actionOnFailure, PauseDetails pauseDetails, TaskNotificationPreferences notificationPreferences)
Deprecated.
-