microsoft.opentelemetry.a365.core.models.service_endpoint module

class microsoft.opentelemetry.a365.core.models.service_endpoint.ServiceEndpoint(hostname, port=None)[source]

Bases: object

Represents a service endpoint with hostname and optional port.

hostname: str

The hostname of the service endpoint.

port: int | None = None

The port of the service endpoint.