GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy (google_api_compute v0.32.0) View Source

Attributes

  • displayName (type: String.t, default: nil) - [Output Only] The display name of the firewall policy.
  • name (type: String.t, default: nil) - [Output Only] The name of the firewall policy.
  • rules (type: list(GoogleApi.Compute.V1.Model.FirewallPolicyRule.t), default: nil) - The rules that apply to the network.
  • type (type: String.t, default: nil) - [Output Only] The type of the firewall policy.

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.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy{
    displayName: String.t(),
    name: String.t(),
    rules: [GoogleApi.Compute.V1.Model.FirewallPolicyRule.t()],
    type: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.