GuestOsSoftwareComponentDiscoveryDetails

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

Bases: oci.fleet_software_update.models.software_component_discovery_details.SoftwareComponentDiscoveryDetails

Discovery filter 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 GuestOsSoftwareComponentDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_6 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_7 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDiscoveryDetails.
SOURCE_MAJOR_VERSION_EXA_OL_8 A constant which can be used with the source_major_version property of a GuestOsSoftwareComponentDiscoveryDetails.
component_type [Required] Gets the component_type of this SoftwareComponentDiscoveryDetails.
criteria [Required] Gets the criteria of this GuestOsSoftwareComponentDiscoveryDetails.
source_major_version [Required] Gets the source_major_version of this GuestOsSoftwareComponentDiscoveryDetails.

Methods

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

__init__(**kwargs)

Initializes a new GuestOsSoftwareComponentDiscoveryDetails 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 GuestOsSoftwareComponentDiscoveryDetails. Allowed values for this property are: “GI”, “GUEST_OS”
  • source_major_version (str) – The value to assign to the source_major_version property of this GuestOsSoftwareComponentDiscoveryDetails. Allowed values for this property are: “EXA_OL_5”, “EXA_OL_6”, “EXA_OL_7”, “EXA_OL_8”
  • criteria (oci.fleet_software_update.models.GuestOsFleetDiscoveryDetails) – The value to assign to the criteria property of this GuestOsSoftwareComponentDiscoveryDetails.
component_type

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

[Required] Gets the criteria of this GuestOsSoftwareComponentDiscoveryDetails.

Returns:The criteria of this GuestOsSoftwareComponentDiscoveryDetails.
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 GuestOsSoftwareComponentDiscoveryDetails. Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in the results for an Exadata Fleet Update Discovery. 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”

Returns:The source_major_version of this GuestOsSoftwareComponentDiscoveryDetails.
Return type:str