CreateGiSoftwareComponentDetails¶
-
class
oci.fleet_software_update.models.
CreateGiSoftwareComponentDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.create_software_component_details.CreateSoftwareComponentDetails
Details to create ‘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 CreateGiSoftwareComponentDetails. SOURCE_MAJOR_VERSION_GI_19
A constant which can be used with the source_major_version property of a CreateGiSoftwareComponentDetails. SOURCE_MAJOR_VERSION_GI_23
A constant which can be used with the source_major_version property of a CreateGiSoftwareComponentDetails. component_type
[Required] Gets the component_type of this CreateSoftwareComponentDetails. fleet_discovery
Gets the fleet_discovery of this CreateGiSoftwareComponentDetails. source_major_version
[Required] Gets the source_major_version of this CreateGiSoftwareComponentDetails. Methods
__init__
(**kwargs)Initializes a new CreateGiSoftwareComponentDetails 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 CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails. This constant has a value of “GI_23”
-
__init__
(**kwargs)¶ Initializes a new CreateGiSoftwareComponentDetails 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 CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails.
-
component_type
¶ [Required] Gets the component_type of this CreateSoftwareComponentDetails. Type of component in an Exadata software stack.
Allowed values for this property are: “GI”, “GUEST_OS”
Returns: The component_type of this CreateSoftwareComponentDetails. Return type: str
-
fleet_discovery
¶ Gets the fleet_discovery of this CreateGiSoftwareComponentDetails.
Returns: The fleet_discovery of this CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails. 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 CreateGiSoftwareComponentDetails. Return type: str
-