InstalledPackageSummary¶
-
class
oci.os_management.models.
InstalledPackageSummary
(**kwargs)¶ Bases:
object
A software package installed on a managed instance
Methods
__init__
(**kwargs)Initializes a new InstalledPackageSummary object with values from keyword arguments. Attributes
architecture
Gets the architecture of this InstalledPackageSummary. display_name
[Required] Gets the display_name of this InstalledPackageSummary. install_time
Gets the install_time of this InstalledPackageSummary. issued
Gets the issued of this InstalledPackageSummary. name
[Required] Gets the name of this InstalledPackageSummary. software_sources
Gets the software_sources of this InstalledPackageSummary. type
[Required] Gets the type of this InstalledPackageSummary. version
[Required] Gets the version of this InstalledPackageSummary. -
__init__
(**kwargs)¶ Initializes a new InstalledPackageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this InstalledPackageSummary.
- name (str) – The value to assign to the name property of this InstalledPackageSummary.
- type (str) – The value to assign to the type property of this InstalledPackageSummary.
- version (str) – The value to assign to the version property of this InstalledPackageSummary.
- architecture (str) – The value to assign to the architecture property of this InstalledPackageSummary.
- install_time (str) – The value to assign to the install_time property of this InstalledPackageSummary.
- issued (str) – The value to assign to the issued property of this InstalledPackageSummary.
- software_sources (list[oci.os_management.models.SoftwareSourceId]) – The value to assign to the software_sources property of this InstalledPackageSummary.
-
architecture
¶ Gets the architecture of this InstalledPackageSummary. The architecture for which this package was built
Returns: The architecture of this InstalledPackageSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this InstalledPackageSummary. Package name
Returns: The display_name of this InstalledPackageSummary. Return type: str
-
install_time
¶ Gets the install_time of this InstalledPackageSummary. Install time of the package
Returns: The install_time of this InstalledPackageSummary. Return type: str
-
issued
¶ Gets the issued of this InstalledPackageSummary. date the package was issued by a providing erratum (if available)
Returns: The issued of this InstalledPackageSummary. Return type: str
-
name
¶ [Required] Gets the name of this InstalledPackageSummary. Unique identifier for the package. NOTE - This is not an OCID
Returns: The name of this InstalledPackageSummary. Return type: str
-
software_sources
¶ Gets the software_sources of this InstalledPackageSummary. list of software sources that provide the software package
Returns: The software_sources of this InstalledPackageSummary. Return type: list[oci.os_management.models.SoftwareSourceId]
-
type
¶ [Required] Gets the type of this InstalledPackageSummary. Type of the package
Returns: The type of this InstalledPackageSummary. Return type: str
-
version
¶ [Required] Gets the version of this InstalledPackageSummary. Version of the installed package
Returns: The version of this InstalledPackageSummary. Return type: str
-