You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/network_connectivity/lib/google_api/network_connectivity/v1/model/linked_producer_vpc_network.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork do
26
26
* `network` (*type:* `String.t`, *default:* `nil`) - Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
27
27
* `peering` (*type:* `String.t`, *default:* `nil`) - 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.
28
28
* `producerNetwork` (*type:* `String.t`, *default:* `nil`) - Output only. The URI of the Producer VPC.
29
+
* `proposedExcludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
29
30
* `proposedIncludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The proposed include export IP ranges waiting for hub administration's approval.
30
31
* `serviceConsumerVpcSpoke` (*type:* `String.t`, *default:* `nil`) - Output only. The Service Consumer Network spoke.
31
32
"""
@@ -38,6 +39,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedProducerVpcNetwork do
Copy file name to clipboardExpand all lines: clients/network_connectivity/lib/google_api/network_connectivity/v1/model/linked_vpc_network.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork do
24
24
* `excludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. IP ranges encompassing the subnets to be excluded from peering.
25
25
* `includeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. IP ranges allowed to be included from peering.
26
26
* `producerVpcSpokes` (*type:* `list(String.t)`, *default:* `nil`) - 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.
27
+
* `proposedExcludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
27
28
* `proposedIncludeExportRanges` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The proposed include export IP ranges waiting for hub administration's approval.
28
29
* `uri` (*type:* `String.t`, *default:* `nil`) - Required. The URI of the VPC network resource.
29
30
"""
@@ -34,13 +35,15 @@ defmodule GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork do
0 commit comments