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

    Interface MaintenanceEventStatus

    Represents the nebius.compute.v1.MaintenanceEventStatus protobuf message.

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

    Indexable

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

      Represents the nebius.compute.v1.MaintenanceEventStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.MaintenanceEventStatus protobuf message.

            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.compute.v1.MaintenanceEventStatus"

    Contains the fully qualified protobuf type name.

    createdAt?: Dayjs

    Time when the maintenance event is created

    finishedAt?: Dayjs

    Time when the maintenance event is finished

    maintenanceId: string

    Contains the maintenance_id protobuf field.

    maintenanceReason: string

    Reason of the maintenance

    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