Class: Google::Cloud::NetworkConnectivity::V1::PolicyBasedRoute::InterconnectAttachment

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

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.

Returns:

  • (::String)

    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