Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::LinkedVpcNetwork.
An existing VPC network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#exclude_export_ranges
def exclude_export_ranges() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. IP ranges encompassing the subnets to be excluded from peering.
#exclude_export_ranges=
def exclude_export_ranges=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
#include_export_ranges
def include_export_ranges() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. IP ranges allowed to be included from peering.
#include_export_ranges=
def include_export_ranges=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. IP ranges allowed to be included from peering.
Returns
- (::Array<::String>) — Optional. IP ranges allowed to be included from peering.
#producer_vpc_spokes
def producer_vpc_spokes() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC network.
#uri
def uri() -> ::String
Returns
- (::String) — Required. The URI of the VPC network resource.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — Required. The URI of the VPC network resource.
Returns
- (::String) — Required. The URI of the VPC network resource.