Package | Description |
---|---|
com.oracle.bmc.opsi.model | |
com.oracle.bmc.opsi.requests |
Modifier and Type | Method and Description |
---|---|
static AwrReportFormatType |
AwrReportFormatType.create(String key) |
AwrReportFormatType |
AwrReport.getFormat()
The format of the report.
|
static AwrReportFormatType |
AwrReportFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwrReportFormatType[] |
AwrReportFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AwrReport.Builder |
AwrReport.Builder.format(AwrReportFormatType format)
The format of the report.
|
Constructor and Description |
---|
AwrReport(String content,
AwrReportFormatType format)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AwrReportFormatType |
GetAwrReportRequest.getReportFormat()
The format of the AWR report.
|
Modifier and Type | Method and Description |
---|---|
GetAwrReportRequest.Builder |
GetAwrReportRequest.Builder.reportFormat(AwrReportFormatType reportFormat)
The format of the AWR report.
|
Copyright © 2016–2023. All rights reserved.