GoalSoftwareComponentDetails

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

Bases: object

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

Attributes

COMPONENT_TYPE_GI A constant which can be used with the component_type property of a GoalSoftwareComponentDetails.
COMPONENT_TYPE_GUEST_OS A constant which can be used with the component_type property of a GoalSoftwareComponentDetails.
component_type [Required] Gets the component_type of this GoalSoftwareComponentDetails.

Methods

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

A constant which can be used with the component_type property of a GoalSoftwareComponentDetails. This constant has a value of “GI”

COMPONENT_TYPE_GUEST_OS = 'GUEST_OS'

A constant which can be used with the component_type property of a GoalSoftwareComponentDetails. This constant has a value of “GUEST_OS”

__init__(**kwargs)

Initializes a new GoalSoftwareComponentDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 GoalSoftwareComponentDetails. 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’.
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.