@edgible-team/sdk
    Preparing search index...

    Interface ApplicationEndpoint

    interface ApplicationEndpoint {
        accessName: string;
        endpoint: string;
        host: string;
        port: number;
    }
    Index

    Properties

    accessName: string

    The access name (spec.access[].name) this endpoint belongs to.

    endpoint: string

    The user-facing endpoint string, host:port.

    host: string

    The gateway hostname the endpoint resolves on (app primary hostname).

    port: number

    The allocated public port on the managed gateway.