gce_make_firewall_webports: Make HTTP and HTTPS firewall rules

View source: R/firewalls.R

gce_make_firewall_webportsR Documentation

Make HTTP and HTTPS firewall rules

Description

Do the common use case of opening HTTP and HTTPS ports

Usage

gce_make_firewall_webports(project = gce_get_global_project())

Arguments

project

The project the firewall will open for

Details

This will invoke gce_make_firewall_rule and look for the rules named allow-http and allow-https. If not present, it will create them.

Value

Vector of the firewall objects

See Also

Other firewall functions: gce_delete_firewall_rule(), gce_get_firewall_rule(), gce_list_firewall_rules(), gce_make_firewall_rule()


cloudyr/googleComputeEngineR documentation built on June 11, 2025, 8:47 a.m.