@maxim_mazurok/gapi.client.compute-v1 0.1.20251202 → 0.1.20251210

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 +26 -2
  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://www.googleapis.com/discovery/v1/apis/compute/v1/rest
12
- // Revision: 20251202
12
+ // Revision: 20251210
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -26293,6 +26293,8 @@ declare namespace gapi.client {
26293
26293
  * create the resource.
26294
26294
  */
26295
26295
  description?: string;
26296
+ /** Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB */
26297
+ exapoolProvisionedCapacityGb?: StoragePoolExapoolProvisionedCapacityGb;
26296
26298
  /**
26297
26299
  * Output only. [Output Only] The unique identifier for the resource. This identifier is
26298
26300
  * defined by the server.
@@ -26467,6 +26469,14 @@ declare namespace gapi.client {
26467
26469
  /** Output only. [Output Only] Amount of disk space used. */
26468
26470
  usedBytes?: string;
26469
26471
  }
26472
+ interface StoragePoolExapoolProvisionedCapacityGb {
26473
+ /** Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool */
26474
+ capacityOptimized?: string;
26475
+ /** Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool */
26476
+ readOptimized?: string;
26477
+ /** Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool */
26478
+ writeOptimized?: string;
26479
+ }
26470
26480
  interface StoragePoolList {
26471
26481
  etag?: string;
26472
26482
  /** [Output Only] Unique identifier for the resource; defined by the server. */
@@ -26594,6 +26604,20 @@ declare namespace gapi.client {
26594
26604
  interface StoragePoolResourceStatus {
26595
26605
  /** [Output Only] Number of disks used. */
26596
26606
  diskCount?: string;
26607
+ /** Output only. [Output Only] Maximum allowed read IOPS for this Exapool. */
26608
+ exapoolMaxReadIops?: string;
26609
+ /**
26610
+ * Output only. [Output Only] Maximum allowed read throughput in MiB/s for
26611
+ * this Exapool.
26612
+ */
26613
+ exapoolMaxReadThroughput?: string;
26614
+ /** Output only. [Output Only] Maximum allowed write IOPS for this Exapool. */
26615
+ exapoolMaxWriteIops?: string;
26616
+ /**
26617
+ * Output only. [Output Only] Maximum allowed write throughput in MiB/s
26618
+ * for this Exapool.
26619
+ */
26620
+ exapoolMaxWriteThroughput?: string;
26597
26621
  /** Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format. */
26598
26622
  lastResizeTimestamp?: string;
26599
26623
  /** [Output Only] Maximum allowed aggregate disk size in GiB. */
@@ -26914,7 +26938,7 @@ declare namespace gapi.client {
26914
26938
  * explicitly set, it will not appear in get listings. If not set
26915
26939
  * the default behavior is determined by the org policy, if there is no org
26916
26940
  * policy specified, then it will default to disabled. This field isn't
26917
- * supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY.
26941
+ * supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. It is recommended to uselogConfig.enable field instead.
26918
26942
  */
26919
26943
  enableFlowLogs?: boolean;
26920
26944
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.compute-v1",
3
- "version": "0.1.20251202",
3
+ "version": "0.1.20251210",
4
4
  "description": "TypeScript typings for Compute Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",