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.
-
#proposed_exclude_export_ranges ⇒ ::Array<::String>
readonly
Output only.
-
#proposed_include_export_ranges ⇒ ::Array<::String>
Optional.
-
#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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proposed_exclude_export_ranges ⇒ ::Array<::String> (readonly)
Returns Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proposed_include_export_ranges ⇒ ::Array<::String>
Returns Optional. The proposed include export IP ranges waiting for hub administration's approval.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1404 class LinkedProducerVpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |