GuestOsSoftwareComponentSummary¶
-
class
oci.fleet_software_update.models.
GuestOsSoftwareComponentSummary
(**kwargs)¶ Bases:
oci.fleet_software_update.models.software_component_summary.SoftwareComponentSummary
Summary of ‘GUEST_OS’ component in Exadata software stack.
Attributes
COMPONENT_TYPE_GI
str(object=’’) -> str COMPONENT_TYPE_GUEST_OS
str(object=’’) -> str SOURCE_MAJOR_VERSION_EXA_OL_5
A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. SOURCE_MAJOR_VERSION_EXA_OL_6
A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. SOURCE_MAJOR_VERSION_EXA_OL_7
A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. SOURCE_MAJOR_VERSION_EXA_OL_8
A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. component_type
[Required] Gets the component_type of this SoftwareComponentSummary. source_major_version
[Required] Gets the source_major_version of this GuestOsSoftwareComponentSummary. Methods
__init__
(**kwargs)Initializes a new GuestOsSoftwareComponentSummary object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
COMPONENT_TYPE_GI
= 'GI'¶
-
COMPONENT_TYPE_GUEST_OS
= 'GUEST_OS'¶
-
SOURCE_MAJOR_VERSION_EXA_OL_5
= 'EXA_OL_5'¶ A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. This constant has a value of “EXA_OL_5”
-
SOURCE_MAJOR_VERSION_EXA_OL_6
= 'EXA_OL_6'¶ A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. This constant has a value of “EXA_OL_6”
-
SOURCE_MAJOR_VERSION_EXA_OL_7
= 'EXA_OL_7'¶ A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. This constant has a value of “EXA_OL_7”
-
SOURCE_MAJOR_VERSION_EXA_OL_8
= 'EXA_OL_8'¶ A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentSummary. This constant has a value of “EXA_OL_8”
-
__init__
(**kwargs)¶ Initializes a new GuestOsSoftwareComponentSummary object with values from keyword arguments. The default value of the
component_type
attribute of this class isGUEST_OS
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - component_type (str) – The value to assign to the component_type property of this GuestOsSoftwareComponentSummary. Allowed values for this property are: “GI”, “GUEST_OS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- source_major_version (str) – The value to assign to the source_major_version property of this GuestOsSoftwareComponentSummary. Allowed values for this property are: “EXA_OL_5”, “EXA_OL_6”, “EXA_OL_7”, “EXA_OL_8”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
component_type
¶ [Required] Gets the component_type of this SoftwareComponentSummary. Type of component in an Exadata software stack.
Allowed values for this property are: “GI”, “GUEST_OS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The component_type of this SoftwareComponentSummary. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
source_major_version
¶ [Required] Gets the source_major_version of this GuestOsSoftwareComponentSummary. Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection. Major Versions of Exadata Software are demarcated by the underlying Oracle Linux OS version. For more details, refer to Oracle document 2075007.1
Allowed values for this property are: “EXA_OL_5”, “EXA_OL_6”, “EXA_OL_7”, “EXA_OL_8”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_major_version of this GuestOsSoftwareComponentSummary. Return type: str
-