OnPremiseVantagePointCollection¶
-
class
oci.apm_synthetics.models.
OnPremiseVantagePointCollection
(**kwargs)¶ Bases:
object
The results of an On-premise vantage point search, which contains OnPremiseVantagePointSummary items and other data in an APM domain.
Methods
__init__
(**kwargs)Initializes a new OnPremiseVantagePointCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OnPremiseVantagePointCollection. -
__init__
(**kwargs)¶ Initializes a new OnPremiseVantagePointCollection 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.OnPremiseVantagePointSummary]) – The value to assign to the items property of this OnPremiseVantagePointCollection.
-
items
¶ [Required] Gets the items of this OnPremiseVantagePointCollection. List of OnPremiseVantagePointSummary items.
Returns: The items of this OnPremiseVantagePointCollection. Return type: list[oci.apm_synthetics.models.OnPremiseVantagePointSummary]
-