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

    Interface CreateZoneRequest

    Request to create a DNS zone

    interface CreateZoneRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.CreateZoneRequest";
        metadata?: ResourceMetadata;
        spec?: ZoneSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.CreateZoneRequest"
    metadata?: ResourceMetadata

    Metadata for the DNS zone to create The only required field is metadata.parent_id, which must be set to the ID of this zone's parent IAM container

    spec?: ZoneSpec

    Specification for the DNS zone to create