IdentityInfoDetails

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

Bases: object

Domain details of the On-premise VP worker.

Methods

__init__(**kwargs) Initializes a new IdentityInfoDetails object with values from keyword arguments.

Attributes

apm_short_id [Required] Gets the apm_short_id of this IdentityInfoDetails.
collector_end_point [Required] Gets the collector_end_point of this IdentityInfoDetails.
region_name [Required] Gets the region_name of this IdentityInfoDetails.
__init__(**kwargs)

Initializes a new IdentityInfoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • region_name (str) – The value to assign to the region_name property of this IdentityInfoDetails.
  • apm_short_id (str) – The value to assign to the apm_short_id property of this IdentityInfoDetails.
  • collector_end_point (str) – The value to assign to the collector_end_point property of this IdentityInfoDetails.
apm_short_id

[Required] Gets the apm_short_id of this IdentityInfoDetails. Domain short id of the On-premise VP worker.

Returns:The apm_short_id of this IdentityInfoDetails.
Return type:str
collector_end_point

[Required] Gets the collector_end_point of this IdentityInfoDetails. Collector endpoint of the On-premise VP worker.

Returns:The collector_end_point of this IdentityInfoDetails.
Return type:str
region_name

[Required] Gets the region_name of this IdentityInfoDetails. Domain region of the On-premise VP worker.

Returns:The region_name of this IdentityInfoDetails.
Return type:str