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

    Interface RecordStatus

    DNS record status

    interface RecordStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.dns.v1.RecordStatus";
        effectiveFqdn: string;
        reconciling: boolean;
        zoneDomainName: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      DNS record status

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • DNS record status

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

    Contains the fully qualified protobuf type name.

    effectiveFqdn: string

    Fully-qualified domain name of this record including . at the end, e.g. www.example.com.

    reconciling: boolean

    Indicates whether there is a running Operation for this Record

    zoneDomainName: string

    Domain name of this record's parent zone including . at the end, e.g. example.com.