DedicatedVantagePointCollection

class oci.apm_synthetics.models.DedicatedVantagePointCollection(**kwargs)

Bases: object

The results of a dedicated vantage point search, which contains DedicatedVantagePointSummary items and other data in an APM domain.

Methods

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

Attributes

items [Required] Gets the items of this DedicatedVantagePointCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.apm_synthetics.models.DedicatedVantagePointSummary]) – The value to assign to the items property of this DedicatedVantagePointCollection.
items

[Required] Gets the items of this DedicatedVantagePointCollection. List of DedicatedVantagePointSummary items.

Returns:The items of this DedicatedVantagePointCollection.
Return type:list[oci.apm_synthetics.models.DedicatedVantagePointSummary]