AggregateNetworkDataDetails¶
-
class
oci.apm_synthetics.models.
AggregateNetworkDataDetails
(**kwargs)¶ Bases:
object
Details of the vantage point and corresponding execution times.
Methods
__init__
(**kwargs)Initializes a new AggregateNetworkDataDetails object with values from keyword arguments. Attributes
vantage_point_execution_times
[Required] Gets the vantage_point_execution_times of this AggregateNetworkDataDetails. -
__init__
(**kwargs)¶ Initializes a new AggregateNetworkDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: vantage_point_execution_times (list[oci.apm_synthetics.models.VantagePointExecution]) – The value to assign to the vantage_point_execution_times property of this AggregateNetworkDataDetails.
-
vantage_point_execution_times
¶ [Required] Gets the vantage_point_execution_times of this AggregateNetworkDataDetails. List of VantagePointExecution items.
Returns: The vantage_point_execution_times of this AggregateNetworkDataDetails. Return type: list[oci.apm_synthetics.models.VantagePointExecution]
-