View Source GoogleApi.NetworkSecurity.V1.Model.FirewallEndpointAssociationReference (google_api_network_security v0.6.0)

This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.

Attributes

  • name (type: String.t, default: nil) - Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}
  • network (type: String.t, default: nil) - Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkSecurity.V1.Model.FirewallEndpointAssociationReference{
  name: String.t() | nil,
  network: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.