DedicatedVantagePointSummary¶
-
class
oci.apm_synthetics.models.
DedicatedVantagePointSummary
(**kwargs)¶ Bases:
object
Information about dedicated vantage points.
Attributes
STATUS_DISABLED
A constant which can be used with the status property of a DedicatedVantagePointSummary. STATUS_ENABLED
A constant which can be used with the status property of a DedicatedVantagePointSummary. defined_tags
Gets the defined_tags of this DedicatedVantagePointSummary. display_name
[Required] Gets the display_name of this DedicatedVantagePointSummary. dvp_stack_details
[Required] Gets the dvp_stack_details of this DedicatedVantagePointSummary. freeform_tags
Gets the freeform_tags of this DedicatedVantagePointSummary. id
[Required] Gets the id of this DedicatedVantagePointSummary. monitor_status_count_map
[Required] Gets the monitor_status_count_map of this DedicatedVantagePointSummary. name
[Required] Gets the name of this DedicatedVantagePointSummary. region
[Required] Gets the region of this DedicatedVantagePointSummary. status
[Required] Gets the status of this DedicatedVantagePointSummary. time_created
Gets the time_created of this DedicatedVantagePointSummary. time_updated
Gets the time_updated of this DedicatedVantagePointSummary. Methods
__init__
(**kwargs)Initializes a new DedicatedVantagePointSummary object with values from keyword arguments. -
STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the status property of a DedicatedVantagePointSummary. This constant has a value of “DISABLED”
-
STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the status property of a DedicatedVantagePointSummary. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new DedicatedVantagePointSummary 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 DedicatedVantagePointSummary.
- display_name (str) – The value to assign to the display_name property of this DedicatedVantagePointSummary.
- name (str) – The value to assign to the name property of this DedicatedVantagePointSummary.
- status (str) – The value to assign to the status property of this DedicatedVantagePointSummary. 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 DedicatedVantagePointSummary.
- region (str) – The value to assign to the region property of this DedicatedVantagePointSummary.
- time_created (datetime) – The value to assign to the time_created property of this DedicatedVantagePointSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DedicatedVantagePointSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DedicatedVantagePointSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DedicatedVantagePointSummary.
- monitor_status_count_map (oci.apm_synthetics.models.MonitorStatusCountMap) – The value to assign to the monitor_status_count_map property of this DedicatedVantagePointSummary.
Gets the defined_tags of this DedicatedVantagePointSummary. 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 DedicatedVantagePointSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this DedicatedVantagePointSummary. Unique dedicated vantage point name that cannot be edited. The name should not contain any confidential information.
Returns: The display_name of this DedicatedVantagePointSummary. Return type: str
-
dvp_stack_details
¶ [Required] Gets the dvp_stack_details of this DedicatedVantagePointSummary.
Returns: The dvp_stack_details of this DedicatedVantagePointSummary. Return type: oci.apm_synthetics.models.DvpStackDetails
Gets the freeform_tags of this DedicatedVantagePointSummary. 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 DedicatedVantagePointSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DedicatedVantagePointSummary. The OCID of the dedicated vantage point.
Returns: The id of this DedicatedVantagePointSummary. Return type: str
-
monitor_status_count_map
¶ [Required] Gets the monitor_status_count_map of this DedicatedVantagePointSummary.
Returns: The monitor_status_count_map of this DedicatedVantagePointSummary. Return type: oci.apm_synthetics.models.MonitorStatusCountMap
-
name
¶ [Required] Gets the name of this DedicatedVantagePointSummary. Unique permanent name of the vantage point.
Returns: The name of this DedicatedVantagePointSummary. Return type: str
-
region
¶ [Required] Gets the region of this DedicatedVantagePointSummary. Name of the region.
Returns: The region of this DedicatedVantagePointSummary. Return type: str
-
status
¶ [Required] Gets the status of this DedicatedVantagePointSummary. 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 DedicatedVantagePointSummary. Return type: str
-