DedicatedVantagePoint

class oci.apm_synthetics.models.DedicatedVantagePoint(**kwargs)

Bases: object

The information about a dedicated vantage point.

Attributes

STATUS_DISABLED A constant which can be used with the status property of a DedicatedVantagePoint.
STATUS_ENABLED A constant which can be used with the status property of a DedicatedVantagePoint.
defined_tags Gets the defined_tags of this DedicatedVantagePoint.
display_name [Required] Gets the display_name of this DedicatedVantagePoint.
dvp_stack_details [Required] Gets the dvp_stack_details of this DedicatedVantagePoint.
freeform_tags Gets the freeform_tags of this DedicatedVantagePoint.
id [Required] Gets the id of this DedicatedVantagePoint.
monitor_status_count_map [Required] Gets the monitor_status_count_map of this DedicatedVantagePoint.
name [Required] Gets the name of this DedicatedVantagePoint.
region [Required] Gets the region of this DedicatedVantagePoint.
status [Required] Gets the status of this DedicatedVantagePoint.
time_created Gets the time_created of this DedicatedVantagePoint.
time_updated Gets the time_updated of this DedicatedVantagePoint.

Methods

__init__(**kwargs) Initializes a new DedicatedVantagePoint object with values from keyword arguments.
STATUS_DISABLED = 'DISABLED'

A constant which can be used with the status property of a DedicatedVantagePoint. This constant has a value of “DISABLED”

STATUS_ENABLED = 'ENABLED'

A constant which can be used with the status property of a DedicatedVantagePoint. This constant has a value of “ENABLED”

__init__(**kwargs)

Initializes a new DedicatedVantagePoint 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 DedicatedVantagePoint.
  • display_name (str) – The value to assign to the display_name property of this DedicatedVantagePoint.
  • name (str) – The value to assign to the name property of this DedicatedVantagePoint.
  • status (str) – The value to assign to the status property of this DedicatedVantagePoint. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • dvp_stack_details (oci.apm_synthetics.models.DvpStackDetails) – The value to assign to the dvp_stack_details property of this DedicatedVantagePoint.
  • region (str) – The value to assign to the region property of this DedicatedVantagePoint.
  • monitor_status_count_map (oci.apm_synthetics.models.MonitorStatusCountMap) – The value to assign to the monitor_status_count_map property of this DedicatedVantagePoint.
  • time_created (datetime) – The value to assign to the time_created property of this DedicatedVantagePoint.
  • time_updated (datetime) – The value to assign to the time_updated property of this DedicatedVantagePoint.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DedicatedVantagePoint.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DedicatedVantagePoint.
defined_tags

Gets the defined_tags of this DedicatedVantagePoint. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this DedicatedVantagePoint.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this DedicatedVantagePoint. Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.

Returns:The display_name of this DedicatedVantagePoint.
Return type:str
dvp_stack_details

[Required] Gets the dvp_stack_details of this DedicatedVantagePoint.

Returns:The dvp_stack_details of this DedicatedVantagePoint.
Return type:oci.apm_synthetics.models.DvpStackDetails
freeform_tags

Gets the freeform_tags of this DedicatedVantagePoint. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this DedicatedVantagePoint.
Return type:dict(str, str)
id

[Required] Gets the id of this DedicatedVantagePoint. The OCID of the dedicated vantage point.

Returns:The id of this DedicatedVantagePoint.
Return type:str
monitor_status_count_map

[Required] Gets the monitor_status_count_map of this DedicatedVantagePoint.

Returns:The monitor_status_count_map of this DedicatedVantagePoint.
Return type:oci.apm_synthetics.models.MonitorStatusCountMap
name

[Required] Gets the name of this DedicatedVantagePoint. Unique permanent name of the dedicated vantage point. This is the same as the displayName.

Returns:The name of this DedicatedVantagePoint.
Return type:str
region

[Required] Gets the region of this DedicatedVantagePoint. Name of the region.

Returns:The region of this DedicatedVantagePoint.
Return type:str
status

[Required] Gets the status of this DedicatedVantagePoint. Status of the dedicated vantage point.

Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this DedicatedVantagePoint.
Return type:str
time_created

Gets the time_created of this DedicatedVantagePoint. The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z

Returns:The time_created of this DedicatedVantagePoint.
Return type:datetime
time_updated

Gets the time_updated of this DedicatedVantagePoint. The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z

Returns:The time_updated of this DedicatedVantagePoint.
Return type:datetime