InstallablePackageSummary¶
-
class
oci.os_management.models.
InstallablePackageSummary
(**kwargs)¶ Bases:
object
A software package available for install on a managed instance
Methods
__init__
(**kwargs)Initializes a new InstallablePackageSummary object with values from keyword arguments. Attributes
architecture
Gets the architecture of this InstallablePackageSummary. display_name
[Required] Gets the display_name of this InstallablePackageSummary. name
[Required] Gets the name of this InstallablePackageSummary. software_sources
Gets the software_sources of this InstallablePackageSummary. type
[Required] Gets the type of this InstallablePackageSummary. version
[Required] Gets the version of this InstallablePackageSummary. -
__init__
(**kwargs)¶ Initializes a new InstallablePackageSummary 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 InstallablePackageSummary.
- name (str) – The value to assign to the name property of this InstallablePackageSummary.
- type (str) – The value to assign to the type property of this InstallablePackageSummary.
- version (str) – The value to assign to the version property of this InstallablePackageSummary.
- architecture (str) – The value to assign to the architecture property of this InstallablePackageSummary.
- software_sources (list[oci.os_management.models.SoftwareSourceId]) – The value to assign to the software_sources property of this InstallablePackageSummary.
-
architecture
¶ Gets the architecture of this InstallablePackageSummary. The architecture for which this package was built
Returns: The architecture of this InstallablePackageSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this InstallablePackageSummary. Package name
Returns: The display_name of this InstallablePackageSummary. Return type: str
-
name
¶ [Required] Gets the name of this InstallablePackageSummary. Unique identifier for the package. NOTE - This is not an OCID
Returns: The name of this InstallablePackageSummary. Return type: str
-
software_sources
¶ Gets the software_sources of this InstallablePackageSummary. list of software sources that provide the software package
Returns: The software_sources of this InstallablePackageSummary. Return type: list[oci.os_management.models.SoftwareSourceId]
-
type
¶ [Required] Gets the type of this InstallablePackageSummary. Type of the package
Returns: The type of this InstallablePackageSummary. Return type: str
-
version
¶ [Required] Gets the version of this InstallablePackageSummary. Version of the package
Returns: The version of this InstallablePackageSummary. Return type: str
-