ProductVersionDetails¶
-
class
oci.fleet_apps_management.models.ProductVersionDetails(**kwargs)¶ Bases:
objectA specific product version or a specific version and succeeding. Example: 12.1 or 12.1 and above for Oracle WebLogic Application server. The policy applies to the next version only, and not to other versions such as, 12.1.x.
Methods
__init__(**kwargs)Initializes a new ProductVersionDetails object with values from keyword arguments. Attributes
is_applicable_for_all_higher_versionsGets the is_applicable_for_all_higher_versions of this ProductVersionDetails. version[Required] Gets the version of this ProductVersionDetails. -
__init__(**kwargs)¶ Initializes a new ProductVersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (str) – The value to assign to the version property of this ProductVersionDetails.
- is_applicable_for_all_higher_versions (bool) – The value to assign to the is_applicable_for_all_higher_versions property of this ProductVersionDetails.
-
is_applicable_for_all_higher_versions¶ Gets the is_applicable_for_all_higher_versions of this ProductVersionDetails. Is rule applicable to all higher versions also
Returns: The is_applicable_for_all_higher_versions of this ProductVersionDetails. Return type: bool
-
version¶ [Required] Gets the version of this ProductVersionDetails. Product version the rule is applicable.
Returns: The version of this ProductVersionDetails. Return type: str
-