VantagePointInfo¶
-
class
oci.apm_synthetics.models.
VantagePointInfo
(**kwargs)¶ Bases:
object
Details of the vantage point.
Methods
__init__
(**kwargs)Initializes a new VantagePointInfo object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this VantagePointInfo. name
[Required] Gets the name of this VantagePointInfo. worker_list
Gets the worker_list of this VantagePointInfo. -
__init__
(**kwargs)¶ Initializes a new VantagePointInfo 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 VantagePointInfo.
- display_name (str) – The value to assign to the display_name property of this VantagePointInfo.
- worker_list (list[str]) – The value to assign to the worker_list property of this VantagePointInfo.
-
display_name
¶ [Required] Gets the display_name of this VantagePointInfo. Unique name that can be edited. The name should not contain any confidential information.
Returns: The display_name of this VantagePointInfo. Return type: str
-
name
¶ [Required] Gets the name of this VantagePointInfo. Name of the vantage point.
Returns: The name of this VantagePointInfo. Return type: str
-
worker_list
¶ Gets the worker_list of this VantagePointInfo. List of workers running the assigned monitor.
Returns: The worker_list of this VantagePointInfo. Return type: list[str]
-