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
#### 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)
Copy file name to clipboardExpand all lines: docs/dyn/networkservices_v1.projects.locations.gateways.html
+8-4
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119
119
body: object, The request body.
120
120
The object takes the form of:
121
121
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
123
123
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
124
124
"A String",
125
125
],
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129
129
"createTime": "A String", # Output only. The timestamp when the resource was created.
130
130
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
131
131
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
132
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
132
133
"labels": { # Optional. Set of label tags associated with the Gateway resource.
133
134
"a_key": "A String",
134
135
},
@@ -224,7 +225,7 @@ <h3>Method Details</h3>
224
225
Returns:
225
226
An object of the form:
226
227
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
228
229
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
229
230
"A String",
230
231
],
@@ -234,6 +235,7 @@ <h3>Method Details</h3>
234
235
"createTime": "A String", # Output only. The timestamp when the resource was created.
235
236
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
236
237
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
238
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
237
239
"labels": { # Optional. Set of label tags associated with the Gateway resource.
238
240
"a_key": "A String",
239
241
},
@@ -317,7 +319,7 @@ <h3>Method Details</h3>
317
319
318
320
{ # Response returned by the ListGateways method.
319
321
"gateways": [ # 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
321
323
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
322
324
"A String",
323
325
],
@@ -327,6 +329,7 @@ <h3>Method Details</h3>
327
329
"createTime": "A String", # Output only. The timestamp when the resource was created.
328
330
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
329
331
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
332
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
330
333
"labels": { # Optional. Set of label tags associated with the Gateway resource.
331
334
"a_key": "A String",
332
335
},
@@ -373,7 +376,7 @@ <h3>Method Details</h3>
373
376
body: object, The request body.
374
377
The object takes the form of:
375
378
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
377
380
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
378
381
"A String",
379
382
],
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383
386
"createTime": "A String", # Output only. The timestamp when the resource was created.
384
387
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
385
388
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
389
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
386
390
"labels": { # Optional. Set of label tags associated with the Gateway resource.
Copy file name to clipboardExpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.gateways.html
+8-4
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119
119
body: object, The request body.
120
120
The object takes the form of:
121
121
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
123
123
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
124
124
"A String",
125
125
],
@@ -129,6 +129,7 @@ <h3>Method Details</h3>
129
129
"createTime": "A String", # Output only. The timestamp when the resource was created.
130
130
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
131
131
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
132
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
132
133
"labels": { # Optional. Set of label tags associated with the Gateway resource.
133
134
"a_key": "A String",
134
135
},
@@ -224,7 +225,7 @@ <h3>Method Details</h3>
224
225
Returns:
225
226
An object of the form:
226
227
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
228
229
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
229
230
"A String",
230
231
],
@@ -234,6 +235,7 @@ <h3>Method Details</h3>
234
235
"createTime": "A String", # Output only. The timestamp when the resource was created.
235
236
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
236
237
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
238
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
237
239
"labels": { # Optional. Set of label tags associated with the Gateway resource.
238
240
"a_key": "A String",
239
241
},
@@ -317,7 +319,7 @@ <h3>Method Details</h3>
317
319
318
320
{ # Response returned by the ListGateways method.
319
321
"gateways": [ # 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
321
323
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
322
324
"A String",
323
325
],
@@ -327,6 +329,7 @@ <h3>Method Details</h3>
327
329
"createTime": "A String", # Output only. The timestamp when the resource was created.
328
330
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
329
331
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
332
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
330
333
"labels": { # Optional. Set of label tags associated with the Gateway resource.
331
334
"a_key": "A String",
332
335
},
@@ -373,7 +376,7 @@ <h3>Method Details</h3>
373
376
body: object, The request body.
374
377
The object takes the form of:
375
378
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
377
380
"addresses": [ # 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 'SECURE_WEB_GATEWAY'. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 for IPv4 and :: for IPv6.
378
381
"A String",
379
382
],
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383
386
"createTime": "A String", # Output only. The timestamp when the resource was created.
384
387
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
385
388
"gatewaySecurityPolicy": "A String", # 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 'SECURE_WEB_GATEWAY'.
389
+
"ipVersion": "A String", # Optional. The IP Version that will be used by this gateway. Valid options are IPV4 or IPV6. Default is IPV4.
386
390
"labels": { # Optional. Set of label tags associated with the Gateway resource.
0 commit comments