@nebius/js-sdk - v0.1.22
    Preparing search index...

    Interface ListZonesRequest

    Request to list DNS zones in the specified parent IAM container

    interface ListZonesRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ListZonesRequest";
        pageSize: Long;
        pageToken: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.ListZonesRequest"
    pageSize: Long

    Page size If not specified or set to 0, a default page size of 100 will be used

    pageToken: string

    An opaque listing continuation token

    • If not specified or empty, the first page of results will be returned
    • If specified, the next page of results (as identified by the token) will be returned
    parentId: string

    Parent IAM container ID