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

    Interface VpcZoneScope

    VPC zone scope specification

    interface VpcZoneScope {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.VpcZoneScope";
        primaryNetworkId: 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.VpcZoneScope"
    primaryNetworkId: string

    ID of the virtual network that this zone's records will be visible from This value cannot be changed after creating the zone