ComplianceDetailProduct

class oci.fleet_apps_management.models.ComplianceDetailProduct(**kwargs)

Bases: object

Details of the Product.

Methods

__init__(**kwargs) Initializes a new ComplianceDetailProduct object with values from keyword arguments.

Attributes

product_name [Required] Gets the product_name of this ComplianceDetailProduct.
product_stack Gets the product_stack of this ComplianceDetailProduct.
product_version Gets the product_version of this ComplianceDetailProduct.
__init__(**kwargs)

Initializes a new ComplianceDetailProduct object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • product_stack (str) – The value to assign to the product_stack property of this ComplianceDetailProduct.
  • product_name (str) – The value to assign to the product_name property of this ComplianceDetailProduct.
  • product_version (str) – The value to assign to the product_version property of this ComplianceDetailProduct.
product_name

[Required] Gets the product_name of this ComplianceDetailProduct. Product Name.

Returns:The product_name of this ComplianceDetailProduct.
Return type:str
product_stack

Gets the product_stack of this ComplianceDetailProduct. Product Stack.

Returns:The product_stack of this ComplianceDetailProduct.
Return type:str
product_version

Gets the product_version of this ComplianceDetailProduct. Product Version.

Returns:The product_version of this ComplianceDetailProduct.
Return type:str