AvailableSoftwareSourceSummary¶
-
class
oci.os_management_hub.models.
AvailableSoftwareSourceSummary
(**kwargs)¶ Bases:
object
Provides summary information about an available software source. An available software source can be added to a managed instance. After a software source is added, packages from that software source can be installed on that managed instance.
Methods
__init__
(**kwargs)Initializes a new AvailableSoftwareSourceSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this AvailableSoftwareSourceSummary. display_name
[Required] Gets the display_name of this AvailableSoftwareSourceSummary. id
[Required] Gets the id of this AvailableSoftwareSourceSummary. -
__init__
(**kwargs)¶ Initializes a new AvailableSoftwareSourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AvailableSoftwareSourceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AvailableSoftwareSourceSummary.
- display_name (str) – The value to assign to the display_name property of this AvailableSoftwareSourceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this AvailableSoftwareSourceSummary. The OCID of the compartment that contains the software source.
Returns: The compartment_id of this AvailableSoftwareSourceSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this AvailableSoftwareSourceSummary. User-friendly name for the software source.
Returns: The display_name of this AvailableSoftwareSourceSummary. Return type: str
-