ComplianceReportProduct¶
-
class
oci.fleet_apps_management.models.ComplianceReportProduct(**kwargs)¶ Bases:
objectDetails of the Product.
Methods
__init__(**kwargs)Initializes a new ComplianceReportProduct object with values from keyword arguments. Attributes
product_name[Required] Gets the product_name of this ComplianceReportProduct. targetsGets the targets of this ComplianceReportProduct. -
__init__(**kwargs)¶ Initializes a new ComplianceReportProduct object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - product_name (str) – The value to assign to the product_name property of this ComplianceReportProduct.
- targets (list[oci.fleet_apps_management.models.ComplianceReportTarget]) – The value to assign to the targets property of this ComplianceReportProduct.
-
product_name¶ [Required] Gets the product_name of this ComplianceReportProduct. Product Name.
Returns: The product_name of this ComplianceReportProduct. Return type: str
-
targets¶ Gets the targets of this ComplianceReportProduct. Managed Targets associated with the Product.
Returns: The targets of this ComplianceReportProduct. Return type: list[oci.fleet_apps_management.models.ComplianceReportTarget]
-