PublicVantagePointSummary¶
-
class
oci.apm_synthetics.models.
PublicVantagePointSummary
(**kwargs)¶ Bases:
object
Information about public vantage points.
Methods
__init__
(**kwargs)Initializes a new PublicVantagePointSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this PublicVantagePointSummary. geo
Gets the geo of this PublicVantagePointSummary. name
[Required] Gets the name of this PublicVantagePointSummary. -
__init__
(**kwargs)¶ Initializes a new PublicVantagePointSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this PublicVantagePointSummary.
- name (str) – The value to assign to the name property of this PublicVantagePointSummary.
- geo (oci.apm_synthetics.models.GeoSummary) – The value to assign to the geo property of this PublicVantagePointSummary.
-
display_name
¶ [Required] Gets the display_name of this PublicVantagePointSummary. Unique name that can be edited. The name should not contain any confidential information.
Returns: The display_name of this PublicVantagePointSummary. Return type: str
-
geo
¶ Gets the geo of this PublicVantagePointSummary.
Returns: The geo of this PublicVantagePointSummary. Return type: oci.apm_synthetics.models.GeoSummary
-
name
¶ [Required] Gets the name of this PublicVantagePointSummary. Unique permanent name of the vantage point.
Returns: The name of this PublicVantagePointSummary. Return type: str
-