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

    Health check logs information for monitoring disk usage.

    interface HealthCheckLogs {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.HealthCheckLogs";
        directorySizeBytes: Long;
        mountpointTotalBytes: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Health check logs information for monitoring disk usage.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Health check logs information for monitoring disk usage.

            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.logging.agentmanager.v1.HealthCheckLogs"

    Contains the fully qualified protobuf type name.

    directorySizeBytes: Long

    Size of the healthcheck directory in bytes.

    mountpointTotalBytes: Long

    Total size of the healthcheck mountpoint in bytes.