UpgradeAction¶
-
class
oci.fusion_apps.models.
UpgradeAction
(**kwargs)¶ Bases:
oci.fusion_apps.models.action.Action
Quarterly upgrade details.
Attributes
ACTION_TYPE_PATCH
str(object=’’) -> str ACTION_TYPE_QUARTERLY_UPGRADE
str(object=’’) -> str ACTION_TYPE_VERTEX
str(object=’’) -> str STATE_ACCEPTED
str(object=’’) -> str STATE_CANCELED
str(object=’’) -> str STATE_FAILED
str(object=’’) -> str STATE_IN_PROGRESS
str(object=’’) -> str STATE_SUCCEEDED
str(object=’’) -> str action_type
[Required] Gets the action_type of this Action. description
[Required] Gets the description of this Action. qualifier
Gets the qualifier of this UpgradeAction. reference_key
Gets the reference_key of this Action. state
Gets the state of this Action. version
Gets the version of this UpgradeAction. Methods
__init__
(**kwargs)Initializes a new UpgradeAction 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. -
ACTION_TYPE_PATCH
= 'PATCH'¶
-
ACTION_TYPE_QUARTERLY_UPGRADE
= 'QUARTERLY_UPGRADE'¶
-
ACTION_TYPE_VERTEX
= 'VERTEX'¶
-
STATE_ACCEPTED
= 'ACCEPTED'¶
-
STATE_CANCELED
= 'CANCELED'¶
-
STATE_FAILED
= 'FAILED'¶
-
STATE_IN_PROGRESS
= 'IN_PROGRESS'¶
-
STATE_SUCCEEDED
= 'SUCCEEDED'¶
-
__init__
(**kwargs)¶ Initializes a new UpgradeAction object with values from keyword arguments. The default value of the
action_type
attribute of this class isQUARTERLY_UPGRADE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - reference_key (str) – The value to assign to the reference_key property of this UpgradeAction.
- action_type (str) – The value to assign to the action_type property of this UpgradeAction. Allowed values for this property are: “QUARTERLY_UPGRADE”, “PATCH”, “VERTEX”
- state (str) – The value to assign to the state property of this UpgradeAction. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELED”
- description (str) – The value to assign to the description property of this UpgradeAction.
- version (str) – The value to assign to the version property of this UpgradeAction.
- qualifier (str) – The value to assign to the qualifier property of this UpgradeAction.
-
action_type
¶ [Required] Gets the action_type of this Action. Type of action
Allowed values for this property are: “QUARTERLY_UPGRADE”, “PATCH”, “VERTEX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action_type of this Action. Return type: str
-
description
¶ [Required] Gets the description of this Action. A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.
Returns: The description of this Action. 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.
-
qualifier
¶ Gets the qualifier of this UpgradeAction. month qualifier
Returns: The qualifier of this UpgradeAction. Return type: str
-
reference_key
¶ Gets the reference_key of this Action. Unique identifier of the object that represents the action
Returns: The reference_key of this Action. Return type: str
-
state
¶ Gets the state of this Action. A string that describes whether the change is applied hot or cold
Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The state of this Action. Return type: str
-
version
¶ Gets the version of this UpgradeAction. name of the repo
Returns: The version of this UpgradeAction. Return type: str
-