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

    Interface PublicIPAddress

    Describes a public IP address.

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

    Indexable

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

      Describes a public IP address.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Describes a public IP 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.PublicIPAddress"

    Contains the fully qualified protobuf type name.

    allocation?: { $case: "allocationId"; allocationId: string }

    Describes different methods of public IP address allocation.

    Type Declaration

    • $case: "allocationId"

      Contains the case.

    • allocationId: string

      Contains the allocation ID.

    static: boolean

    If false - Allocation will be created/deleted during NetworkInterface.Allocate/NetworkInterface.Deallocate If true - Allocation will be created/deleted during NetworkInterface.Create/NetworkInterface.Delete False by default