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

    Interface ZoneSpec

    DNS Zone specification

    interface ZoneSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.ZoneSpec";
        domainName: string;
        scope?: { $case: "vpc"; vpc: VpcZoneScope };
        soaSpec?: SoaSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.ZoneSpec"
    domainName: string

    Fully qualified domain name of this zone, including . at the end

    scope?: { $case: "vpc"; vpc: VpcZoneScope }

    Scope for this zone The scope is chosen at zone creation time and cannot be changed, but scope's attributes can sometimes be changed

    soaSpec?: SoaSpec

    Custom SOA (Start of Authority) record specification for the zone