View Source GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponse (google_api_compute v0.56.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponse{
  firewallPolicys:
    [
      GoogleApi.Compute.V1.Model.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.t()
    ]
    | nil,
  firewalls: [GoogleApi.Compute.V1.Model.Firewall.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.