ExecutionDetails

class oci.fleet_apps_management.models.ExecutionDetails(**kwargs)

Bases: object

Content Source Details

Attributes

EXECUTION_TYPE_API A constant which can be used with the execution_type property of a ExecutionDetails.
EXECUTION_TYPE_SCRIPT A constant which can be used with the execution_type property of a ExecutionDetails.
execution_type [Required] Gets the execution_type of this ExecutionDetails.

Methods

__init__(**kwargs) Initializes a new ExecutionDetails 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.
EXECUTION_TYPE_API = 'API'

A constant which can be used with the execution_type property of a ExecutionDetails. This constant has a value of “API”

EXECUTION_TYPE_SCRIPT = 'SCRIPT'

A constant which can be used with the execution_type property of a ExecutionDetails. This constant has a value of “SCRIPT”

__init__(**kwargs)

Initializes a new ExecutionDetails 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:execution_type (str) – The value to assign to the execution_type property of this ExecutionDetails. Allowed values for this property are: “SCRIPT”, “API”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
execution_type

[Required] Gets the execution_type of this ExecutionDetails. The action type of the task

Allowed values for this property are: “SCRIPT”, “API”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The execution_type of this ExecutionDetails.
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.