ManagedInstanceGroupAvailablePackageSummary¶
- 
class 
oci.os_management_hub.models.ManagedInstanceGroupAvailablePackageSummary(**kwargs)¶ Bases:
objectProvides summary information for an available package for a managed instance group.
Attributes
ARCHITECTURE_AARCH64A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. ARCHITECTURE_I386A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. ARCHITECTURE_I686A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. ARCHITECTURE_NOARCHA constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. ARCHITECTURE_SRCA constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. ARCHITECTURE_X86_64A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. architectureGets the architecture of this ManagedInstanceGroupAvailablePackageSummary. display_name[Required] Gets the display_name of this ManagedInstanceGroupAvailablePackageSummary. is_latestGets the is_latest of this ManagedInstanceGroupAvailablePackageSummary. name[Required] Gets the name of this ManagedInstanceGroupAvailablePackageSummary. software_sourcesGets the software_sources of this ManagedInstanceGroupAvailablePackageSummary. type[Required] Gets the type of this ManagedInstanceGroupAvailablePackageSummary. version[Required] Gets the version of this ManagedInstanceGroupAvailablePackageSummary. Methods
__init__(**kwargs)Initializes a new ManagedInstanceGroupAvailablePackageSummary object with values from keyword arguments. - 
ARCHITECTURE_AARCH64= 'AARCH64'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “AARCH64”
- 
ARCHITECTURE_I386= 'I386'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “I386”
- 
ARCHITECTURE_I686= 'I686'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “I686”
- 
ARCHITECTURE_NOARCH= 'NOARCH'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “NOARCH”
- 
ARCHITECTURE_SRC= 'SRC'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “SRC”
- 
ARCHITECTURE_X86_64= 'X86_64'¶ A constant which can be used with the architecture property of a ManagedInstanceGroupAvailablePackageSummary. This constant has a value of “X86_64”
- 
__init__(**kwargs)¶ Initializes a new ManagedInstanceGroupAvailablePackageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this ManagedInstanceGroupAvailablePackageSummary.
 - name (str) – The value to assign to the name property of this ManagedInstanceGroupAvailablePackageSummary.
 - type (str) – The value to assign to the type property of this ManagedInstanceGroupAvailablePackageSummary.
 - version (str) – The value to assign to the version property of this ManagedInstanceGroupAvailablePackageSummary.
 - architecture (str) – The value to assign to the architecture property of this ManagedInstanceGroupAvailablePackageSummary. Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, “I386”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
 - software_sources (list[oci.os_management_hub.models.SoftwareSourceDetails]) – The value to assign to the software_sources property of this ManagedInstanceGroupAvailablePackageSummary.
 - is_latest (bool) – The value to assign to the is_latest property of this ManagedInstanceGroupAvailablePackageSummary.
 
- 
architecture¶ Gets the architecture of this ManagedInstanceGroupAvailablePackageSummary. The architecture for which this package was built.
Allowed values for this property are: “X86_64”, “AARCH64”, “I686”, “NOARCH”, “SRC”, “I386”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The architecture of this ManagedInstanceGroupAvailablePackageSummary. Return type: str 
- 
display_name¶ [Required] Gets the display_name of this ManagedInstanceGroupAvailablePackageSummary. Package name.
Returns: The display_name of this ManagedInstanceGroupAvailablePackageSummary. Return type: str 
- 
is_latest¶ Gets the is_latest of this ManagedInstanceGroupAvailablePackageSummary. Indicates whether this is the latest package version.
Returns: The is_latest of this ManagedInstanceGroupAvailablePackageSummary. Return type: bool 
- 
name¶ [Required] Gets the name of this ManagedInstanceGroupAvailablePackageSummary. Unique identifier for the package. Note that this is not an OCID.
Returns: The name of this ManagedInstanceGroupAvailablePackageSummary. Return type: str 
- 
software_sources¶ Gets the software_sources of this ManagedInstanceGroupAvailablePackageSummary. List of software sources that provide the software package.
Returns: The software_sources of this ManagedInstanceGroupAvailablePackageSummary. Return type: list[oci.os_management_hub.models.SoftwareSourceDetails] 
- 
type¶ [Required] Gets the type of this ManagedInstanceGroupAvailablePackageSummary. Type of the package.
Returns: The type of this ManagedInstanceGroupAvailablePackageSummary. Return type: str 
- 
version¶ [Required] Gets the version of this ManagedInstanceGroupAvailablePackageSummary. Version of the available package.
Returns: The version of this ManagedInstanceGroupAvailablePackageSummary. Return type: str 
-