Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class LinkedVpcNetwork.
An existing VPC network.
Generated from protobuf message google.cloud.networkconnectivity.v1.LinkedVpcNetwork
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. The URI of the VPC network resource. |
↳ exclude_export_ranges |
array
Optional. IP ranges encompassing the subnets to be excluded from peering. |
↳ include_export_ranges |
array
Optional. IP ranges allowed to be included from peering. |
↳ proposed_include_export_ranges |
array
Optional. The proposed include export IP ranges waiting for hub administration's approval. |
↳ proposed_exclude_export_ranges |
array
Output only. The proposed exclude export IP ranges waiting for hub administration's approval. |
↳ producer_vpc_spokes |
array
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. |
getUri
Required. The URI of the VPC network resource.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. The URI of the VPC network resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getExcludeExportRanges
Optional. IP ranges encompassing the subnets to be excluded from peering.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExcludeExportRanges
Optional. IP ranges encompassing the subnets to be excluded from peering.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getIncludeExportRanges
Optional. IP ranges allowed to be included from peering.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIncludeExportRanges
Optional. IP ranges allowed to be included from peering.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getProposedIncludeExportRanges
Optional. The proposed include export IP ranges waiting for hub administration's approval.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProposedIncludeExportRanges
Optional. The proposed include export IP ranges waiting for hub administration's approval.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getProposedExcludeExportRanges
Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProposedExcludeExportRanges
Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getProducerVpcSpokes
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProducerVpcSpokes
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.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |