GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponse (google_api_compute v0.47.0) View Source
Attributes
-
firewallPolicys(type:list(GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.t), default:nil) - Effective firewalls from firewall policy. -
firewalls(type:list(GoogleApi.Compute.V1.Model.Firewall.t), default:nil) - Effective firewalls on the network.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponse{
firewallPolicys:
[
GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.t()
]
| nil,
firewalls: [GoogleApi.Compute.V1.Model.Firewall.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.