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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.dns.v1.RecordStatus"
    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.