HealthChecksVantagePointSummary¶
-
class
oci.healthchecks.models.
HealthChecksVantagePointSummary
(**kwargs)¶ Bases:
object
Information about a vantage point.
Methods
__init__
(**kwargs)Initializes a new HealthChecksVantagePointSummary object with values from keyword arguments. Attributes
display_name
Gets the display_name of this HealthChecksVantagePointSummary. geo
Gets the geo of this HealthChecksVantagePointSummary. name
Gets the name of this HealthChecksVantagePointSummary. provider_name
Gets the provider_name of this HealthChecksVantagePointSummary. routing
Gets the routing of this HealthChecksVantagePointSummary. -
__init__
(**kwargs)¶ Initializes a new HealthChecksVantagePointSummary 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 HealthChecksVantagePointSummary.
- provider_name (str) – The value to assign to the provider_name property of this HealthChecksVantagePointSummary.
- name (str) – The value to assign to the name property of this HealthChecksVantagePointSummary.
- geo (oci.healthchecks.models.Geolocation) – The value to assign to the geo property of this HealthChecksVantagePointSummary.
- routing (list[oci.healthchecks.models.Routing]) – The value to assign to the routing property of this HealthChecksVantagePointSummary.
-
display_name
¶ Gets the display_name of this HealthChecksVantagePointSummary. The display name for the vantage point. Display names are determined by the best information available and may change over time.
Returns: The display_name of this HealthChecksVantagePointSummary. Return type: str
-
geo
¶ Gets the geo of this HealthChecksVantagePointSummary.
Returns: The geo of this HealthChecksVantagePointSummary. Return type: oci.healthchecks.models.Geolocation
-
name
¶ Gets the name of this HealthChecksVantagePointSummary. The unique, permanent name for the vantage point.
Returns: The name of this HealthChecksVantagePointSummary. Return type: str
-
provider_name
¶ Gets the provider_name of this HealthChecksVantagePointSummary. The organization on whose infrastructure this vantage point resides. Provider names are not unique, as Oracle Cloud Infrastructure maintains many vantage points in each major provider.
Returns: The provider_name of this HealthChecksVantagePointSummary. Return type: str
-
routing
¶ Gets the routing of this HealthChecksVantagePointSummary. An array of objects that describe how traffic to this vantage point is routed, including which prefixes and ASNs connect it to the internet.
The addresses are sorted from the most-specific to least-specific prefix (the smallest network to largest network). When a prefix has multiple origin ASNs (MOAS routing), they are sorted by weight (highest to lowest). Weight is determined by the total percentage of peers observing the prefix originating from an ASN. Only present if fields includes routing. The field will be null if the address’s routing information is unknown.
Returns: The routing of this HealthChecksVantagePointSummary. Return type: list[oci.healthchecks.models.Routing]
-