oci
2.150.3
  • Installation
  • Configuration
  • Using FIPS-validated Libraries
  • Forward Compatibility
  • New Region Support
  • Backward Compatibility
  • Quickstart
  • Known Issues
  • Logging
  • Exception handling
  • Uploading Large Objects
  • Raw Requests
  • Composite Operations and Waiters
  • Pagination
  • API Reference
    • Access Governance Cp
    • Adm
    • Ai Anomaly Detection
    • Ai Document
    • Ai Language
    • Ai Speech
    • Ai Vision
    • Analytics
    • Announcements Service
    • Apigateway
    • Apm Config
    • Apm Control Plane
    • Apm Synthetics
      • ApmSyntheticClient
      • ApmSyntheticClientCompositeOperations
      • Models
        • AggregateNetworkDataDetails
        • AggregatedNetworkData
        • AggregatedNetworkDataResult
        • AvailabilityConfiguration
        • AvailableCapability
        • BasicAuthenticationDetails
        • BrowserMonitorConfiguration
        • ClientCertificate
        • ClientCertificateDetails
        • CreateDedicatedVantagePointDetails
        • CreateMonitorDetails
        • CreateOnPremiseVantagePointDetails
        • CreateScriptDetails
        • CreateWorkerDetails
        • DatabaseWalletDetails
        • DedicatedVantagePoint
        • DedicatedVantagePointCollection
        • DedicatedVantagePointSummary
        • DnsConfiguration
        • DnsSecMonitorConfiguration
        • DnsServerMonitorConfiguration
        • DnsTraceMonitorConfiguration
        • DvpStackDetails
        • FtpMonitorConfiguration
        • GeoSummary
        • Header
        • IdentityInfoDetails
        • Link
        • MaintenanceWindowSchedule
        • Monitor
        • MonitorCollection
        • MonitorConfiguration
        • MonitorResult
        • MonitorResultData
        • MonitorScriptParameter
        • MonitorScriptParameterInfo
        • MonitorStatusCountMap
        • MonitorSummary
        • NetworkConfiguration
        • NetworkMonitorConfiguration
        • Node
        • OnPremiseVantagePoint
        • OnPremiseVantagePointCollection
        • OnPremiseVantagePointSummary
        • OnPremiseVpWorkerVersionDetails
        • OracleRMStack
        • Password
        • PasswordInText
        • PasswordInVault
        • PrivateKey
        • PublicVantagePointCollection
        • PublicVantagePointSummary
        • RequestAuthenticationDetails
        • RequestQueryParam
        • RestMonitorConfiguration
        • Script
        • ScriptCollection
        • ScriptParameter
        • ScriptParameterInfo
        • ScriptSummary
        • ScriptedBrowserMonitorConfiguration
        • ScriptedRestMonitorConfiguration
        • SqlMonitorConfiguration
        • UpdateDedicatedVantagePointDetails
        • UpdateMonitorDetails
        • UpdateOnPremiseVantagePointDetails
        • UpdateScriptDetails
        • UpdateWorkerDetails
        • VantagePointExecution
        • VantagePointInfo
        • VantagePointNode
        • VerifyText
        • Worker
        • WorkerCollection
        • WorkerMonitorList
        • WorkerSummary
        • WorkersSummary
    • Apm Traces
    • Appmgmt Control
    • Artifacts
    • Audit
    • Autoscaling
    • Bastion
    • Bds
    • Blockchain
    • Budget
    • Capacity Management
    • Certificates
    • Certificates Management
    • Cims
    • Cloud Bridge
    • Cloud Guard
    • Cloud Migrations
    • Cluster Placement Groups
    • Compute Cloud At Customer
    • Compute Instance Agent
    • Container Engine
    • Container Instances
    • Core Services
    • Dashboard Service
    • Data Catalog
    • Data Flow
    • Data Integration
    • Data Labeling Service
    • Data Labeling Service Dataplane
    • Data Safe
    • Data Science
    • Database
    • Database Management
    • Database Migration
    • Database Tools
    • Dblm
    • Delegate Access Control
    • Demand Signal
    • Desktops
    • Devops
    • Disaster Recovery
    • DNS
    • Dts
    • Em Warehouse
    • Email
    • Email Data Plane
    • Events
    • File Storage
    • Fleet Apps Management
    • Fleet Software Update
    • Functions
    • Fusion Apps
    • Generative Ai
    • Generative Ai Agent
    • Generative Ai Agent Runtime
    • Generative Ai Inference
    • Generic Artifacts Content
    • Globally Distributed Database
    • Golden Gate
    • Governance Rules Control Plane
    • Healthchecks
    • Identity
    • Identity Data Plane
    • Identity Domains
    • Integration
    • Jms
    • Jms Java Downloads
    • Key Management
    • License Manager
    • Limits
    • Load Balancer
    • Lockbox
    • Log Analytics
    • Logging
    • Loggingingestion
    • Loggingsearch
    • Lustre File Storage
    • Management Agent
    • Management Dashboard
    • Marketplace
    • Marketplace Private Offer
    • Marketplace Publisher
    • Media Services
    • Mngdmac
    • Monitoring
    • Mysql
    • Network Firewall
    • Network Load Balancer
    • Nosql
    • Object Storage
    • Oce
    • Oci Control Center
    • Ocvp
    • Oda
    • Onesubscription
    • Ons
    • Opa
    • Opensearch
    • Operator Access Control
    • Opsi
    • Optimizer
    • Os Management
    • Os Management Hub
    • Osp Gateway
    • Osub Billing Schedule
    • Osub Organization Subscription
    • Osub Subscription
    • Osub Usage
    • Psql
    • Queue
    • Recovery
    • Redis
    • Resource Manager
    • Resource Scheduler
    • Resource Search
    • Rover
    • Sch
    • Secrets
    • Security Attribute
    • Service Catalog
    • Service Manager Proxy
    • Service Mesh
    • Stack Monitoring
    • Streaming
    • Tenant Manager Control Plane
    • Threat Intelligence
    • Usage
    • Usage Api
    • Vault
    • Vbs Inst
    • Visual Builder
    • Vn Monitoring
    • Vulnerability Scanning
    • Waa
    • Waas
    • Waf
    • Work Requests
    • Zpr
    • Config
    • Circuit Breakers
    • Exceptions
    • Pagination
    • Request and Response
    • Retry
    • Signing
    • Upload Manager
    • Utilities
    • Waiters
  • Customizing Service Clients
  • SDK Behaviors
  • Contributions
  • Notifications
  • License
  • Questions or Feedback
oci
  • Docs »
  • API Reference »
  • Apm Synthetics »
  • Link
  • View page source

Link¶

class oci.apm_synthetics.models.Link(**kwargs)¶

Bases: object

Details of the link between two nodes.

Methods

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

Attributes

delay_in_milliseconds Gets the delay_in_milliseconds of this Link.
destination Gets the destination of this Link.
forwarding_loss Gets the forwarding_loss of this Link.
id [Required] Gets the id of this Link.
max_delay_in_milliseconds Gets the max_delay_in_milliseconds of this Link.
min_delay_in_milliseconds Gets the min_delay_in_milliseconds of this Link.
paths Gets the paths of this Link.
repeat_count Gets the repeat_count of this Link.
source Gets the source of this Link.
__init__(**kwargs)¶

Initializes a new Link 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 Link.
  • source (str) – The value to assign to the source property of this Link.
  • destination (str) – The value to assign to the destination property of this Link.
  • repeat_count (int) – The value to assign to the repeat_count property of this Link.
  • forwarding_loss (float) – The value to assign to the forwarding_loss property of this Link.
  • delay_in_milliseconds (float) – The value to assign to the delay_in_milliseconds property of this Link.
  • min_delay_in_milliseconds (float) – The value to assign to the min_delay_in_milliseconds property of this Link.
  • max_delay_in_milliseconds (float) – The value to assign to the max_delay_in_milliseconds property of this Link.
  • paths (list[str]) – The value to assign to the paths property of this Link.
delay_in_milliseconds¶

Gets the delay_in_milliseconds of this Link. Difference of the packet response time between source and destination nodes, in milliseconds.

Returns:The delay_in_milliseconds of this Link.
Return type:float
destination¶

Gets the destination of this Link. ID of the destination node.

Returns:The destination of this Link.
Return type:str
forwarding_loss¶

Gets the forwarding_loss of this Link. Average packet loss.

Returns:The forwarding_loss of this Link.
Return type:float
id¶

[Required] Gets the id of this Link. ID of the link.

Returns:The id of this Link.
Return type:str
max_delay_in_milliseconds¶

Gets the max_delay_in_milliseconds of this Link. Maximum delay in milliseconds.

Returns:The max_delay_in_milliseconds of this Link.
Return type:float
min_delay_in_milliseconds¶

Gets the min_delay_in_milliseconds of this Link. Minimum delay in milliseconds.

Returns:The min_delay_in_milliseconds of this Link.
Return type:float
paths¶

Gets the paths of this Link. List of all path IDs of which this link is part of.

Returns:The paths of this Link.
Return type:list[str]
repeat_count¶

Gets the repeat_count of this Link. Number of times the link is repeated.

Returns:The repeat_count of this Link.
Return type:int
source¶

Gets the source of this Link. ID of the source node.

Returns:The source of this Link.
Return type:str
Next Previous

© Copyright 2016, 2025, Oracle

Built with Sphinx using a theme provided by Read the Docs.