Class: Google::Cloud::Eventarc::V1::Pipeline::Destination::NetworkConfig

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    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