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

Attributes

  • attachmentTarget (type: String.t, default: nil) - The target that the firewall policy is attached to.
  • displayName (type: String.t, default: nil) - [Output Only] The display name of the firewall policy of the association.
  • firewallPolicyId (type: String.t, default: nil) - [Output Only] The firewall policy ID of the association.
  • name (type: String.t, default: nil) - The name for an association.

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.FirewallPolicyAssociation{
  attachmentTarget: String.t(),
  displayName: String.t(),
  firewallPolicyId: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.