AvailableSoftwareSourceSummary¶
-
class
oci.os_management.models.
AvailableSoftwareSourceSummary
(**kwargs)¶ Bases:
object
A software source which can be added to a managed instance. Once 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. parent_id
Gets the parent_id of this AvailableSoftwareSourceSummary. parent_name
Gets the parent_name 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.
- parent_id (str) – The value to assign to the parent_id property of this AvailableSoftwareSourceSummary.
- parent_name (str) – The value to assign to the parent_name property of this AvailableSoftwareSourceSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this AvailableSoftwareSourceSummary. OCID for the Compartment
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
-
id
¶ [Required] Gets the id of this AvailableSoftwareSourceSummary. unique identifier that is immutable on creation
Returns: The id of this AvailableSoftwareSourceSummary. Return type: str
-
parent_id
¶ Gets the parent_id of this AvailableSoftwareSourceSummary. OCID for the parent software source, if there is one
Returns: The parent_id of this AvailableSoftwareSourceSummary. Return type: str
-
parent_name
¶ Gets the parent_name of this AvailableSoftwareSourceSummary. Display name of the parent software source, if there is one
Returns: The parent_name of this AvailableSoftwareSourceSummary. Return type: str
-