VantagePointExecution¶
-
class
oci.apm_synthetics.models.
VantagePointExecution
(**kwargs)¶ Bases:
object
Details of a vantage point execution.
Methods
__init__
(**kwargs)Initializes a new VantagePointExecution object with values from keyword arguments. Attributes
executions
Gets the executions of this VantagePointExecution. name
Gets 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
-