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

    Interface WithByoip_prefix_uuItemRequestBuilder

    Builds and executes requests for operations under /v2/byoip_prefixes/{byoip_prefix_uuid}

    interface WithByoip_prefix_uuItemRequestBuilder {
        get ips(): IpsRequestBuilder;
        delete(requestConfiguration?: RequestConfiguration<object>): Promise<void>;
        get(
            requestConfiguration?: RequestConfiguration<object>,
        ): Promise<undefined | WithByoip_prefix_uuGetResponse>;
        toDeleteRequestInformation(
            requestConfiguration?: RequestConfiguration<object>,
        ): RequestInformation;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<object>,
        ): RequestInformation;
        withUrl(rawUrl: string): WithByoip_prefix_uuItemRequestBuilder;
    }

    Hierarchy

    Index

    Accessors

    Methods

    • To delete a BYOIP prefix and remove it from your account, send a DELETE requestto /v2/byoip_prefixes/{uuid}.A successful request will receive a 202 status code with no body in response.This indicates that the request was accepted and the prefix is being deleted.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns Promise<void>

      error when the service returns a 401 status code

      error when the service returns a 404 status code

      error when the service returns a 422 status code

      error when the service returns a 429 status code

      error when the service returns a 500 status code

      error when the service returns a 4XX or 5XX status code

    • To get a BYOIP prefix, send a GET request to /v2/byoip_prefixes/{byoip_prefix_uuid}. A successful response will return the details of the specified BYOIP prefix.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns Promise<undefined | WithByoip_prefix_uuGetResponse>

      error when the service returns a 401 status code

      error when the service returns a 404 status code

      error when the service returns a 422 status code

      error when the service returns a 429 status code

      error when the service returns a 500 status code

      error when the service returns a 4XX or 5XX status code

    • To delete a BYOIP prefix and remove it from your account, send a DELETE requestto /v2/byoip_prefixes/{uuid}.A successful request will receive a 202 status code with no body in response.This indicates that the request was accepted and the prefix is being deleted.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns RequestInformation

    • To get a BYOIP prefix, send a GET request to /v2/byoip_prefixes/{byoip_prefix_uuid}. A successful response will return the details of the specified BYOIP prefix.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns RequestInformation