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

    Interface PoolAssignment

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

    Indexable

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

    Properties

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

    IDs of Networks to which the Pool is assigned.

    subnets: string[]

    IDs of Subnets to which the Pool is assigned.