@maxim_mazurok/gapi.client.vmwareengine-v1 0.2.20260518 → 0.3.20260608

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.
Files changed (2) hide show
  1. package/index.d.ts +19 -49
  2. 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://vmwareengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260518
12
+ // Revision: 20260608
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -49,11 +49,7 @@ declare namespace gapi.client {
49
49
  privateCloud?: string;
50
50
  /** Output only. State of the resource. New values may be added to this enum when appropriate. */
51
51
  state?:
52
- | 'STATE_UNSPECIFIED'
53
- | 'ACTIVE'
54
- | 'INACTIVE'
55
- | 'DELETING'
56
- | 'CREATING';
52
+ 'STATE_UNSPECIFIED' | 'ACTIVE' | 'INACTIVE' | 'DELETING' | 'CREATING';
57
53
  /** Output only. Target Resource Type defines the type of the target for the announcement */
58
54
  targetResourceType?: string;
59
55
  /** Output only. Last update time of this resource. */
@@ -70,10 +66,7 @@ declare namespace gapi.client {
70
66
  exemptedMembers?: string[];
71
67
  /** The log type that this config enables. */
72
68
  logType?:
73
- | 'LOG_TYPE_UNSPECIFIED'
74
- | 'ADMIN_READ'
75
- | 'DATA_WRITE'
76
- | 'DATA_READ';
69
+ 'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
77
70
  }
78
71
  interface AutoscalingPolicy {
79
72
  /** Optional. Utilization thresholds pertaining to amount of consumed memory. */
@@ -166,11 +159,7 @@ declare namespace gapi.client {
166
159
  nfsDatastore?: NfsDatastore;
167
160
  /** Output only. The state of the Datastore. */
168
161
  state?:
169
- | 'STATE_UNSPECIFIED'
170
- | 'CREATING'
171
- | 'ACTIVE'
172
- | 'UPDATING'
173
- | 'DELETING';
162
+ 'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING';
174
163
  /** Output only. System-generated unique identifier for the resource. */
175
164
  uid?: string;
176
165
  /** Output only. Last update time of this resource. */
@@ -217,6 +206,12 @@ declare namespace gapi.client {
217
206
  updateTime?: string;
218
207
  }
219
208
  interface Empty {}
209
+ interface EncryptionConfig {
210
+ /** Optional. The resource name of the Cloud KMS key to be used for CMEK encryption. The format of this field is `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The key must be in the same region as the private cloud. This key is used for wrapping the key-encrypting key of vSAN clusters. This field must be provided when `type` is `CMEK` or `LEGACY_CMEK`, and must not be set when `type` is `OTHER`. */
211
+ cryptoKeyName?: string;
212
+ /** Required. The encryption type of the private cloud. */
213
+ type?: 'TYPE_UNSPECIFIED' | 'CMEK' | 'LEGACY_CMEK' | 'OTHER';
214
+ }
220
215
  interface Expr {
221
216
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
222
217
  description?: string;
@@ -250,11 +245,7 @@ declare namespace gapi.client {
250
245
  sourcePorts?: string[];
251
246
  /** Output only. The state of the resource. */
252
247
  state?:
253
- | 'STATE_UNSPECIFIED'
254
- | 'ACTIVE'
255
- | 'CREATING'
256
- | 'UPDATING'
257
- | 'DELETING';
248
+ 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING';
258
249
  /** Output only. System-generated unique identifier for the resource. */
259
250
  uid?: string;
260
251
  /** Output only. Last update time of this resource. */
@@ -273,11 +264,7 @@ declare namespace gapi.client {
273
264
  name?: string;
274
265
  /** Output only. The state of the resource. */
275
266
  state?:
276
- | 'STATE_UNSPECIFIED'
277
- | 'ACTIVE'
278
- | 'CREATING'
279
- | 'UPDATING'
280
- | 'DELETING';
267
+ 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING';
281
268
  /** Output only. System-generated unique identifier for the resource. */
282
269
  uid?: string;
283
270
  /** Output only. Last update time of this resource. */
@@ -531,12 +518,7 @@ declare namespace gapi.client {
531
518
  port?: number;
532
519
  /** Required. Protocol used by vCenter to send logs to a logging server. */
533
520
  protocol?:
534
- | 'PROTOCOL_UNSPECIFIED'
535
- | 'UDP'
536
- | 'TCP'
537
- | 'TLS'
538
- | 'SSL'
539
- | 'RELP';
521
+ 'PROTOCOL_UNSPECIFIED' | 'UDP' | 'TCP' | 'TLS' | 'SSL' | 'RELP';
540
522
  /** Required. The type of component that produces logs that will be forwarded to this logging server. */
541
523
  sourceType?: 'SOURCE_TYPE_UNSPECIFIED' | 'ESXI' | 'VCSA';
542
524
  /** Output only. System-generated unique identifier for the resource. */
@@ -640,11 +622,7 @@ declare namespace gapi.client {
640
622
  | 'GOOGLE_CLOUD_FILESTORE_INSTANCES';
641
623
  /** Output only. State of the network peering. This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate. */
642
624
  state?:
643
- | 'STATE_UNSPECIFIED'
644
- | 'INACTIVE'
645
- | 'ACTIVE'
646
- | 'CREATING'
647
- | 'DELETING';
625
+ 'STATE_UNSPECIFIED' | 'INACTIVE' | 'ACTIVE' | 'CREATING' | 'DELETING';
648
626
  /** Output only. Output Only. Details about the current state of the network peering. */
649
627
  stateDetails?: string;
650
628
  /** Output only. System-generated unique identifier for the resource. */
@@ -703,11 +681,7 @@ declare namespace gapi.client {
703
681
  nodeTypeId?: string;
704
682
  /** Output only. The state of the appliance. */
705
683
  state?:
706
- | 'STATE_UNSPECIFIED'
707
- | 'ACTIVE'
708
- | 'CREATING'
709
- | 'FAILED'
710
- | 'UPGRADING';
684
+ 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'FAILED' | 'UPGRADING';
711
685
  /** Output only. The version number of the VMware ESXi management component in this cluster. */
712
686
  version?: string;
713
687
  }
@@ -820,6 +794,8 @@ declare namespace gapi.client {
820
794
  deleteTime?: string;
821
795
  /** User-provided description for this private cloud. */
822
796
  description?: string;
797
+ /** Optional. Encryption configuration for the private cloud. If this field is left unspecified, Google default encryption is used. */
798
+ encryptionConfig?: EncryptionConfig;
823
799
  /** Output only. Time when the resource will be irreversibly deleted. */
824
800
  expireTime?: string;
825
801
  /** Output only. HCX appliance. */
@@ -861,9 +837,7 @@ declare namespace gapi.client {
861
837
  peeringId?: string;
862
838
  /** Output only. Peering state between service network and VMware Engine network. */
863
839
  peeringState?:
864
- | 'PEERING_STATE_UNSPECIFIED'
865
- | 'PEERING_ACTIVE'
866
- | 'PEERING_INACTIVE';
840
+ 'PEERING_STATE_UNSPECIFIED' | 'PEERING_ACTIVE' | 'PEERING_INACTIVE';
867
841
  /** Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported. */
868
842
  routingMode?: 'ROUTING_MODE_UNSPECIFIED' | 'GLOBAL' | 'REGIONAL';
869
843
  /** Required. Service network to create private connection. Specify the name in the following form: `projects/{project}/global/networks/{network_id}` For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc. */
@@ -1096,11 +1070,7 @@ declare namespace gapi.client {
1096
1070
  name?: string;
1097
1071
  /** Output only. State of the VMware Engine network. */
1098
1072
  state?:
1099
- | 'STATE_UNSPECIFIED'
1100
- | 'CREATING'
1101
- | 'ACTIVE'
1102
- | 'UPDATING'
1103
- | 'DELETING';
1073
+ 'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING';
1104
1074
  /** Required. VMware Engine network type. */
1105
1075
  type?: 'TYPE_UNSPECIFIED' | 'LEGACY' | 'STANDARD';
1106
1076
  /** Output only. System-generated unique identifier for the resource. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.vmwareengine-v1",
3
- "version": "0.2.20260518",
3
+ "version": "0.3.20260608",
4
4
  "description": "TypeScript typings for VMware Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",