Class: Google::Cloud::NetworkConnectivity::V1::LinkedProducerVpcNetwork

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_export_ranges::Array<::String>

Returns Optional. IP ranges encompassing the subnets to be excluded from peering.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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