View Source GoogleApi.IAP.V1.Model.TunnelDestGroup (google_api_iap v0.18.0)

A TunnelDestGroup.

Attributes

  • cidrs (type: list(String.t), default: nil) - Unordered list. List of CIDRs that this group applies to.
  • fqdns (type: list(String.t), default: nil) - Unordered list. List of FQDNs that this group applies to.
  • name (type: String.t, default: nil) - Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAP.V1.Model.TunnelDestGroup{
  cidrs: [String.t()] | nil,
  fqdns: [String.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.