GiSoftwareComponentDiscoveryDetails

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

Bases: oci.fleet_software_update.models.software_component_discovery_details.SoftwareComponentDiscoveryDetails

Discovery filter details of ‘GI’ component in an Exadata software stack.

Attributes

COMPONENT_TYPE_GI str(object=’’) -> str
COMPONENT_TYPE_GUEST_OS str(object=’’) -> str
SOURCE_MAJOR_VERSION_GI_18 A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails.
SOURCE_MAJOR_VERSION_GI_19 A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails.
SOURCE_MAJOR_VERSION_GI_23 A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails.
component_type [Required] Gets the component_type of this SoftwareComponentDiscoveryDetails.
criteria [Required] Gets the criteria of this GiSoftwareComponentDiscoveryDetails.
source_major_version [Required] Gets the source_major_version of this GiSoftwareComponentDiscoveryDetails.

Methods

__init__(**kwargs) Initializes a new GiSoftwareComponentDiscoveryDetails 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_GI_18 = 'GI_18'

A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails. This constant has a value of “GI_18”

SOURCE_MAJOR_VERSION_GI_19 = 'GI_19'

A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails. This constant has a value of “GI_19”

SOURCE_MAJOR_VERSION_GI_23 = 'GI_23'

A constant which can be used with the source_major_version property of a GiSoftwareComponentDiscoveryDetails. This constant has a value of “GI_23”

__init__(**kwargs)

Initializes a new GiSoftwareComponentDiscoveryDetails object with values from keyword arguments. The default value of the component_type attribute of this class is GI 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 GiSoftwareComponentDiscoveryDetails. 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 GiSoftwareComponentDiscoveryDetails. Allowed values for this property are: “GI_18”, “GI_19”, “GI_23”
  • criteria (oci.fleet_software_update.models.GiFleetDiscoveryDetails) – The value to assign to the criteria property of this GiSoftwareComponentDiscoveryDetails.
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 GiSoftwareComponentDiscoveryDetails.

Returns:The criteria of this GiSoftwareComponentDiscoveryDetails.
Return type:oci.fleet_software_update.models.GiFleetDiscoveryDetails
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 GiSoftwareComponentDiscoveryDetails. Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Discovery results. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Discovery results.

Allowed values for this property are: “GI_18”, “GI_19”, “GI_23”

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