AppVersionSummary¶
-
class
oci.database.models.
AppVersionSummary
(**kwargs)¶ Bases:
object
The version details specific to an app.
Methods
__init__
(**kwargs)Initializes a new AppVersionSummary object with values from keyword arguments. Attributes
end_of_support
[Required] Gets the end_of_support of this AppVersionSummary. is_certified
[Required] Gets the is_certified of this AppVersionSummary. release_date
[Required] Gets the release_date of this AppVersionSummary. supported_app_name
[Required] Gets the supported_app_name of this AppVersionSummary. -
__init__
(**kwargs)¶ Initializes a new AppVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - release_date (str) – The value to assign to the release_date property of this AppVersionSummary.
- end_of_support (str) – The value to assign to the end_of_support property of this AppVersionSummary.
- supported_app_name (str) – The value to assign to the supported_app_name property of this AppVersionSummary.
- is_certified (bool) – The value to assign to the is_certified property of this AppVersionSummary.
-
end_of_support
¶ [Required] Gets the end_of_support of this AppVersionSummary. The Autonomous Container Database version end of support date.
Returns: The end_of_support of this AppVersionSummary. Return type: str
-
is_certified
¶ [Required] Gets the is_certified of this AppVersionSummary. Indicates if the image is certified.
Returns: The is_certified of this AppVersionSummary. Return type: bool
-
release_date
¶ [Required] Gets the release_date of this AppVersionSummary. The Autonomous Container Database version release date.
Returns: The release_date of this AppVersionSummary. Return type: str
-
supported_app_name
¶ [Required] Gets the supported_app_name of this AppVersionSummary. The name of the supported application.
Returns: The supported_app_name of this AppVersionSummary. Return type: str
-