PackageGroupSummary¶
-
class
oci.os_management_hub.models.
PackageGroupSummary
(**kwargs)¶ Bases:
object
The yum or DNF package group that is associated with a software source.
Methods
__init__
(**kwargs)Initializes a new PackageGroupSummary object with values from keyword arguments. Attributes
description
Gets the description of this PackageGroupSummary. display_order
Gets the display_order of this PackageGroupSummary. group_type
Gets the group_type of this PackageGroupSummary. id
[Required] Gets the id of this PackageGroupSummary. is_default
Gets the is_default of this PackageGroupSummary. is_user_visible
Gets the is_user_visible of this PackageGroupSummary. name
[Required] Gets the name of this PackageGroupSummary. repositories
Gets the repositories of this PackageGroupSummary. -
__init__
(**kwargs)¶ Initializes a new PackageGroupSummary 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 PackageGroupSummary.
- name (str) – The value to assign to the name property of this PackageGroupSummary.
- description (str) – The value to assign to the description property of this PackageGroupSummary.
- is_user_visible (bool) – The value to assign to the is_user_visible property of this PackageGroupSummary.
- is_default (bool) – The value to assign to the is_default property of this PackageGroupSummary.
- repositories (list[str]) – The value to assign to the repositories property of this PackageGroupSummary.
- group_type (str) – The value to assign to the group_type property of this PackageGroupSummary.
- display_order (int) – The value to assign to the display_order property of this PackageGroupSummary.
-
description
¶ Gets the description of this PackageGroupSummary. Description of the package group.
Returns: The description of this PackageGroupSummary. Return type: str
-
display_order
¶ Gets the display_order of this PackageGroupSummary. Indicates the order to display category or environment.
Returns: The display_order of this PackageGroupSummary. Return type: int
-
group_type
¶ Gets the group_type of this PackageGroupSummary. Indicates if this is a group, category or environment.
Returns: The group_type of this PackageGroupSummary. Return type: str
-
id
¶ [Required] Gets the id of this PackageGroupSummary. Package group identifier.
Returns: The id of this PackageGroupSummary. Return type: str
-
is_default
¶ Gets the is_default of this PackageGroupSummary. Indicates if this package group is the default.
Returns: The is_default of this PackageGroupSummary. Return type: bool
-
is_user_visible
¶ Gets the is_user_visible of this PackageGroupSummary. Indicates if this package group is visible to users.
Returns: The is_user_visible of this PackageGroupSummary. Return type: bool
-
name
¶ [Required] Gets the name of this PackageGroupSummary. Package group name.
Returns: The name of this PackageGroupSummary. Return type: str
-
repositories
¶ Gets the repositories of this PackageGroupSummary. The repository IDs of the package group.
Returns: The repositories of this PackageGroupSummary. Return type: list[str]
-