VantagePointNode¶
-
class
oci.apm_synthetics.models.VantagePointNode(**kwargs)¶ Bases:
objectDetails of the vantage point node.
Methods
__init__(**kwargs)Initializes a new VantagePointNode object with values from keyword arguments. Attributes
display_nameGets the display_name of this VantagePointNode. geo_infoGets the geo_info of this VantagePointNode. idGets the id of this VantagePointNode. name[Required] Gets the name of this VantagePointNode. outgoing_linksGets the outgoing_links of this VantagePointNode. -
__init__(**kwargs)¶ Initializes a new VantagePointNode object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this VantagePointNode.
- name (str) – The value to assign to the name property of this VantagePointNode.
- display_name (str) – The value to assign to the display_name property of this VantagePointNode.
- geo_info (str) – The value to assign to the geo_info property of this VantagePointNode.
- outgoing_links (list[str]) – The value to assign to the outgoing_links property of this VantagePointNode.
-
display_name¶ Gets the display_name of this VantagePointNode. Display name of the vantage point node.
Returns: The display_name of this VantagePointNode. Return type: str
-
geo_info¶ Gets the geo_info of this VantagePointNode. Geographical information of the vantage point node.
Returns: The geo_info of this VantagePointNode. Return type: str
-
id¶ Gets the id of this VantagePointNode. ID of the vantage point node.
Returns: The id of this VantagePointNode. Return type: str
-
name¶ [Required] Gets the name of this VantagePointNode. Name of the vantage point node.
Returns: The name of this VantagePointNode. Return type: str
-
outgoing_links¶ Gets the outgoing_links of this VantagePointNode. Outgoing links from the vantage point node.
Returns: The outgoing_links of this VantagePointNode. Return type: list[str]
-