@nebius/js-sdk - v0.2.54
    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

      DNS Zone specification

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • DNS Zone specification

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.dns.v1.ZoneSpec"

    Contains the fully qualified protobuf type name.

    domainName: string

    Fully qualified domain name of this zone, including . at the end Cannot be changed after creating the zone

    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

    Type Declaration

    • $case: "vpc"

      Contains the case.

    • vpc: VpcZoneScope

      Contains the vpc.

    soaSpec?: SoaSpec

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