Skip to content

Commit ff49e0b

Browse files
feat(networkconnectivity): update the api
#### networkconnectivity:v1 The following keys were added: - schemas.ConsumerPscConfig.properties.serviceAttachmentIpAddressMap (Total Keys: 3) - schemas.NextHopInterconnectAttachment (Total Keys: 5) - schemas.NextHopRouterApplianceInstance (Total Keys: 5) - schemas.NextHopVPNTunnel (Total Keys: 5) - schemas.Route.properties.nextHopInterconnectAttachment.$ref (Total Keys: 1) - schemas.Route.properties.nextHopRouterApplianceInstance.$ref (Total Keys: 1) - schemas.Route.properties.nextHopVpnTunnel.$ref (Total Keys: 1) - schemas.Route.properties.priority (Total Keys: 3)
1 parent b46b8b7 commit ff49e0b

5 files changed

+156
-27
lines changed

docs/dyn/networkconnectivity_v1.projects.locations.global_.hubs.routeTables.routes.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,25 @@ <h3>Method Details</h3>
115115
},
116116
&quot;location&quot;: &quot;A String&quot;, # Output only. The origin location of the route. Uses the following form: &quot;projects/{project}/locations/{location}&quot; Example: projects/1234/locations/us-central1
117117
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the route. Route names must be unique. Route names use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}/routes/{route_id}`
118+
&quot;nextHopInterconnectAttachment&quot;: { # A route next hop that leads to an interconnect attachment resource. # Immutable. The next-hop VLAN attachment for packets on this route.
119+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
120+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the interconnect attachment resource.
121+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this interconnect attachment is located.
122+
},
123+
&quot;nextHopRouterApplianceInstance&quot;: { # A route next hop that leads to a Router appliance instance. # Immutable. The next-hop Router appliance instance for packets on this route.
124+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
125+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the Router appliance instance.
126+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this VM is located.
127+
},
118128
&quot;nextHopVpcNetwork&quot;: { # Immutable. The destination VPC network for packets on this route.
119129
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network resource
120130
},
131+
&quot;nextHopVpnTunnel&quot;: { # A route next hop that leads to a VPN tunnel resource. # Immutable. The next-hop VPN tunnel for packets on this route.
132+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
133+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPN tunnel resource.
134+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this VPN tunnel is located.
135+
},
136+
&quot;priority&quot;: &quot;A String&quot;, # Output only. The priority of this route. Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.
121137
&quot;spoke&quot;: &quot;A String&quot;, # Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE
122138
&quot;state&quot;: &quot;A String&quot;, # Output only. The current lifecycle state of the route.
123139
&quot;type&quot;: &quot;A String&quot;, # Output only. The route&#x27;s type. Its type is determined by the properties of its IP address range.
@@ -156,9 +172,25 @@ <h3>Method Details</h3>
156172
},
157173
&quot;location&quot;: &quot;A String&quot;, # Output only. The origin location of the route. Uses the following form: &quot;projects/{project}/locations/{location}&quot; Example: projects/1234/locations/us-central1
158174
&quot;name&quot;: &quot;A String&quot;, # Immutable. The name of the route. Route names must be unique. Route names use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}/routes/{route_id}`
175+
&quot;nextHopInterconnectAttachment&quot;: { # A route next hop that leads to an interconnect attachment resource. # Immutable. The next-hop VLAN attachment for packets on this route.
176+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
177+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the interconnect attachment resource.
178+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this interconnect attachment is located.
179+
},
180+
&quot;nextHopRouterApplianceInstance&quot;: { # A route next hop that leads to a Router appliance instance. # Immutable. The next-hop Router appliance instance for packets on this route.
181+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
182+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the Router appliance instance.
183+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this VM is located.
184+
},
159185
&quot;nextHopVpcNetwork&quot;: { # Immutable. The destination VPC network for packets on this route.
160186
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPC network resource
161187
},
188+
&quot;nextHopVpnTunnel&quot;: { # A route next hop that leads to a VPN tunnel resource. # Immutable. The next-hop VPN tunnel for packets on this route.
189+
&quot;siteToSiteDataTransfer&quot;: True or False, # Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
190+
&quot;uri&quot;: &quot;A String&quot;, # The URI of the VPN tunnel resource.
191+
&quot;vpcNetwork&quot;: &quot;A String&quot;, # The VPC network where this VPN tunnel is located.
192+
},
193+
&quot;priority&quot;: &quot;A String&quot;, # Output only. The priority of this route. Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.
162194
&quot;spoke&quot;: &quot;A String&quot;, # Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE
163195
&quot;state&quot;: &quot;A String&quot;, # Output only. The current lifecycle state of the route.
164196
&quot;type&quot;: &quot;A String&quot;, # Output only. The route&#x27;s type. Its type is determined by the properties of its IP address range.

0 commit comments

Comments
 (0)