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

    Variable getNodeBalancerFirewallsResponseSchemaConst

    getNodeBalancerFirewallsResponseSchema: ZodIntersection<
        ZodObject<
            {
                page: ZodReadonly<ZodInt>;
                pages: ZodReadonly<ZodInt>;
                results: ZodReadonly<ZodInt>;
            },
            $strip,
        >,
        ZodObject<
            {
                data: ZodArray<
                    ZodObject<
                        {
                            created: ZodReadonly<ZodISODateTime>;
                            entities: ZodReadonly<
                                ZodArray<
                                    ZodObject<
                                        {
                                            id: ZodInt;
                                            label: ZodReadonly<(...)>;
                                            parent_entity: ZodReadonly<(...)>;
                                            type: ZodEnum<(...)>;
                                            url: ZodReadonly<(...)>;
                                        },
                                        $strip,
                                    >,
                                >,
                            >;
                            id: ZodReadonly<ZodInt>;
                            label: ZodString;
                            rules: ZodObject<
                                {
                                    fingerprint: ZodReadonly<ZodString>;
                                    inbound: ZodArray<
                                        ZodObject<
                                            {
                                                action: ...;
                                                addresses: ...;
                                                description: ...;
                                                label: ...;
                                                ports: ...;
                                                protocol: ...;
                                            },
                                            $strip,
                                        >,
                                    >;
                                    inbound_policy: ZodEnum<{ ACCEPT: "ACCEPT"; DROP: "DROP" }>;
                                    outbound: ZodArray<
                                        ZodObject<
                                            {
                                                action: ...;
                                                addresses: ...;
                                                description: ...;
                                                label: ...;
                                                ports: ...;
                                                protocol: ...;
                                            },
                                            $strip,
                                        >,
                                    >;
                                    outbound_policy: ZodEnum<{ ACCEPT: "ACCEPT"; DROP: "DROP" }>;
                                    version: ZodReadonly<ZodInt>;
                                },
                                $strip,
                            >;
                            status: ZodEnum<
                                { deleted: "deleted"; disabled: "disabled"; enabled: "enabled" },
                            >;
                            tags: ZodArray<ZodString>;
                            updated: ZodReadonly<ZodISODateTime>;
                        },
                        $strip,
                    >,
                >;
            },
            $strip,
        >,
    > = ...

    Returns a paginated list of Firewalls assigned to this NodeBalancer.