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

    Interface IPv4PublicSubnetPools

    interface IPv4PublicSubnetPools {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.IPv4PublicSubnetPools";
        pools: SubnetPool[];
        useNetworkPools: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.IPv4PublicSubnetPools"
    pools: SubnetPool[]

    List of public IPv4 CIDR blocks for this subnet. Must not overlap with other resources in the network. Must be empty if use_network_pools is true.

    useNetworkPools: boolean

    If true, inherit public IPv4 pools from the network. Must be false if pools is specified.