Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static TaskScope |
TaskScope.create(String key) |
TaskScope |
Details.getScope()
The scope of the task
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Details.Builder |
Details.Builder.scope(TaskScope scope)
The scope of the task
|
Constructor and Description |
---|
Details(ExecutionDetails executionDetails,
String platform,
OsType osType,
TaskScope scope,
Properties properties,
Boolean isDiscoveryOutputTask,
Boolean isApplySubjectTask)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.