Class: Google::Cloud::NetworkConnectivity::V1::LinkedProducerVpcNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::LinkedProducerVpcNetwork
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Instance Attribute Summary collapse
-
#exclude_export_ranges ⇒ ::Array<::String>
Optional.
-
#include_export_ranges ⇒ ::Array<::String>
Optional.
-
#network ⇒ ::String
Immutable.
-
#peering ⇒ ::String
Immutable.
-
#producer_network ⇒ ::String
readonly
Output only.
-
#service_consumer_vpc_spoke ⇒ ::String
readonly
Output only.
Instance Attribute Details
#exclude_export_ranges ⇒ ::Array<::String>
Returns Optional. IP ranges encompassing the subnets to be excluded from peering.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#include_export_ranges ⇒ ::Array<::String>
Returns Optional. IP ranges allowed to be included from peering.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peering ⇒ ::String
Returns Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#producer_network ⇒ ::String (readonly)
Returns Output only. The URI of the Producer VPC.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_consumer_vpc_spoke ⇒ ::String (readonly)
Returns Output only. The Service Consumer Network spoke.
1280 1281 1282 1283 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1280 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |