GiSoftwareComponentDetails¶
-
class
oci.fleet_software_update.models.
GiSoftwareComponentDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.software_component_details.SoftwareComponentDetails
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 GiSoftwareComponentDetails. SOURCE_MAJOR_VERSION_GI_19
A constant which can be used with the source_major_version property of a GiSoftwareComponentDetails. SOURCE_MAJOR_VERSION_GI_23
A constant which can be used with the source_major_version property of a GiSoftwareComponentDetails. component_type
[Required] Gets the component_type of this SoftwareComponentDetails. fleet_discovery
[Required] Gets the fleet_discovery of this GiSoftwareComponentDetails. source_major_version
[Required] Gets the source_major_version of this GiSoftwareComponentDetails. Methods
__init__
(**kwargs)Initializes a new GiSoftwareComponentDetails 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 GiSoftwareComponentDetails. 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 GiSoftwareComponentDetails. 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 GiSoftwareComponentDetails. This constant has a value of “GI_23”
-
__init__
(**kwargs)¶ Initializes a new GiSoftwareComponentDetails 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 GiSoftwareComponentDetails. 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 GiSoftwareComponentDetails. Allowed values for this property are: “GI_18”, “GI_19”, “GI_23”
- fleet_discovery (oci.fleet_software_update.models.GiFleetDiscoveryDetails) – The value to assign to the fleet_discovery property of this GiSoftwareComponentDetails.
-
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 GiSoftwareComponentDetails.
Returns: The fleet_discovery of this GiSoftwareComponentDetails. 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 GiSoftwareComponentDetails. 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 GiSoftwareComponentDetails. Return type: str
-