Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static Schedule.OutputFileFormat |
Schedule.OutputFileFormat.create(String key) |
Schedule.OutputFileFormat |
Schedule.getOutputFileFormat()
Specifies the supported output file format.
|
static Schedule.OutputFileFormat |
Schedule.OutputFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schedule.OutputFileFormat[] |
Schedule.OutputFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Schedule.Builder |
Schedule.Builder.outputFileFormat(Schedule.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
|
Constructor and Description |
---|
Schedule(String id,
String name,
String compartmentId,
ResultLocation resultLocation,
String description,
Date timeNextRun,
Schedule.OutputFileFormat outputFileFormat,
String savedReportId,
String scheduleRecurrences,
Date timeScheduled,
QueryProperties queryProperties,
Date timeCreated,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.