Ok I've managed to do it via dbedit. cluster is called "gcp-southhub-fw-cluster"
On the management server I've created a script called dbedit.script
dbedit.script:
print network_objects gcp-southhub-fw-cluster
modify network_objects gcp-southhub-fw-cluster cluster_anti_spoofing false
update_all
print network_objects gcp-southhub-fw-cluster
quit -n
I run the command as follow:
[Expert@chkp-fwm:0]# dbedit -local -f dbedit.script | grep cluster_anti_spoofing

Now i just need to create a null_resource remote provisioner type and get it to run the script as part of the workflow