PatchProduct¶
-
class
oci.fleet_apps_management.models.PatchProduct(**kwargs)¶ Bases:
objectProduct
Methods
__init__(**kwargs)Initializes a new PatchProduct object with values from keyword arguments. Attributes
platform_configuration_id[Required] Gets the platform_configuration_id of this PatchProduct. version[Required] Gets the version of this PatchProduct. -
__init__(**kwargs)¶ Initializes a new PatchProduct object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - platform_configuration_id (str) – The value to assign to the platform_configuration_id property of this PatchProduct.
- version (str) – The value to assign to the version property of this PatchProduct.
-
platform_configuration_id¶ [Required] Gets the platform_configuration_id of this PatchProduct. PlatformConfiguration Id corresponding to the Product
Returns: The platform_configuration_id of this PatchProduct. Return type: str
-
version¶ [Required] Gets the version of this PatchProduct. product version.
Returns: The version of this PatchProduct. Return type: str
-