@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20231129 → 0.0.20231207
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://networkmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231207
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -223,7 +223,7 @@ declare namespace gapi.client {
|
|
|
223
223
|
title?: string;
|
|
224
224
|
}
|
|
225
225
|
interface FirewallInfo {
|
|
226
|
-
/** Possible values: ALLOW, DENY */
|
|
226
|
+
/** Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP */
|
|
227
227
|
action?: string;
|
|
228
228
|
/** Possible values: INGRESS, EGRESS */
|
|
229
229
|
direction?: string;
|
|
@@ -343,18 +343,18 @@ declare namespace gapi.client {
|
|
|
343
343
|
uri?: string;
|
|
344
344
|
}
|
|
345
345
|
interface LoadBalancerBackendInfo {
|
|
346
|
-
/** Display name of the backend. For example, it might be an instance name for the instance group backends, or an IP address and port for zonal network endpoint group backends. */
|
|
347
|
-
backendDisplayName?: string;
|
|
348
346
|
/** URI of the backend service this backend belongs to (if applicable). */
|
|
349
347
|
backendServiceUri?: string;
|
|
350
|
-
/** Output only. Health check configuration state for the backend. This is a result of the static firewall analysis (verifying that health check traffic from required IP ranges to the backend is allowed or not). The backend might still be unhealthy even if these firewalls are configured. Please refer to the documentation for more information: https://cloud.google.com/load-balancing/docs/firewall-rules */
|
|
351
|
-
|
|
348
|
+
/** Output only. Health check firewalls configuration state for the backend. This is a result of the static firewall analysis (verifying that health check traffic from required IP ranges to the backend is allowed or not). The backend might still be unhealthy even if these firewalls are configured. Please refer to the documentation for more information: https://cloud.google.com/load-balancing/docs/firewall-rules */
|
|
349
|
+
healthCheckFirewallsConfigState?: string;
|
|
352
350
|
/** URI of the health check attached to this backend (if applicable). */
|
|
353
351
|
healthCheckUri?: string;
|
|
354
352
|
/** URI of the instance group this backend belongs to (if applicable). */
|
|
355
353
|
instanceGroupUri?: string;
|
|
356
354
|
/** URI of the backend instance (if applicable). Populated for instance group backends, and zonal NEG backends. */
|
|
357
355
|
instanceUri?: string;
|
|
356
|
+
/** Display name of the backend. For example, it might be an instance name for the instance group backends, or an IP address and port for zonal network endpoint group backends. */
|
|
357
|
+
name?: string;
|
|
358
358
|
/** URI of the network endpoint group this backend belongs to (if applicable). */
|
|
359
359
|
networkEndpointGroupUri?: string;
|
|
360
360
|
}
|