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

    Interface PoolCidr

    interface PoolCidr {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.PoolCidr";
        cidr: string;
        maxMaskLength: Long;
        state: AddressBlockState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.PoolCidr"
    cidr: string

    A CIDR block (e.g., "10.1.2.0/24") or a prefix length (e.g., "/24"). If prefix length is specified, the CIDR block will be auto-allocated from the available space in the parent pool.

    maxMaskLength: Long

    Maximum mask length for this pool child pools and allocations. Default max_mask_length is 32 for IPv4.

    Controls provisioning of IP addresses from the CIDR block to other pools or allocations. Defaults to AVAILABLE.