Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9490509

Browse files
committedDec 12, 2023
feat(networkservices): update the api
#### networkservices:v1 The following keys were added: - schemas.Gateway.properties.ipVersion.type (Total Keys: 1) #### networkservices:v1beta1 The following keys were added: - schemas.Gateway.properties.ipVersion.type (Total Keys: 1)
1 parent a2e8323 commit 9490509

6 files changed

+66
-30
lines changed
 

‎docs/dyn/networkservices_v1.projects.locations.gateways.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
body: object, The request body.
120120
The object takes the form of:
121121

122-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
122+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
123123
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
124124
&quot;A String&quot;,
125125
],
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129129
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
130130
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
131131
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
132+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
132133
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
133134
&quot;a_key&quot;: &quot;A String&quot;,
134135
},
@@ -224,7 +225,7 @@ <h3>Method Details</h3>
224225
Returns:
225226
An object of the form:
226227

227-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
228+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
228229
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
229230
&quot;A String&quot;,
230231
],
@@ -234,6 +235,7 @@ <h3>Method Details</h3>
234235
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
235236
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
236237
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
238+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
237239
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
238240
&quot;a_key&quot;: &quot;A String&quot;,
239241
},
@@ -317,7 +319,7 @@ <h3>Method Details</h3>
317319

318320
{ # Response returned by the ListGateways method.
319321
&quot;gateways&quot;: [ # List of Gateway resources.
320-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
322+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
321323
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
322324
&quot;A String&quot;,
323325
],
@@ -327,6 +329,7 @@ <h3>Method Details</h3>
327329
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
328330
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
329331
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
332+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
330333
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
331334
&quot;a_key&quot;: &quot;A String&quot;,
332335
},
@@ -373,7 +376,7 @@ <h3>Method Details</h3>
373376
body: object, The request body.
374377
The object takes the form of:
375378

376-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
379+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
377380
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
378381
&quot;A String&quot;,
379382
],
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383386
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
384387
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
385388
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
389+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
386390
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
387391
&quot;a_key&quot;: &quot;A String&quot;,
388392
},

‎docs/dyn/networkservices_v1beta1.projects.locations.gateways.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
body: object, The request body.
120120
The object takes the form of:
121121

122-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
122+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
123123
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
124124
&quot;A String&quot;,
125125
],
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129129
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
130130
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
131131
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
132+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
132133
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
133134
&quot;a_key&quot;: &quot;A String&quot;,
134135
},
@@ -224,7 +225,7 @@ <h3>Method Details</h3>
224225
Returns:
225226
An object of the form:
226227

227-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
228+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
228229
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
229230
&quot;A String&quot;,
230231
],
@@ -234,6 +235,7 @@ <h3>Method Details</h3>
234235
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
235236
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
236237
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
238+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
237239
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
238240
&quot;a_key&quot;: &quot;A String&quot;,
239241
},
@@ -317,7 +319,7 @@ <h3>Method Details</h3>
317319

318320
{ # Response returned by the ListGateways method.
319321
&quot;gateways&quot;: [ # List of Gateway resources.
320-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
322+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
321323
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
322324
&quot;A String&quot;,
323325
],
@@ -327,6 +329,7 @@ <h3>Method Details</h3>
327329
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
328330
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
329331
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
332+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
330333
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
331334
&quot;a_key&quot;: &quot;A String&quot;,
332335
},
@@ -373,7 +376,7 @@ <h3>Method Details</h3>
373376
body: object, The request body.
374377
The object takes the form of:
375378

376-
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway.
379+
{ # Gateway represents the configuration for a proxy, typically a load balancer. It captures the ip:port over which the services are exposed by the proxy, along with any policy configurations. Routes have reference to to Gateways to dictate how requests should be routed by this Gateway. Next id: 29
377380
&quot;addresses&quot;: [ # Optional. Zero or one IPv4 or IPv6 address on which the Gateway will receive the traffic. When no address is provided, an IP from the subnetwork is allocated This field only applies to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;. Gateways of type &#x27;OPEN_MESH&#x27; listen on 0.0.0.0 for IPv4 and :: for IPv6.
378381
&quot;A String&quot;,
379382
],
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383386
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the resource was created.
384387
&quot;description&quot;: &quot;A String&quot;, # Optional. A free-text description of the resource. Max length 1024 characters.
385388
&quot;gatewaySecurityPolicy&quot;: &quot;A String&quot;, # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-policy`. This policy is specific to gateways of type &#x27;SECURE_WEB_GATEWAY&#x27;.
389+
&quot;ipVersion&quot;: &quot;A String&quot;, # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
386390
&quot;labels&quot;: { # Optional. Set of label tags associated with the Gateway resource.
387391
&quot;a_key&quot;: &quot;A String&quot;,
388392
},

0 commit comments

Comments
 (0)
Please sign in to comment.