GoogleApi.NetworkManagement.V1.Model.FirewallInfo (google_api_network_management v0.9.0) View Source

For display only. Metadata associated with a Compute Engine firewall rule.

Attributes

  • action (type: String.t, default: nil) - Possible values: ALLOW, DENY
  • direction (type: String.t, default: nil) - Possible values: INGRESS, EGRESS
  • displayName (type: String.t, default: nil) - Name of a Compute Engine firewall rule.
  • networkUri (type: String.t, default: nil) - URI of a Compute Engine network.
  • priority (type: integer(), default: nil) - Priority of the firewall rule.
  • targetServiceAccounts (type: list(String.t), default: nil) - Target service accounts of the firewall rule.
  • targetTags (type: list(String.t), default: nil) - Target tags of the firewall rule.
  • uri (type: String.t, default: nil) - URI of a Compute Engine firewall rule. Implied default rule does not have URI.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1.Model.FirewallInfo{
  action: String.t(),
  direction: String.t(),
  displayName: String.t(),
  networkUri: String.t(),
  priority: integer(),
  targetServiceAccounts: [String.t()],
  targetTags: [String.t()],
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.