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

This is deprecated and has no effect. Do not use.

Attributes

  • action (type: String.t, default: nil) - This is deprecated and has no effect. Do not use.
  • conditions (type: list(GoogleApi.Compute.V1.Model.Condition.t), default: nil) - This is deprecated and has no effect. Do not use.
  • description (type: String.t, default: nil) - This is deprecated and has no effect. Do not use.
  • ins (type: list(String.t), default: nil) - This is deprecated and has no effect. Do not use.
  • logConfigs (type: list(GoogleApi.Compute.V1.Model.LogConfig.t), default: nil) - This is deprecated and has no effect. Do not use.
  • notIns (type: list(String.t), default: nil) - This is deprecated and has no effect. Do not use.
  • permissions (type: list(String.t), default: nil) - This is deprecated and has no effect. Do not use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.Rule{
  action: String.t() | nil,
  conditions: [GoogleApi.Compute.V1.Model.Condition.t()] | nil,
  description: String.t() | nil,
  ins: [String.t()] | nil,
  logConfigs: [GoogleApi.Compute.V1.Model.LogConfig.t()] | nil,
  notIns: [String.t()] | nil,
  permissions: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.