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

Attributes

  • name (type: String.t, default: nil) - Name of the secure tag, created with TagManager's TagValue API.
  • state (type: String.t, default: nil) - [Output Only] State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FirewallPolicyRuleSecureTag{
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.