View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PSCAutomationConfig (google_api_ai_platform v0.25.0)

PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.

Attributes

  • network (type: String.t, default: nil) - Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.
  • projectId (type: String.t, default: nil) - Required. Project id used to create forwarding rule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PSCAutomationConfig{
    network: String.t() | nil,
    projectId: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.