Class: Google::Cloud::Eventarc::V1::Pipeline::Destination::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::Pipeline::Destination::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/pipeline.rb
Overview
Represents a network config to be used for destination resolution and connectivity.
Instance Attribute Summary collapse
-
#network_attachment ⇒ ::String
Required.
Instance Attribute Details
#network_attachment ⇒ ::String
Returns Required. Name of the NetworkAttachment that allows access to the
consumer VPC. Format:
projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}
.
190 191 192 193 |
# File 'proto_docs/google/cloud/eventarc/v1/pipeline.rb', line 190 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |