OnPremiseVantagePointSummary¶
-
class
oci.apm_synthetics.models.
OnPremiseVantagePointSummary
(**kwargs)¶ Bases:
object
Information about On-premise vantage point.
Attributes
TYPE_ON_PREMISE_DOCKER_VANTAGE_POINT
A constant which can be used with the type property of a OnPremiseVantagePointSummary. defined_tags
Gets the defined_tags of this OnPremiseVantagePointSummary. description
Gets the description of this OnPremiseVantagePointSummary. display_name
[Required] Gets the display_name of this OnPremiseVantagePointSummary. freeform_tags
Gets the freeform_tags of this OnPremiseVantagePointSummary. id
[Required] Gets the id of this OnPremiseVantagePointSummary. name
[Required] Gets the name of this OnPremiseVantagePointSummary. time_created
Gets the time_created of this OnPremiseVantagePointSummary. time_updated
Gets the time_updated of this OnPremiseVantagePointSummary. type
[Required] Gets the type of this OnPremiseVantagePointSummary. workers_summary
[Required] Gets the workers_summary of this OnPremiseVantagePointSummary. Methods
__init__
(**kwargs)Initializes a new OnPremiseVantagePointSummary 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 OnPremiseVantagePointSummary. This constant has a value of “ON_PREMISE_DOCKER_VANTAGE_POINT”
-
__init__
(**kwargs)¶ Initializes a new OnPremiseVantagePointSummary 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 OnPremiseVantagePointSummary.
- display_name (str) – The value to assign to the display_name property of this OnPremiseVantagePointSummary.
- name (str) – The value to assign to the name property of this OnPremiseVantagePointSummary.
- type (str) – The value to assign to the type property of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary.
- workers_summary (oci.apm_synthetics.models.WorkersSummary) – The value to assign to the workers_summary property of this OnPremiseVantagePointSummary.
- time_created (datetime) – The value to assign to the time_created property of this OnPremiseVantagePointSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OnPremiseVantagePointSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OnPremiseVantagePointSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OnPremiseVantagePointSummary.
Gets the defined_tags of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this OnPremiseVantagePointSummary. A short description about the On-premise vantage point.
Returns: The description of this OnPremiseVantagePointSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this OnPremiseVantagePointSummary. Unique permanent name of the On-premise vantage point.
Returns: The display_name of this OnPremiseVantagePointSummary. Return type: str
Gets the freeform_tags of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OnPremiseVantagePointSummary. The OCID of the On-premise vantage point.
Returns: The id of this OnPremiseVantagePointSummary. Return type: str
-
name
¶ [Required] Gets the name of this OnPremiseVantagePointSummary. Unique On-premise vantage point name that cannot be edited. The name should not contain any confidential information.
Returns: The name of this OnPremiseVantagePointSummary. Return type: str
-
time_created
¶ Gets the time_created of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary. Return type: datetime
-
type
¶ [Required] Gets the type of this OnPremiseVantagePointSummary. 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 OnPremiseVantagePointSummary. Return type: str
-
workers_summary
¶ [Required] Gets the workers_summary of this OnPremiseVantagePointSummary.
Returns: The workers_summary of this OnPremiseVantagePointSummary. Return type: oci.apm_synthetics.models.WorkersSummary
-