Class: Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ProducerPscConfig
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ProducerPscConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb
Overview
The PSC configurations on producer side.
Instance Attribute Summary collapse
-
#service_attachment_uri ⇒ ::String
The resource path of a service attachment.
Instance Attribute Details
#service_attachment_uri ⇒ ::String
Returns The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
84 85 86 87 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/cross_network_automation.rb', line 84 class ProducerPscConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |