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

    Interface Zone

    API Resource: DNS zone, a container for DNS data

    Each DNS zone starts at a particular domain within the hierarchical DNS namespace tree, e.g., example.com., and is also responsible for its subdomains (e.g., sales.example.com.) unless there are explicit DNS zones defined for them.

    DNS zones contain Resource Records (RRs), which are individual information entries about the domain(s), e.g., a domain's IP address. Each Resource Record is represented in this API by the Record API Resource which is managed by the RecordService.

    See the graphical explanation of DNS zones and Resource Records on Wikipedia

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

    Indexable

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

      API Resource: DNS zone, a container for DNS data

      Each DNS zone starts at a particular domain within the hierarchical DNS namespace tree, e.g., example.com., and is also responsible for its subdomains (e.g., sales.example.com.) unless there are explicit DNS zones defined for them.

      DNS zones contain Resource Records (RRs), which are individual information entries about the domain(s), e.g., a domain's IP address. Each Resource Record is represented in this API by the Record API Resource which is managed by the RecordService.

      See the graphical explanation of DNS zones and Resource Records on Wikipedia

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • API Resource: DNS zone, a container for DNS data

            Each DNS zone starts at a particular domain within the hierarchical DNS namespace tree, e.g., example.com., and is also responsible for its subdomains (e.g., sales.example.com.) unless there are explicit DNS zones defined for them.

            DNS zones contain Resource Records (RRs), which are individual information entries about the domain(s), e.g., a domain's IP address. Each Resource Record is represented in this API by the Record API Resource which is managed by the RecordService.

            See the graphical explanation of DNS zones and Resource Records on Wikipedia

            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.Zone"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    DNS zone metadata metadata.parent_id must be an IAM Container ID

    spec?: ZoneSpec

    DNS zone specification, including its domain name and scope

    status?: ZoneStatus

    DNS zone status, including e.g. the number of records in the zone