GiSoftwareComponentSummary¶
-
class
oci.fleet_software_update.models.
GiSoftwareComponentSummary
(**kwargs)¶ Bases:
oci.fleet_software_update.models.software_component_summary.SoftwareComponentSummary
Summary 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 GiSoftwareComponentSummary. SOURCE_MAJOR_VERSION_GI_19
A constant which can be used with the source_major_version property of a GiSoftwareComponentSummary. SOURCE_MAJOR_VERSION_GI_23
A constant which can be used with the source_major_version property of a GiSoftwareComponentSummary. component_type
[Required] Gets the component_type of this SoftwareComponentSummary. source_major_version
[Required] Gets the source_major_version of this GiSoftwareComponentSummary. Methods
__init__
(**kwargs)Initializes a new GiSoftwareComponentSummary 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 GiSoftwareComponentSummary. 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 GiSoftwareComponentSummary. 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 GiSoftwareComponentSummary. This constant has a value of “GI_23”
-
__init__
(**kwargs)¶ Initializes a new GiSoftwareComponentSummary object with values from keyword arguments. The default value of the
component_type
attribute of this class isGI
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 GiSoftwareComponentSummary. 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 GiSoftwareComponentSummary. Allowed values for this property are: “GI_18”, “GI_19”, “GI_23”
-
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 GiSoftwareComponentSummary. Grid Infrastructure Major Version of targets to be included in the Exadata Fleet Update Collection. Only GI targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
Allowed values for this property are: “GI_18”, “GI_19”, “GI_23”
Returns: The source_major_version of this GiSoftwareComponentSummary. Return type: str
-