Class: Google::Cloud::Eventarc::V1::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/network_config.rb
Overview
Network Configuration that can be inherited by other protos.
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
customer's VPC. Format:
projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}
.
30 31 32 33 |
# File 'proto_docs/google/cloud/eventarc/v1/network_config.rb', line 30 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |