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