CreateGuestOsSoftwareComponentDetails¶
-
class
oci.fleet_software_update.models.
CreateGuestOsSoftwareComponentDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.create_software_component_details.CreateSoftwareComponentDetails
Details to create ‘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 CreateGuestOsSoftwareComponentDetails. SOURCE_MAJOR_VERSION_EXA_OL_6
A constant which can be used with the source_major_version property of a CreateGuestOsSoftwareComponentDetails. SOURCE_MAJOR_VERSION_EXA_OL_7
A constant which can be used with the source_major_version property of a CreateGuestOsSoftwareComponentDetails. SOURCE_MAJOR_VERSION_EXA_OL_8
A constant which can be used with the source_major_version property of a CreateGuestOsSoftwareComponentDetails. component_type
[Required] Gets the component_type of this CreateSoftwareComponentDetails. fleet_discovery
Gets the fleet_discovery of this CreateGuestOsSoftwareComponentDetails. source_major_version
[Required] Gets the source_major_version of this CreateGuestOsSoftwareComponentDetails. Methods
__init__
(**kwargs)Initializes a new CreateGuestOsSoftwareComponentDetails 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 CreateGuestOsSoftwareComponentDetails. 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 CreateGuestOsSoftwareComponentDetails. 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 CreateGuestOsSoftwareComponentDetails. 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 CreateGuestOsSoftwareComponentDetails. This constant has a value of “EXA_OL_8”
-
__init__
(**kwargs)¶ Initializes a new CreateGuestOsSoftwareComponentDetails object with values from keyword arguments. The default value of the
component_type
attribute of this class isGUEST_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 CreateGuestOsSoftwareComponentDetails. 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 CreateGuestOsSoftwareComponentDetails. Allowed values for this property are: “EXA_OL_5”, “EXA_OL_6”, “EXA_OL_7”, “EXA_OL_8”
- fleet_discovery (oci.fleet_software_update.models.GuestOsFleetDiscoveryDetails) – The value to assign to the fleet_discovery property of this CreateGuestOsSoftwareComponentDetails.
-
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 CreateGuestOsSoftwareComponentDetails.
Returns: The fleet_discovery of this CreateGuestOsSoftwareComponentDetails. 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 CreateGuestOsSoftwareComponentDetails. Major version of Exadata Image (Guest OS) release for Exadata VM Cluster targets to be included in an Exadata Fleet Update Collection. 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 CreateGuestOsSoftwareComponentDetails. Return type: str
-