GuestOsSoftwareComponentDetails

class oci.fleet_software_update.models.GuestOsSoftwareComponentDetails(**kwargs)

Bases: oci.fleet_software_update.models.software_component_details.SoftwareComponentDetails

Details of ‘GUEST_OS’ component in an 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 GuestOsSoftwareComponentDetails.
SOURCE_MAJOR_VERSION_EXA_OL_6 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDetails.
SOURCE_MAJOR_VERSION_EXA_OL_7 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDetails.
SOURCE_MAJOR_VERSION_EXA_OL_8 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDetails.
component_type [Required] Gets the component_type of this SoftwareComponentDetails.
fleet_discovery [Required] Gets the fleet_discovery of this GuestOsSoftwareComponentDetails.
source_major_version [Required] Gets the source_major_version of this GuestOsSoftwareComponentDetails.

Methods

__init__(**kwargs) Initializes a new GuestOsSoftwareComponentDetails 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 GuestOsSoftwareComponentDetails. 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 GuestOsSoftwareComponentDetails. 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 GuestOsSoftwareComponentDetails. 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 GuestOsSoftwareComponentDetails. This constant has a value of “EXA_OL_8”

__init__(**kwargs)

Initializes a new GuestOsSoftwareComponentDetails object with values from keyword arguments. The default value of the component_type attribute of this class is GUEST_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 GuestOsSoftwareComponentDetails. 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 GuestOsSoftwareComponentDetails. 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’.
  • fleet_discovery (oci.fleet_software_update.models.GuestOsFleetDiscoveryDetails) – The value to assign to the fleet_discovery property of this GuestOsSoftwareComponentDetails.
component_type

[Required] Gets the component_type of this SoftwareComponentDetails. 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 SoftwareComponentDetails.
Return type:str
fleet_discovery

[Required] Gets the fleet_discovery of this GuestOsSoftwareComponentDetails.

Returns:The fleet_discovery of this GuestOsSoftwareComponentDetails.
Return type:oci.fleet_software_update.models.GuestOsFleetDiscoveryDetails
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 GuestOsSoftwareComponentDetails. 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 GuestOsSoftwareComponentDetails.
Return type:str