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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FirewallPolicyAssociation{
  attachmentTarget: String.t() | nil,
  displayName: String.t() | nil,
  firewallPolicyId: String.t() | nil,
  name: String.t() | nil,
  shortName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.