@akamai/openapi-ts
    Preparing search index...

    Variable getNodeBalancerVpcConfigResponseSchemaConst

    getNodeBalancerVpcConfigResponseSchema: ZodObject<
        {
            id: ZodOptional<ZodReadonly<ZodInt>>;
            ipv4_range: ZodOptional<ZodString>;
            ipv4_range_auto_assign: ZodDefault<
                ZodOptional<ZodUnion<readonly [ZodDefault<ZodBoolean>, ZodNull]>>,
            >;
            nodebalancer_id: ZodOptional<ZodReadonly<ZodInt>>;
            subnet_id: ZodInt;
            vpc_id: ZodOptional<
                ZodReadonly<ZodUnion<readonly [ZodReadonly<ZodInt>, ZodNull]>>,
            >;
        },
        $strip,
    > = ...

    You can have only one VPC in a NodeBalancer configuration. If any of your backend nodes are VPC Linodes, specify the VPC subnet and CIDR range. NodeBalancer routes traffic to backend VPC nodes through this subnet. Once the NodeBalancer is created, its VPC cannot be changed.