DownloadDiscoveryReportDetails¶
-
class
oci.data_safe.models.
DownloadDiscoveryReportDetails
(**kwargs)¶ Bases:
object
Details to download a discovery report.
Attributes
REPORT_FORMAT_PDF
A constant which can be used with the report_format property of a DownloadDiscoveryReportDetails. REPORT_FORMAT_XLS
A constant which can be used with the report_format property of a DownloadDiscoveryReportDetails. discovery_job_id
Gets the discovery_job_id of this DownloadDiscoveryReportDetails. report_format
Gets the report_format of this DownloadDiscoveryReportDetails. Methods
__init__
(**kwargs)Initializes a new DownloadDiscoveryReportDetails object with values from keyword arguments. -
REPORT_FORMAT_PDF
= 'PDF'¶ A constant which can be used with the report_format property of a DownloadDiscoveryReportDetails. This constant has a value of “PDF”
-
REPORT_FORMAT_XLS
= 'XLS'¶ A constant which can be used with the report_format property of a DownloadDiscoveryReportDetails. This constant has a value of “XLS”
-
__init__
(**kwargs)¶ Initializes a new DownloadDiscoveryReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - discovery_job_id (str) – The value to assign to the discovery_job_id property of this DownloadDiscoveryReportDetails.
- report_format (str) – The value to assign to the report_format property of this DownloadDiscoveryReportDetails. Allowed values for this property are: “PDF”, “XLS”
-
discovery_job_id
¶ Gets the discovery_job_id of this DownloadDiscoveryReportDetails. The OCID of the discovery job.
Returns: The discovery_job_id of this DownloadDiscoveryReportDetails. Return type: str
-
report_format
¶ Gets the report_format of this DownloadDiscoveryReportDetails. Format of the report.
Allowed values for this property are: “PDF”, “XLS”
Returns: The report_format of this DownloadDiscoveryReportDetails. Return type: str
-