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

    Interface NetworkSpec

    interface NetworkSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.NetworkSpec";
        ipv4PrivatePools?: IPv4PrivateNetworkPools;
        ipv4PublicPools?: IPv4PublicNetworkPools;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.NetworkSpec"
    ipv4PrivatePools?: IPv4PrivateNetworkPools

    Pools for private IPv4 addresses. Default private pools will be created if not specified. Default private pools are referred here https://docs.nebius.com/vpc/addressing/available-addresses

    ipv4PublicPools?: IPv4PublicNetworkPools

    Pools for public IPv4 addresses. Default public pool will be used if not specified.