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

    Interface MaintenanceEventStatus

    interface MaintenanceEventStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.MaintenanceEventStatus";
        createdAt?: Dayjs;
        finishedAt?: Dayjs;
        maintenanceId: string;
        slaDeadlineTs?: Dayjs;
        supportCenterTicketId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.MaintenanceEventStatus"
    createdAt?: Dayjs

    Time when the maintenance event is created

    finishedAt?: Dayjs

    Time when the maintenance event is finished

    maintenanceId: string
    slaDeadlineTs?: Dayjs

    Time when the instance will be force stopped

    supportCenterTicketId: string

    Ticket key, can be transformed into url where support is talking with the client