OnPremiseVantagePoint¶
-
class
oci.apm_synthetics.models.
OnPremiseVantagePoint
(**kwargs)¶ Bases:
object
The information about an On-premise vantage point.
Attributes
TYPE_ON_PREMISE_DOCKER_VANTAGE_POINT
A constant which can be used with the type property of a OnPremiseVantagePoint. defined_tags
Gets the defined_tags of this OnPremiseVantagePoint. description
Gets the description of this OnPremiseVantagePoint. display_name
[Required] Gets the display_name of this OnPremiseVantagePoint. freeform_tags
Gets the freeform_tags of this OnPremiseVantagePoint. id
[Required] Gets the id of this OnPremiseVantagePoint. name
[Required] Gets the name of this OnPremiseVantagePoint. time_created
Gets the time_created of this OnPremiseVantagePoint. time_updated
Gets the time_updated of this OnPremiseVantagePoint. type
[Required] Gets the type of this OnPremiseVantagePoint. workers_summary
[Required] Gets the workers_summary of this OnPremiseVantagePoint. Methods
__init__
(**kwargs)Initializes a new OnPremiseVantagePoint object with values from keyword arguments. -
TYPE_ON_PREMISE_DOCKER_VANTAGE_POINT
= 'ON_PREMISE_DOCKER_VANTAGE_POINT'¶ A constant which can be used with the type property of a OnPremiseVantagePoint. This constant has a value of “ON_PREMISE_DOCKER_VANTAGE_POINT”
-
__init__
(**kwargs)¶ Initializes a new OnPremiseVantagePoint 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 OnPremiseVantagePoint.
- display_name (str) – The value to assign to the display_name property of this OnPremiseVantagePoint.
- name (str) – The value to assign to the name property of this OnPremiseVantagePoint.
- type (str) – The value to assign to the type property of this OnPremiseVantagePoint. Allowed values for this property are: “ON_PREMISE_DOCKER_VANTAGE_POINT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- description (str) – The value to assign to the description property of this OnPremiseVantagePoint.
- workers_summary (oci.apm_synthetics.models.WorkersSummary) – The value to assign to the workers_summary property of this OnPremiseVantagePoint.
- time_created (datetime) – The value to assign to the time_created property of this OnPremiseVantagePoint.
- time_updated (datetime) – The value to assign to the time_updated property of this OnPremiseVantagePoint.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OnPremiseVantagePoint.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OnPremiseVantagePoint.
Gets the defined_tags of this OnPremiseVantagePoint. 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 OnPremiseVantagePoint. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this OnPremiseVantagePoint. A short description about the On-premise vantage point.
Returns: The description of this OnPremiseVantagePoint. Return type: str
-
display_name
¶ [Required] Gets the display_name of this OnPremiseVantagePoint. Unique permanent name of the On-premise vantage point.
Returns: The display_name of this OnPremiseVantagePoint. Return type: str
Gets the freeform_tags of this OnPremiseVantagePoint. 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 OnPremiseVantagePoint. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OnPremiseVantagePoint. The OCID of the On-premise vantage point.
Returns: The id of this OnPremiseVantagePoint. Return type: str
-
name
¶ [Required] Gets the name of this OnPremiseVantagePoint. Unique On-premise vantage point name that cannot be edited. The name should not contain any confidential information.
Returns: The name of this OnPremiseVantagePoint. Return type: str
-
time_created
¶ Gets the time_created of this OnPremiseVantagePoint. 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 OnPremiseVantagePoint. Return type: datetime
-
time_updated
¶ Gets the time_updated of this OnPremiseVantagePoint. 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 OnPremiseVantagePoint. Return type: datetime
-
type
¶ [Required] Gets the type of this OnPremiseVantagePoint. Type of On-premise vantage point.
Allowed values for this property are: “ON_PREMISE_DOCKER_VANTAGE_POINT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this OnPremiseVantagePoint. Return type: str
-
workers_summary
¶ [Required] Gets the workers_summary of this OnPremiseVantagePoint.
Returns: The workers_summary of this OnPremiseVantagePoint. Return type: oci.apm_synthetics.models.WorkersSummary
-