Skip to main content

instances_effective_firewalls

Creates, updates, deletes, gets or lists a instances_effective_firewalls resource.

Overview

Nameinstances_effective_firewalls
TypeResource
Idgoogle.compute.instances_effective_firewalls

Fields

NameDatatypeDescription
firewallPolicysarrayEffective firewalls from firewall policies.
firewallsarrayEffective firewalls on the instance.

Methods

NameAccessible byRequired ParamsDescription
get_effective_firewallsSELECTinstance, networkInterface, project, zoneReturns effective firewalls applied to an interface of the instance.

SELECT examples

Returns effective firewalls applied to an interface of the instance.

SELECT
firewallPolicys,
firewalls
FROM google.compute.instances_effective_firewalls
WHERE instance = '{{ instance }}'
AND networkInterface = '{{ networkInterface }}'
AND project = '{{ project }}'
AND zone = '{{ zone }}';