PersistedGetPathAnalysisDetails

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

Bases: oci.vn_monitoring.models.get_path_analysis_details.GetPathAnalysisDetails

Defines the configuration for getting a path analysis using the persisted PathAnalyzerTest resource.

Attributes

TYPE_ADHOC_QUERY str(object=’’) -> str
TYPE_PERSISTED_QUERY str(object=’’) -> str
path_analyzer_test_id [Required] Gets the path_analyzer_test_id of this PersistedGetPathAnalysisDetails.
type [Required] Gets the type of this GetPathAnalysisDetails.

Methods

__init__(**kwargs) Initializes a new PersistedGetPathAnalysisDetails 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.
TYPE_ADHOC_QUERY = 'ADHOC_QUERY'
TYPE_PERSISTED_QUERY = 'PERSISTED_QUERY'
__init__(**kwargs)

Initializes a new PersistedGetPathAnalysisDetails object with values from keyword arguments. The default value of the type attribute of this class is PERSISTED_QUERY and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this PersistedGetPathAnalysisDetails. Allowed values for this property are: “PERSISTED_QUERY”, “ADHOC_QUERY”
  • path_analyzer_test_id (str) – The value to assign to the path_analyzer_test_id property of this PersistedGetPathAnalysisDetails.
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.

path_analyzer_test_id

[Required] Gets the path_analyzer_test_id of this PersistedGetPathAnalysisDetails. The OCID of the PathAnalyzerTest resource.

Returns:The path_analyzer_test_id of this PersistedGetPathAnalysisDetails.
Return type:str
type

[Required] Gets the type of this GetPathAnalysisDetails. The type of the PathAnalysis query.

Allowed values for this property are: “PERSISTED_QUERY”, “ADHOC_QUERY”

Returns:The type of this GetPathAnalysisDetails.
Return type:str