GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponse (google_api_compute v0.39.0) View Source
Attributes
-
firewallPolicys
(type:list(GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.t)
, default:nil
) - Effective firewalls from firewall policies. -
firewalls
(type:list(GoogleApi.Compute.V1.Model.Firewall.t)
, default:nil
) - Effective firewalls on the instance.
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.InstancesGetEffectiveFirewallsResponse{ firewallPolicys: [ GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.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.