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

    Interface PoolSpec

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

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

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1alpha1.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.v1alpha1.PoolSpec"

    Contains the fully qualified protobuf type name.

    cidrs: PoolCidr[]

    CIDR blocks.

    source?:
        | { $case: "sourcePoolId"; sourcePoolId: string }
        | { $case: "sourceScopeId"; sourceScopeId: string }

    Contains the selected value for the source protobuf oneof.

    Type Declaration

    • { $case: "sourcePoolId"; sourcePoolId: string }
      • $case: "sourcePoolId"

        Contains the case.

      • sourcePoolId: string

        Contains the source pool ID.

    • { $case: "sourceScopeId"; sourceScopeId: string }
      • $case: "sourceScopeId"

        Contains the case.

      • sourceScopeId: string

        Contains the source scope ID.

    version: IpVersion

    IP version for the Pool.