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

    Interface IPAddress

    Describes an IPv4 address.

    interface IPAddress {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.IPAddress";
        allocationId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Describes an IPv4 address.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Describes an IPv4 address.

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

    Contains the fully qualified protobuf type name.

    allocationId: string

    Allocation identifier if it was created before.