@maxim_mazurok/gapi.client.workloadmanager-v1 0.0.20240918 → 0.0.20241002
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 +5 -1
- 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://workloadmanager.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241002
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -130,6 +130,8 @@ declare namespace gapi.client {
|
|
|
130
130
|
rule?: string;
|
|
131
131
|
/** The severity of violation. */
|
|
132
132
|
severity?: string;
|
|
133
|
+
/** Execution result type of the scanned resource */
|
|
134
|
+
type?: string;
|
|
133
135
|
/** The details of violation in an evaluation result. */
|
|
134
136
|
violationDetails?: ViolationDetails;
|
|
135
137
|
/** The violation message of an execution. */
|
|
@@ -445,6 +447,8 @@ declare namespace gapi.client {
|
|
|
445
447
|
instanceNumber?: string;
|
|
446
448
|
/** Optional. Bitmask of instance role, a resource may have multiple roles at once. */
|
|
447
449
|
instanceRole?: string;
|
|
450
|
+
/** Optional. Instance is part of a DR site. */
|
|
451
|
+
isDrSite?: boolean;
|
|
448
452
|
/** Optional. A virtual hostname of the instance if it has one. */
|
|
449
453
|
virtualHostname?: string;
|
|
450
454
|
}
|