SoftwarePackageDependency

class oci.os_management.models.SoftwarePackageDependency(**kwargs)

Bases: object

A dependency for a software package

Methods

__init__(**kwargs) Initializes a new SoftwarePackageDependency object with values from keyword arguments.

Attributes

dependency Gets the dependency of this SoftwarePackageDependency.
dependency_modifier Gets the dependency_modifier of this SoftwarePackageDependency.
dependency_type Gets the dependency_type of this SoftwarePackageDependency.
__init__(**kwargs)

Initializes a new SoftwarePackageDependency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • dependency (str) – The value to assign to the dependency property of this SoftwarePackageDependency.
  • dependency_type (str) – The value to assign to the dependency_type property of this SoftwarePackageDependency.
  • dependency_modifier (str) – The value to assign to the dependency_modifier property of this SoftwarePackageDependency.
dependency

Gets the dependency of this SoftwarePackageDependency. the software package’s dependency

Returns:The dependency of this SoftwarePackageDependency.
Return type:str
dependency_modifier

Gets the dependency_modifier of this SoftwarePackageDependency. the modifier for the dependency

Returns:The dependency_modifier of this SoftwarePackageDependency.
Return type:str
dependency_type

Gets the dependency_type of this SoftwarePackageDependency. the type of the dependency

Returns:The dependency_type of this SoftwarePackageDependency.
Return type:str