GoogleApi.AlloyDB.V1.Model.PscInterfaceConfig (google_api_alloy_db v0.16.0)

View Source

Configuration for setting up a PSC interface to enable outbound connectivity.

Attributes

  • networkAttachmentResource (type: String.t, default: nil) - The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.PscInterfaceConfig{
  networkAttachmentResource: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.