Class: Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::InterconnectAttachment
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::InterconnectAttachment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb
Overview
InterconnectAttachment to which this route applies to.
Instance Attribute Summary collapse
-
#region ⇒ ::String
Optional.
Instance Attribute Details
#region ⇒ ::String
Returns Optional. Cloud region to install this policy based route on interconnect
attachment. Use all
to install it on all interconnect attachments.
106 107 108 109 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb', line 106 class InterconnectAttachment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |