View Source GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineDestinationNetworkConfig (google_api_eventarc v0.17.1)
Represents a network config to be used for destination resolution and connectivity.
Attributes
-
networkAttachment
(type:String.t
, default:nil
) - Required. Name of the NetworkAttachment that allows access to the consumer VPC. Format:projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Eventarc.V1.Model.GoogleCloudEventarcV1PipelineDestinationNetworkConfig{ networkAttachment: String.t() | nil }