WorkRequestResult

class oci.vn_monitoring.models.WorkRequestResult(**kwargs)

Bases: object

Ephemeral data resulting from an asynchronous operation.

Attributes

RESULT_TYPE_PATH_ANALYSIS A constant which can be used with the result_type property of a WorkRequestResult.
result_type [Required] Gets the result_type of this WorkRequestResult.

Methods

__init__(**kwargs) Initializes a new WorkRequestResult 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.
RESULT_TYPE_PATH_ANALYSIS = 'PATH_ANALYSIS'

A constant which can be used with the result_type property of a WorkRequestResult. This constant has a value of “PATH_ANALYSIS”

__init__(**kwargs)

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

result_type

[Required] Gets the result_type of this WorkRequestResult. Type of WorkRequestResult.

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

Returns:The result_type of this WorkRequestResult.
Return type:str