Class: Google::Cloud::NetworkConnectivity::V1::LinkedVpcNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::LinkedVpcNetwork
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
An existing VPC network.
Instance Attribute Summary collapse
-
#exclude_export_ranges ⇒ ::Array<::String>
Optional.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#exclude_export_ranges ⇒ ::Array<::String>
Returns Optional. IP ranges encompassing the subnets to be excluded from peering.
1023 1024 1025 1026 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1023 class LinkedVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The URI of the VPC network resource.
1023 1024 1025 1026 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1023 class LinkedVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |