GenerateDiscoveryReportForDownloadDetails¶
-
class
oci.data_safe.models.
GenerateDiscoveryReportForDownloadDetails
(**kwargs)¶ Bases:
object
Details to generate a downloadable discovery report.
Attributes
REPORT_FORMAT_PDF
A constant which can be used with the report_format property of a GenerateDiscoveryReportForDownloadDetails. REPORT_FORMAT_XLS
A constant which can be used with the report_format property of a GenerateDiscoveryReportForDownloadDetails. discovery_job_id
Gets the discovery_job_id of this GenerateDiscoveryReportForDownloadDetails. report_format
[Required] Gets the report_format of this GenerateDiscoveryReportForDownloadDetails. Methods
__init__
(**kwargs)Initializes a new GenerateDiscoveryReportForDownloadDetails object with values from keyword arguments. -
REPORT_FORMAT_PDF
= 'PDF'¶ A constant which can be used with the report_format property of a GenerateDiscoveryReportForDownloadDetails. This constant has a value of “PDF”
-
REPORT_FORMAT_XLS
= 'XLS'¶ A constant which can be used with the report_format property of a GenerateDiscoveryReportForDownloadDetails. This constant has a value of “XLS”
-
__init__
(**kwargs)¶ Initializes a new GenerateDiscoveryReportForDownloadDetails 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 GenerateDiscoveryReportForDownloadDetails.
- report_format (str) – The value to assign to the report_format property of this GenerateDiscoveryReportForDownloadDetails. Allowed values for this property are: “PDF”, “XLS”
-
discovery_job_id
¶ Gets the discovery_job_id of this GenerateDiscoveryReportForDownloadDetails. The OCID of the discovery job.
Returns: The discovery_job_id of this GenerateDiscoveryReportForDownloadDetails. Return type: str
-
report_format
¶ [Required] Gets the report_format of this GenerateDiscoveryReportForDownloadDetails. Format of the report.
Allowed values for this property are: “PDF”, “XLS”
Returns: The report_format of this GenerateDiscoveryReportForDownloadDetails. Return type: str
-