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. Because they are directly connected throuh VPC peering, NCC export filters do not apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
#proposed_exclude_export_ranges
def proposed_exclude_export_ranges() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
#proposed_include_export_ranges
def proposed_include_export_ranges() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The proposed include export IP ranges waiting for hub administration's approval.
#proposed_include_export_ranges=
def proposed_include_export_ranges=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The proposed include export IP ranges waiting for hub administration's approval.
Returns
- (::Array<::String>) — Optional. The proposed include export IP ranges waiting for hub administration's approval.
#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.