VantagePointExecution¶
-
class
oci.apm_synthetics.models.VantagePointExecution(**kwargs)¶ Bases:
objectDetails of a vantage point execution.
Methods
__init__(**kwargs)Initializes a new VantagePointExecution object with values from keyword arguments. Attributes
executionsGets the executions of this VantagePointExecution. nameGets the name of this VantagePointExecution. -
__init__(**kwargs)¶ Initializes a new VantagePointExecution object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this VantagePointExecution.
- executions (list[int]) – The value to assign to the executions property of this VantagePointExecution.
-
executions¶ Gets the executions of this VantagePointExecution. List of execution times in milliseconds.
Returns: The executions of this VantagePointExecution. Return type: list[int]
-
name¶ Gets the name of this VantagePointExecution. Name of the vantage point.
Returns: The name of this VantagePointExecution. Return type: str
-