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

    Interface IPv4PrivateSubnetPools

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

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

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    pools: SubnetPool[]

    List of private 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 private IPv4 pools from the network. Defaults to true. Must be false if pools is specified.