Class SyntheticsTestResultNetpathDestination

Destination endpoint of a network path measurement.

Hierarchy

  • SyntheticsTestResultNetpathDestination

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hostname?: string

Hostname of the destination.

ipAddress?: string

IP address of the destination.

port?: number

Port of the destination service.

Generated using TypeDoc