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

Attributes

  • displayName (type: String.t, default: nil) - [Output Only] Deprecated, please use short name instead. 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.
  • shortName (type: String.t, default: nil) - [Output Only] The short name of the firewall policy.
  • type (type: String.t, default: nil) - [Output Only] The type of the firewall policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy{
    displayName: String.t() | nil,
    name: String.t() | nil,
    rules: [GoogleApi.Compute.V1.Model.FirewallPolicyRule.t()] | nil,
    shortName: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.