Class AwrReport
The result of the AWR report.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrReportProperties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The content of the report. | 
Format
Declaration
[Required(ErrorMessage = "Format is required.")]
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AwrReportFormatType? Format { get; set; }Property Value
| Type | Description | 
|---|---|
| AwrReportFormatType? | The format of the report. | 
Remarks
Required