QueryResultsTopologyInfo

class oci.apm_traces.models.QueryResultsTopologyInfo(**kwargs)

Bases: object

The structure that provides the metadata of a topology query.

Methods

__init__(**kwargs) Initializes a new QueryResultsTopologyInfo object with values from keyword arguments.

Attributes

nodes Gets the nodes of this QueryResultsTopologyInfo.
__init__(**kwargs)

Initializes a new QueryResultsTopologyInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:nodes (list[oci.apm_traces.models.QueryResultsTopologyNodeInfo]) – The value to assign to the nodes property of this QueryResultsTopologyInfo.
nodes

Gets the nodes of this QueryResultsTopologyInfo. The information about the attributes of the topology nodes.

Returns:The nodes of this QueryResultsTopologyInfo.
Return type:list[oci.apm_traces.models.QueryResultsTopologyNodeInfo]