View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscInterfaceConfig (google_api_ai_platform v0.8.0)

Configuration for PSC-I.

Attributes

  • networkAttachment (type: String.t, default: nil) - Optional. The full name of the Compute Engine network attachment to attach to the resource. For example, projects/12345/regions/us-central1/networkAttachments/myNA. is of the form projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. Where {project} is a project number, as in 12345, and {networkAttachment} is a network attachment name. To specify this field, you must have already [created a network attachment] (https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments). This field is only used for resources using PSC-I.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PscInterfaceConfig{
  networkAttachment: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.