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

    Interface PoolSpec

    Represents the nebius.vpc.v1.PoolSpec protobuf message.

    interface PoolSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.PoolSpec";
        cidrs: PoolCidr[];
        sourcePoolId: string;
        version: IpVersion;
        visibility: IpVisibility;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.vpc.v1.PoolSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.PoolSpec protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.PoolSpec"

    Contains the fully qualified protobuf type name.

    cidrs: PoolCidr[]

    CIDR blocks defined by the pool.

    sourcePoolId: string

    ID of the source pool. CIDR blocks of a pool must be within the range defined by its source pool.

    version: IpVersion

    IP version of the pool.

    visibility: IpVisibility

    Configures whether the pool is private or public. Only public pools IP addresses are routable in the Internet.