@nebius/js-sdk - v0.1.22
    Preparing search index...
    interface AllocationSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1alpha1.AllocationSpec";
        ipSpec?:
            | { $case: "ipv4Private"; ipv4Private: IPv4PrivateAllocationSpec }
            | { $case: "ipv4Public"; ipv4Public: IPv4PublicAllocationSpec };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1alpha1.AllocationSpec"
    ipSpec?:
        | { $case: "ipv4Private"; ipv4Private: IPv4PrivateAllocationSpec }
        | { $case: "ipv4Public"; ipv4Public: IPv4PublicAllocationSpec }

    Holds the IP specifications for the allocation, including the type of IP (IPv4 or IPv6) and its corresponding configuration.