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: docs/dyn/networkservices_v1.projects.locations.agentGateways.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,9 @@ <h3>Method Details</h3>
148
148
],
149
149
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
150
150
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
151
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
152
+
"A String",
153
+
],
151
154
},
152
155
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
153
156
}
@@ -270,6 +273,9 @@ <h3>Method Details</h3>
270
273
],
271
274
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
272
275
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
276
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
277
+
"A String",
278
+
],
273
279
},
274
280
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
275
281
}</pre>
@@ -332,6 +338,9 @@ <h3>Method Details</h3>
332
338
],
333
339
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
334
340
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
341
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
342
+
"A String",
343
+
],
335
344
},
336
345
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
337
346
},
@@ -404,6 +413,9 @@ <h3>Method Details</h3>
404
413
],
405
414
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
406
415
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
416
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
417
+
"A String",
418
+
],
407
419
},
408
420
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
Copy file name to clipboardExpand all lines: docs/dyn/networkservices_v1.projects.locations.endpointPolicies.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112
112
113
113
{ # EndpointPolicy is a resource that helps apply desired configuration on the endpoints that match specific criteria. For example, this resource can be used to apply "authentication config" an all endpoints that serve on port 8080.
114
114
"authorizationPolicy": "A String", # Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.
115
-
"clientTlsPolicy": "A String", # Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
115
+
"clientTlsPolicy": "A String", # Optional. Deprecated: This field is not used and is a no-op. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
116
116
"createTime": "A String", # Output only. The timestamp when the resource was created.
117
117
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
118
118
"endpointMatcher": { # A definition of a matcher that selects endpoints to which the policies should be applied. # Required. A matcher that selects endpoints to which the policies should be applied.
@@ -221,7 +221,7 @@ <h3>Method Details</h3>
221
221
222
222
{ # EndpointPolicy is a resource that helps apply desired configuration on the endpoints that match specific criteria. For example, this resource can be used to apply "authentication config" an all endpoints that serve on port 8080.
223
223
"authorizationPolicy": "A String", # Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.
224
-
"clientTlsPolicy": "A String", # Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
224
+
"clientTlsPolicy": "A String", # Optional. Deprecated: This field is not used and is a no-op. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
225
225
"createTime": "A String", # Output only. The timestamp when the resource was created.
226
226
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
227
227
"endpointMatcher": { # A definition of a matcher that selects endpoints to which the policies should be applied. # Required. A matcher that selects endpoints to which the policies should be applied.
@@ -271,7 +271,7 @@ <h3>Method Details</h3>
271
271
"endpointPolicies": [ # List of EndpointPolicy resources.
272
272
{ # EndpointPolicy is a resource that helps apply desired configuration on the endpoints that match specific criteria. For example, this resource can be used to apply "authentication config" an all endpoints that serve on port 8080.
273
273
"authorizationPolicy": "A String", # Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.
274
-
"clientTlsPolicy": "A String", # Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
274
+
"clientTlsPolicy": "A String", # Optional. Deprecated: This field is not used and is a no-op. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
275
275
"createTime": "A String", # Output only. The timestamp when the resource was created.
276
276
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
277
277
"endpointMatcher": { # A definition of a matcher that selects endpoints to which the policies should be applied. # Required. A matcher that selects endpoints to which the policies should be applied.
@@ -331,7 +331,7 @@ <h3>Method Details</h3>
331
331
332
332
{ # EndpointPolicy is a resource that helps apply desired configuration on the endpoints that match specific criteria. For example, this resource can be used to apply "authentication config" an all endpoints that serve on port 8080.
333
333
"authorizationPolicy": "A String", # Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.
334
-
"clientTlsPolicy": "A String", # Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
334
+
"clientTlsPolicy": "A String", # Optional. Deprecated: This field is not used and is a no-op. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
335
335
"createTime": "A String", # Output only. The timestamp when the resource was created.
336
336
"description": "A String", # Optional. A free-text description of the resource. Max length 1024 characters.
337
337
"endpointMatcher": { # A definition of a matcher that selects endpoints to which the policies should be applied. # Required. A matcher that selects endpoints to which the policies should be applied.
Copy file name to clipboardExpand all lines: docs/dyn/networkservices_v1beta1.projects.locations.agentGateways.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,9 @@ <h3>Method Details</h3>
148
148
],
149
149
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
150
150
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
151
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
152
+
"A String",
153
+
],
151
154
},
152
155
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
153
156
}
@@ -270,6 +273,9 @@ <h3>Method Details</h3>
270
273
],
271
274
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
272
275
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
276
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
277
+
"A String",
278
+
],
273
279
},
274
280
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
275
281
}</pre>
@@ -332,6 +338,9 @@ <h3>Method Details</h3>
332
338
],
333
339
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
334
340
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
341
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
342
+
"A String",
343
+
],
335
344
},
336
345
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
337
346
},
@@ -404,6 +413,9 @@ <h3>Method Details</h3>
404
413
],
405
414
"selfManaged": { # Configuration for Self Managed deployment mode. Attach to existing Application Load Balancers or Secure Web Proxies. # Optional. Attach to existing Application Load Balancers or Secure Web Proxies.
406
415
"resourceUri": "A String", # Optional. A supported Google Cloud networking proxy in the Project and Location
416
+
"resourceUris": [ # Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri.
417
+
"A String",
418
+
],
407
419
},
408
420
"updateTime": "A String", # Output only. The timestamp when the resource was updated.
0 commit comments