|
14 | 14 |
|
15 | 15 | // Generated by the disco-to-proto3-converter. DO NOT EDIT! |
16 | 16 | // Source Discovery file: compute.v1.json |
17 | | -// Source file revision: 20251202 |
| 17 | +// Source file revision: 20251210 |
18 | 18 | // API name: compute |
19 | 19 | // API version: v1 |
20 | 20 |
|
@@ -67764,6 +67764,9 @@ message StoragePool { |
67764 | 67764 | // create the resource. |
67765 | 67765 | optional string description = 422937596; |
67766 | 67766 |
|
| 67767 | + // Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB |
| 67768 | + optional StoragePoolExapoolProvisionedCapacityGb exapool_provisioned_capacity_gb = 345174240; |
| 67769 | + |
67767 | 67770 | // Output only. [Output Only] The unique identifier for the resource. This identifier is |
67768 | 67771 | // defined by the server. |
67769 | 67772 | optional uint64 id = 3355; |
@@ -67944,6 +67947,19 @@ message StoragePoolDisk { |
67944 | 67947 |
|
67945 | 67948 | } |
67946 | 67949 |
|
| 67950 | +// Exapool provisioned capacities for each SKU type |
| 67951 | +message StoragePoolExapoolProvisionedCapacityGb { |
| 67952 | + // Output only. Size, in GiB, of provisioned capacity-optimized capacity for this Exapool |
| 67953 | + optional int64 capacity_optimized = 251131874; |
| 67954 | + |
| 67955 | + // Output only. Size, in GiB, of provisioned read-optimized capacity for this Exapool |
| 67956 | + optional int64 read_optimized = 389863870; |
| 67957 | + |
| 67958 | + // Output only. Size, in GiB, of provisioned write-optimized capacity for this Exapool |
| 67959 | + optional int64 write_optimized = 492523719; |
| 67960 | + |
| 67961 | +} |
| 67962 | + |
67947 | 67963 | // A list of StoragePool resources. |
67948 | 67964 | message StoragePoolList { |
67949 | 67965 | optional string etag = 3123477; |
@@ -68015,6 +68031,20 @@ message StoragePoolResourceStatus { |
68015 | 68031 | // [Output Only] Number of disks used. |
68016 | 68032 | optional int64 disk_count = 182933485; |
68017 | 68033 |
|
| 68034 | + // Output only. [Output Only] Maximum allowed read IOPS for this Exapool. |
| 68035 | + optional int64 exapool_max_read_iops = 59241794; |
| 68036 | + |
| 68037 | + // Output only. [Output Only] Maximum allowed read throughput in MiB/s for |
| 68038 | + // this Exapool. |
| 68039 | + optional int64 exapool_max_read_throughput = 390933251; |
| 68040 | + |
| 68041 | + // Output only. [Output Only] Maximum allowed write IOPS for this Exapool. |
| 68042 | + optional int64 exapool_max_write_iops = 293212537; |
| 68043 | + |
| 68044 | + // Output only. [Output Only] Maximum allowed write throughput in MiB/s |
| 68045 | + // for this Exapool. |
| 68046 | + optional int64 exapool_max_write_throughput = 330367482; |
| 68047 | + |
68018 | 68048 | // Output only. [Output Only] Timestamp of the last successful resize inRFC3339 text format. |
68019 | 68049 | optional string last_resize_timestamp = 500825556; |
68020 | 68050 |
|
@@ -68378,7 +68408,7 @@ message Subnetwork { |
68378 | 68408 | // explicitly set, it will not appear in get listings. If not set |
68379 | 68409 | // the default behavior is determined by the org policy, if there is no org |
68380 | 68410 | // policy specified, then it will default to disabled. This field isn't |
68381 | | - // supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. |
| 68411 | + // supported if the subnet purpose field is set toREGIONAL_MANAGED_PROXY. It is recommended to uselogConfig.enable field instead. |
68382 | 68412 | optional bool enable_flow_logs = 151544420; |
68383 | 68413 |
|
68384 | 68414 | // The external IPv6 address range that is owned by this |
|
0 commit comments