PathAnalysisWorkRequestResult¶
-
class
oci.vn_monitoring.models.
PathAnalysisWorkRequestResult
(**kwargs)¶ Bases:
oci.vn_monitoring.models.work_request_result.WorkRequestResult
Defines the configuration of the path analysis result.
Attributes
RESULT_TYPE_PATH_ANALYSIS
str(object=’’) -> str paths
[Required] Gets the paths of this PathAnalysisWorkRequestResult. result_type
[Required] Gets the result_type of this WorkRequestResult. time_created
[Required] Gets the time_created of this PathAnalysisWorkRequestResult. Methods
__init__
(**kwargs)Initializes a new PathAnalysisWorkRequestResult 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'¶
-
__init__
(**kwargs)¶ Initializes a new PathAnalysisWorkRequestResult object with values from keyword arguments. The default value of the
result_type
attribute of this class isPATH_ANALYSIS
and it should not be changed. 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 PathAnalysisWorkRequestResult. Allowed values for this property are: “PATH_ANALYSIS”
- paths (list[oci.vn_monitoring.models.Path]) – The value to assign to the paths property of this PathAnalysisWorkRequestResult.
- time_created (datetime) – The value to assign to the time_created property of this PathAnalysisWorkRequestResult.
-
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.
-
paths
¶ [Required] Gets the paths of this PathAnalysisWorkRequestResult. List of various paths from source node to destination node for a given PathAnalysisQuery.
Returns: The paths of this PathAnalysisWorkRequestResult. Return type: list[oci.vn_monitoring.models.Path]
-
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
-