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

    Operating system information for the instance.

    interface OSInfo {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.agentmanager.v1.OSInfo";
        architecture: string;
        name: string;
        uname: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Operating system information for the instance.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Operating system information for the instance.

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

    Contains the fully qualified protobuf type name.

    architecture: string

    System architecture.

    name: string

    Operating system name and version. Example: "Ubuntu 22.04.4 LTS"

    uname: string

    Detailed system information from uname command.

    Example:

    Linux computeimage-abcdef 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux