@digitalocean/dots - v1.0.1
    Preparing search index...

    Builds and executes requests for operations under /v2/partner_network_connect/attachments/{pa_id}/remote_routes

    interface Remote_routesRequestBuilder {
        get(
            requestConfiguration?: RequestConfiguration<
                Remote_routesRequestBuilderGetQueryParameters,
            >,
        ): Promise<undefined | Remote_routesGetResponse>;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<
                Remote_routesRequestBuilderGetQueryParameters,
            >,
        ): RequestInformation;
        withUrl(rawUrl: string): Remote_routesRequestBuilder;
    }

    Hierarchy

    Index

    Methods