Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TaskScope
-
Packages that use TaskScope Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TaskScope in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TaskScope Modifier and Type Method Description static TaskScope
TaskScope. create(String key)
TaskScope
Details. getScope()
The scope of the taskstatic TaskScope
TaskScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskScope[]
TaskScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskScope Modifier and Type Method Description Details.Builder
Details.Builder. scope(TaskScope scope)
The scope of the taskConstructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskScope Constructor Description Details(ExecutionDetails executionDetails, String platform, OsType osType, TaskScope scope, Properties properties, Boolean isDiscoveryOutputTask, Boolean isApplySubjectTask)
Deprecated.
-