@maxim_mazurok/gapi.client.workloadmanager-v1 0.2.20260602 → 0.3.20260708
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 +20 -67
- 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: 20260708
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -31,7 +31,7 @@ declare namespace gapi.client {
|
|
|
31
31
|
interface ActiveDirectory {
|
|
32
32
|
/** Optional. DNS IP address. */
|
|
33
33
|
dnsAddress?: string;
|
|
34
|
-
/** Optional. Human readable form of a domain such as
|
|
34
|
+
/** Optional. Human readable form of a domain such as `example.com`. */
|
|
35
35
|
domain?: string;
|
|
36
36
|
/** Optional. Domain username. */
|
|
37
37
|
domainUsername?: string;
|
|
@@ -39,9 +39,7 @@ declare namespace gapi.client {
|
|
|
39
39
|
secretManagerSecret?: string;
|
|
40
40
|
/** Required. Active Directory type. */
|
|
41
41
|
type?:
|
|
42
|
-
| '
|
|
43
|
-
| 'GCP_MANAGED'
|
|
44
|
-
| 'SELF_MANAGED';
|
|
42
|
+
'ACTIVE_DIRECTORY_TYPE_UNSPECIFIED' | 'GCP_MANAGED' | 'SELF_MANAGED';
|
|
45
43
|
}
|
|
46
44
|
interface Actuation {
|
|
47
45
|
/** Output only. Actuation output. */
|
|
@@ -126,20 +124,14 @@ declare namespace gapi.client {
|
|
|
126
124
|
availableVersion?: string;
|
|
127
125
|
/** Output only. Whether the agent has full access to Cloud APIs. */
|
|
128
126
|
cloudApiAccessFullScopesGranted?:
|
|
129
|
-
| '
|
|
130
|
-
| 'SUCCESS_STATE'
|
|
131
|
-
| 'FAILURE_STATE'
|
|
132
|
-
| 'ERROR_STATE';
|
|
127
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
133
128
|
/** Output only. The error message for the agent configuration if invalid. */
|
|
134
129
|
configurationErrorMessage?: string;
|
|
135
130
|
/** Output only. The path to the agent configuration file. */
|
|
136
131
|
configurationFilePath?: string;
|
|
137
132
|
/** Output only. Whether the agent configuration is valid. */
|
|
138
133
|
configurationValid?:
|
|
139
|
-
| '
|
|
140
|
-
| 'SUCCESS_STATE'
|
|
141
|
-
| 'FAILURE_STATE'
|
|
142
|
-
| 'ERROR_STATE';
|
|
134
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
143
135
|
/** Output only. The installed version of the agent on the host. */
|
|
144
136
|
installedVersion?: string;
|
|
145
137
|
/** Output only. The URI of the instance. Format: projects//zones//instances/ */
|
|
@@ -152,16 +144,10 @@ declare namespace gapi.client {
|
|
|
152
144
|
services?: AgentStatusServiceStatus[];
|
|
153
145
|
/** Output only. Whether the agent service is enabled in systemd. */
|
|
154
146
|
systemdServiceEnabled?:
|
|
155
|
-
| '
|
|
156
|
-
| 'SUCCESS_STATE'
|
|
157
|
-
| 'FAILURE_STATE'
|
|
158
|
-
| 'ERROR_STATE';
|
|
147
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
159
148
|
/** Output only. Whether the agent service is running in systemd. */
|
|
160
149
|
systemdServiceRunning?:
|
|
161
|
-
| '
|
|
162
|
-
| 'SUCCESS_STATE'
|
|
163
|
-
| 'FAILURE_STATE'
|
|
164
|
-
| 'ERROR_STATE';
|
|
150
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
165
151
|
}
|
|
166
152
|
interface AgentStatusConfigValue {
|
|
167
153
|
/** Output only. Whether the configuration value is the default value or overridden. */
|
|
@@ -174,10 +160,7 @@ declare namespace gapi.client {
|
|
|
174
160
|
interface AgentStatusIAMPermission {
|
|
175
161
|
/** Output only. Whether the permission is granted. */
|
|
176
162
|
granted?:
|
|
177
|
-
| '
|
|
178
|
-
| 'SUCCESS_STATE'
|
|
179
|
-
| 'FAILURE_STATE'
|
|
180
|
-
| 'ERROR_STATE';
|
|
163
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
181
164
|
/** Output only. The name of the permission. */
|
|
182
165
|
name?: string;
|
|
183
166
|
}
|
|
@@ -194,20 +177,14 @@ declare namespace gapi.client {
|
|
|
194
177
|
errorMessage?: string;
|
|
195
178
|
/** Output only. Whether the service is fully functional (all checks passed). */
|
|
196
179
|
fullyFunctional?:
|
|
197
|
-
| '
|
|
198
|
-
| 'SUCCESS_STATE'
|
|
199
|
-
| 'FAILURE_STATE'
|
|
200
|
-
| 'ERROR_STATE';
|
|
180
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
201
181
|
/** Output only. The permissions required for the service. */
|
|
202
182
|
iamPermissions?: AgentStatusIAMPermission[];
|
|
203
183
|
/** Output only. The name of the service. */
|
|
204
184
|
name?: string;
|
|
205
185
|
/** Output only. The state of the service (enabled or disabled in the configuration). */
|
|
206
186
|
state?:
|
|
207
|
-
| '
|
|
208
|
-
| 'SUCCESS_STATE'
|
|
209
|
-
| 'FAILURE_STATE'
|
|
210
|
-
| 'ERROR_STATE';
|
|
187
|
+
'UNSPECIFIED_STATE' | 'SUCCESS_STATE' | 'FAILURE_STATE' | 'ERROR_STATE';
|
|
211
188
|
/** Output only. The message to display when the service state is unspecified. */
|
|
212
189
|
unspecifiedStateMessage?: string;
|
|
213
190
|
}
|
|
@@ -294,10 +271,7 @@ declare namespace gapi.client {
|
|
|
294
271
|
componentHealthChecks?: HealthCheck[];
|
|
295
272
|
/** Output only. The type of the component health. */
|
|
296
273
|
componentHealthType?:
|
|
297
|
-
| '
|
|
298
|
-
| 'TYPE_REQUIRED'
|
|
299
|
-
| 'TYPE_OPTIONAL'
|
|
300
|
-
| 'TYPE_SPECIAL';
|
|
274
|
+
'TYPE_UNSPECIFIED' | 'TYPE_REQUIRED' | 'TYPE_OPTIONAL' | 'TYPE_SPECIAL';
|
|
301
275
|
/** Output only. The health state of the component. */
|
|
302
276
|
state?:
|
|
303
277
|
| 'HEALTH_STATE_UNSPECIFIED'
|
|
@@ -394,10 +368,7 @@ declare namespace gapi.client {
|
|
|
394
368
|
workerPool?: string;
|
|
395
369
|
/** Optional. Workload type of the deployment. */
|
|
396
370
|
workloadType?:
|
|
397
|
-
| '
|
|
398
|
-
| 'SAP_S4'
|
|
399
|
-
| 'SQL_SERVER'
|
|
400
|
-
| 'ORACLE';
|
|
371
|
+
'WORKLOAD_TYPE_UNSPECIFIED' | 'SAP_S4' | 'SQL_SERVER' | 'ORACLE';
|
|
401
372
|
}
|
|
402
373
|
interface DeploymentOutput {
|
|
403
374
|
/** Name of the resource. */
|
|
@@ -417,10 +388,7 @@ declare namespace gapi.client {
|
|
|
417
388
|
description?: string;
|
|
418
389
|
/** Evaluation type. */
|
|
419
390
|
evaluationType?:
|
|
420
|
-
| '
|
|
421
|
-
| 'SAP'
|
|
422
|
-
| 'SQL_SERVER'
|
|
423
|
-
| 'OTHER';
|
|
391
|
+
'EVALUATION_TYPE_UNSPECIFIED' | 'SAP' | 'SQL_SERVER' | 'OTHER';
|
|
424
392
|
/** Optional. Immutable. Customer-managed encryption key name, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*. The key will be used for CMEK encryption of the evaluation resource. */
|
|
425
393
|
kmsKey?: string;
|
|
426
394
|
/** Labels as key value pairs. */
|
|
@@ -654,9 +622,7 @@ declare namespace gapi.client {
|
|
|
654
622
|
/** Optional. DNS zone name suffix. */
|
|
655
623
|
dnsZoneNameSuffix?: string;
|
|
656
624
|
internetAccess?:
|
|
657
|
-
| '
|
|
658
|
-
| 'ALLOW_EXTERNAL_IP'
|
|
659
|
-
| 'CONFIGURE_NAT';
|
|
625
|
+
'INTERNETACCESS_UNSPECIFIED' | 'ALLOW_EXTERNAL_IP' | 'CONFIGURE_NAT';
|
|
660
626
|
/** Optional. Network project. */
|
|
661
627
|
networkProject?: string;
|
|
662
628
|
/** Required. Region name. */
|
|
@@ -1061,14 +1027,10 @@ declare namespace gapi.client {
|
|
|
1061
1027
|
database?: DatabaseDetails;
|
|
1062
1028
|
/** Required. Supports non-HA and HA models. */
|
|
1063
1029
|
deploymentModel?:
|
|
1064
|
-
| '
|
|
1065
|
-
| 'DISTRIBUTED'
|
|
1066
|
-
| 'DISTRIBUTED_HA';
|
|
1030
|
+
'DEPLOYMENT_MODEL_UNSPECIFIED' | 'DISTRIBUTED' | 'DISTRIBUTED_HA';
|
|
1067
1031
|
/** Required. Deployment environment. */
|
|
1068
1032
|
environmentType?:
|
|
1069
|
-
| '
|
|
1070
|
-
| 'NON_PRODUCTION'
|
|
1071
|
-
| 'PRODUCTION';
|
|
1033
|
+
'ENVIRONMENT_TYPE_UNSPECIFIED' | 'NON_PRODUCTION' | 'PRODUCTION';
|
|
1072
1034
|
/** The project that infrastructure is deployed in. Currently only supports the same project where the deployment resource exists. */
|
|
1073
1035
|
gcpProjectId?: string;
|
|
1074
1036
|
/** Database details. */
|
|
@@ -1164,9 +1126,7 @@ declare namespace gapi.client {
|
|
|
1164
1126
|
gcpProjectId?: string;
|
|
1165
1127
|
/** Required. Internet Access. */
|
|
1166
1128
|
internetAccess?:
|
|
1167
|
-
| '
|
|
1168
|
-
| 'ALLOW_EXTERNAL_IP'
|
|
1169
|
-
| 'CONFIGURE_NAT';
|
|
1129
|
+
'INTERNET_ACCESS_UNSPECIFIED' | 'ALLOW_EXTERNAL_IP' | 'CONFIGURE_NAT';
|
|
1170
1130
|
/** Required. Network name. */
|
|
1171
1131
|
network?: string;
|
|
1172
1132
|
/** Required. Primary zone. */
|
|
@@ -1227,9 +1187,7 @@ declare namespace gapi.client {
|
|
|
1227
1187
|
| 'SINGLE_INSTANCE';
|
|
1228
1188
|
/** Required. Deployment environment. */
|
|
1229
1189
|
environmentType?:
|
|
1230
|
-
| '
|
|
1231
|
-
| 'NON_PRODUCTION'
|
|
1232
|
-
| 'PRODUCTION';
|
|
1190
|
+
'ENVIRONMENT_TYPE_UNSPECIFIED' | 'NON_PRODUCTION' | 'PRODUCTION';
|
|
1233
1191
|
/** Optional. SHARED_DISK or S2D. */
|
|
1234
1192
|
fciType?: 'FCI_TYPE_UNSPECIFIED' | 'SHARED_DISK' | 'S2D';
|
|
1235
1193
|
/** Optional. AOAG or FCI. It is only needed for the High Availability deployment mode. */
|
|
@@ -1251,9 +1209,7 @@ declare namespace gapi.client {
|
|
|
1251
1209
|
osImage?: string;
|
|
1252
1210
|
/** Optional. OS image type. It's used to create boot disks for VM instances. When either Windows licensing type or SQL licensing type is BYOL, this option is disabled and defaults to a custom image. */
|
|
1253
1211
|
osImageType?:
|
|
1254
|
-
| '
|
|
1255
|
-
| 'PUBLIC_IMAGE'
|
|
1256
|
-
| 'CUSTOM_IMAGE';
|
|
1212
|
+
'OS_IMAGE_TYPE_UNSPECIFIED' | 'PUBLIC_IMAGE' | 'CUSTOM_IMAGE';
|
|
1257
1213
|
/** Optional. Pacemaker configuration, only applicable for Linux HA deployments. */
|
|
1258
1214
|
pacemaker?: Pacemaker;
|
|
1259
1215
|
/** Optional. SQL Server Edition type, only applicable when the operating system is Linux. */
|
|
@@ -2473,10 +2429,7 @@ declare namespace gapi.client {
|
|
|
2473
2429
|
customRulesBucket?: string;
|
|
2474
2430
|
/** Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules. */
|
|
2475
2431
|
evaluationType?:
|
|
2476
|
-
| '
|
|
2477
|
-
| 'SAP'
|
|
2478
|
-
| 'SQL_SERVER'
|
|
2479
|
-
| 'OTHER';
|
|
2432
|
+
'EVALUATION_TYPE_UNSPECIFIED' | 'SAP' | 'SQL_SERVER' | 'OTHER';
|
|
2480
2433
|
/** Selector specifying which fields to include in a partial response. */
|
|
2481
2434
|
fields?: string;
|
|
2482
2435
|
/** Filter based on primary_category, secondary_category. */
|