SoftwarePackageSummary¶
-
class
oci.os_management.models.
SoftwarePackageSummary
(**kwargs)¶ Bases:
object
Summary information for a software package
Methods
__init__
(**kwargs)Initializes a new SoftwarePackageSummary object with values from keyword arguments. Attributes
architecture
Gets the architecture of this SoftwarePackageSummary. checksum
Gets the checksum of this SoftwarePackageSummary. checksum_type
Gets the checksum_type of this SoftwarePackageSummary. display_name
[Required] Gets the display_name of this SoftwarePackageSummary. name
[Required] Gets the name of this SoftwarePackageSummary. type
[Required] Gets the type of this SoftwarePackageSummary. version
[Required] Gets the version of this SoftwarePackageSummary. -
__init__
(**kwargs)¶ Initializes a new SoftwarePackageSummary 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 SoftwarePackageSummary.
- name (str) – The value to assign to the name property of this SoftwarePackageSummary.
- type (str) – The value to assign to the type property of this SoftwarePackageSummary.
- version (str) – The value to assign to the version property of this SoftwarePackageSummary.
- architecture (str) – The value to assign to the architecture property of this SoftwarePackageSummary.
- checksum (str) – The value to assign to the checksum property of this SoftwarePackageSummary.
- checksum_type (str) – The value to assign to the checksum_type property of this SoftwarePackageSummary.
-
architecture
¶ Gets the architecture of this SoftwarePackageSummary. the architecture for which this software was built
Returns: The architecture of this SoftwarePackageSummary. Return type: str
-
checksum
¶ Gets the checksum of this SoftwarePackageSummary. checksum of the package
Returns: The checksum of this SoftwarePackageSummary. Return type: str
-
checksum_type
¶ Gets the checksum_type of this SoftwarePackageSummary. type of the checksum
Returns: The checksum_type of this SoftwarePackageSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this SoftwarePackageSummary. Package name
Returns: The display_name of this SoftwarePackageSummary. Return type: str
-
name
¶ [Required] Gets the name of this SoftwarePackageSummary. Unique identifier for the package. NOTE - This is not an OCID
Returns: The name of this SoftwarePackageSummary. Return type: str
-
type
¶ [Required] Gets the type of this SoftwarePackageSummary. Type of the package
Returns: The type of this SoftwarePackageSummary. Return type: str
-
version
¶ [Required] Gets the version of this SoftwarePackageSummary. Version of the package
Returns: The version of this SoftwarePackageSummary. Return type: str
-