GuestOsGoalSoftwareComponentDetails

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

Bases: oci.fleet_software_update.models.goal_software_component_details.GoalSoftwareComponentDetails

Details of goal version for ‘GUEST_OS’ component in an ‘EXADB_STACK’ type Exadata Fleet Update Collection.

Attributes

COMPONENT_TYPE_GI str(object=’’) -> str
COMPONENT_TYPE_GUEST_OS str(object=’’) -> str
component_type [Required] Gets the component_type of this GoalSoftwareComponentDetails.
goal_version_details [Required] Gets the goal_version_details of this GuestOsGoalSoftwareComponentDetails.

Methods

__init__(**kwargs) Initializes a new GuestOsGoalSoftwareComponentDetails 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'
__init__(**kwargs)

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

[Required] Gets the component_type of this GoalSoftwareComponentDetails. 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 GoalSoftwareComponentDetails.
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.

goal_version_details

[Required] Gets the goal_version_details of this GuestOsGoalSoftwareComponentDetails.

Returns:The goal_version_details of this GuestOsGoalSoftwareComponentDetails.
Return type:oci.fleet_software_update.models.GuestOsGoalVersionDetails