Action

class oci.fusion_apps.models.Action(**kwargs)

Bases: object

Action details

Attributes

ACTION_TYPE_PATCH A constant which can be used with the action_type property of a Action.
ACTION_TYPE_QUARTERLY_UPGRADE A constant which can be used with the action_type property of a Action.
ACTION_TYPE_VERTEX A constant which can be used with the action_type property of a Action.
STATE_ACCEPTED A constant which can be used with the state property of a Action.
STATE_CANCELED A constant which can be used with the state property of a Action.
STATE_FAILED A constant which can be used with the state property of a Action.
STATE_IN_PROGRESS A constant which can be used with the state property of a Action.
STATE_SUCCEEDED A constant which can be used with the state property of a Action.
action_type [Required] Gets the action_type of this Action.
description [Required] Gets the description of this Action.
reference_key Gets the reference_key of this Action.
state Gets the state of this Action.

Methods

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

A constant which can be used with the action_type property of a Action. This constant has a value of “PATCH”

ACTION_TYPE_QUARTERLY_UPGRADE = 'QUARTERLY_UPGRADE'

A constant which can be used with the action_type property of a Action. This constant has a value of “QUARTERLY_UPGRADE”

ACTION_TYPE_VERTEX = 'VERTEX'

A constant which can be used with the action_type property of a Action. This constant has a value of “VERTEX”

STATE_ACCEPTED = 'ACCEPTED'

A constant which can be used with the state property of a Action. This constant has a value of “ACCEPTED”

STATE_CANCELED = 'CANCELED'

A constant which can be used with the state property of a Action. This constant has a value of “CANCELED”

STATE_FAILED = 'FAILED'

A constant which can be used with the state property of a Action. This constant has a value of “FAILED”

STATE_IN_PROGRESS = 'IN_PROGRESS'

A constant which can be used with the state property of a Action. This constant has a value of “IN_PROGRESS”

STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the state property of a Action. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

Initializes a new Action 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:
  • reference_key (str) – The value to assign to the reference_key property of this Action.
  • action_type (str) – The value to assign to the action_type property of this 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’.
  • state (str) – The value to assign to the state property of this Action. 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’.
  • description (str) – The value to assign to the description property of this Action.
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.

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