ManagedInstanceGroupInstalledPackageSummary¶
-
class
oci.os_management_hub.models.
ManagedInstanceGroupInstalledPackageSummary
(**kwargs)¶ Bases:
object
Provides summary information for a package installed on a managed instance group.
Methods
__init__
(**kwargs)Initializes a new ManagedInstanceGroupInstalledPackageSummary object with values from keyword arguments. Attributes
architecture
[Required] Gets the architecture of this ManagedInstanceGroupInstalledPackageSummary. name
[Required] Gets the name of this ManagedInstanceGroupInstalledPackageSummary. -
__init__
(**kwargs)¶ Initializes a new ManagedInstanceGroupInstalledPackageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ManagedInstanceGroupInstalledPackageSummary.
- architecture (str) – The value to assign to the architecture property of this ManagedInstanceGroupInstalledPackageSummary.
-
architecture
¶ [Required] Gets the architecture of this ManagedInstanceGroupInstalledPackageSummary. The architecture of the package that is installed on the managed instance group.
Returns: The architecture of this ManagedInstanceGroupInstalledPackageSummary. Return type: str
-
name
¶ [Required] Gets the name of this ManagedInstanceGroupInstalledPackageSummary. The name of the package that is installed on the managed instance group.
Returns: The name of this ManagedInstanceGroupInstalledPackageSummary. Return type: str
-