QueryResultsTopologyNodeInfo¶
-
class
oci.apm_traces.models.
QueryResultsTopologyNodeInfo
(**kwargs)¶ Bases:
object
The information about a node attribute.
Methods
__init__
(**kwargs)Initializes a new QueryResultsTopologyNodeInfo object with values from keyword arguments. Attributes
node_name
Gets the node_name of this QueryResultsTopologyNodeInfo. -
__init__
(**kwargs)¶ Initializes a new QueryResultsTopologyNodeInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: node_name (str) – The value to assign to the node_name property of this QueryResultsTopologyNodeInfo.
-
node_name
¶ Gets the node_name of this QueryResultsTopologyNodeInfo. The name of the node attribute.
Returns: The node_name of this QueryResultsTopologyNodeInfo. Return type: str
-