@pulumi/gcp 9.27.0 → 9.28.0

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 (157) hide show
  1. package/apigee/api.d.ts +1 -1
  2. package/apigee/api.d.ts.map +1 -1
  3. package/apigee/environmentDebugmask.d.ts +248 -0
  4. package/apigee/environmentDebugmask.d.ts.map +1 -0
  5. package/apigee/environmentDebugmask.js +163 -0
  6. package/apigee/environmentDebugmask.js.map +1 -0
  7. package/apigee/index.d.ts +3 -0
  8. package/apigee/index.d.ts.map +1 -1
  9. package/apigee/index.js +6 -1
  10. package/apigee/index.js.map +1 -1
  11. package/backupdisasterrecovery/restoreWorkload.d.ts +9 -9
  12. package/ces/guardrail.d.ts +41 -0
  13. package/ces/guardrail.d.ts.map +1 -1
  14. package/ces/guardrail.js +41 -0
  15. package/ces/guardrail.js.map +1 -1
  16. package/chronicle/index.d.ts +6 -0
  17. package/chronicle/index.d.ts.map +1 -1
  18. package/chronicle/index.js +11 -1
  19. package/chronicle/index.js.map +1 -1
  20. package/chronicle/parser.d.ts +474 -0
  21. package/chronicle/parser.d.ts.map +1 -0
  22. package/chronicle/parser.js +207 -0
  23. package/chronicle/parser.js.map +1 -0
  24. package/chronicle/soarNetwork.d.ts +217 -0
  25. package/chronicle/soarNetwork.d.ts.map +1 -0
  26. package/chronicle/soarNetwork.js +151 -0
  27. package/chronicle/soarNetwork.js.map +1 -0
  28. package/cloudrun/service.d.ts +1 -10
  29. package/cloudrun/service.d.ts.map +1 -1
  30. package/cloudrun/service.js +1 -10
  31. package/cloudrun/service.js.map +1 -1
  32. package/cloudrunv2/service.d.ts +0 -1
  33. package/cloudrunv2/service.d.ts.map +1 -1
  34. package/cloudrunv2/service.js +0 -1
  35. package/cloudrunv2/service.js.map +1 -1
  36. package/cloudrunv2/workerPool.d.ts +4 -0
  37. package/cloudrunv2/workerPool.d.ts.map +1 -1
  38. package/cloudrunv2/workerPool.js +4 -0
  39. package/cloudrunv2/workerPool.js.map +1 -1
  40. package/cloudsecuritycompliance/cloudControl.d.ts +345 -4
  41. package/cloudsecuritycompliance/cloudControl.d.ts.map +1 -1
  42. package/cloudsecuritycompliance/cloudControl.js +310 -6
  43. package/cloudsecuritycompliance/cloudControl.js.map +1 -1
  44. package/cloudsecuritycompliance/framework.d.ts +168 -9
  45. package/cloudsecuritycompliance/framework.d.ts.map +1 -1
  46. package/cloudsecuritycompliance/framework.js +131 -9
  47. package/cloudsecuritycompliance/framework.js.map +1 -1
  48. package/cloudsecuritycompliance/frameworkDeployment.d.ts +545 -7
  49. package/cloudsecuritycompliance/frameworkDeployment.d.ts.map +1 -1
  50. package/cloudsecuritycompliance/frameworkDeployment.js +506 -8
  51. package/cloudsecuritycompliance/frameworkDeployment.js.map +1 -1
  52. package/compute/getRegionTargetHttpProxy.d.ts +107 -0
  53. package/compute/getRegionTargetHttpProxy.d.ts.map +1 -0
  54. package/compute/getRegionTargetHttpProxy.js +83 -0
  55. package/compute/getRegionTargetHttpProxy.js.map +1 -0
  56. package/compute/getRegionTargetHttpsProxy.d.ts +111 -0
  57. package/compute/getRegionTargetHttpsProxy.d.ts.map +1 -0
  58. package/compute/getRegionTargetHttpsProxy.js +83 -0
  59. package/compute/getRegionTargetHttpsProxy.js.map +1 -0
  60. package/compute/getReservation.d.ts +1 -0
  61. package/compute/getReservation.d.ts.map +1 -1
  62. package/compute/getReservation.js.map +1 -1
  63. package/compute/getTargetHttpProxy.d.ts +98 -0
  64. package/compute/getTargetHttpProxy.d.ts.map +1 -0
  65. package/compute/getTargetHttpProxy.js +81 -0
  66. package/compute/getTargetHttpProxy.js.map +1 -0
  67. package/compute/getTargetHttpsProxy.d.ts +105 -0
  68. package/compute/getTargetHttpsProxy.d.ts.map +1 -0
  69. package/compute/getTargetHttpsProxy.js +81 -0
  70. package/compute/getTargetHttpsProxy.js.map +1 -0
  71. package/compute/index.d.ts +12 -0
  72. package/compute/index.d.ts.map +1 -1
  73. package/compute/index.js +17 -5
  74. package/compute/index.js.map +1 -1
  75. package/compute/regionCommitment.d.ts +1 -1
  76. package/compute/regionCommitment.d.ts.map +1 -1
  77. package/compute/reservation.d.ts +15 -0
  78. package/compute/reservation.d.ts.map +1 -1
  79. package/compute/reservation.js +2 -0
  80. package/compute/reservation.js.map +1 -1
  81. package/compute/securityScanConfig.d.ts +6 -0
  82. package/compute/securityScanConfig.d.ts.map +1 -1
  83. package/compute/securityScanConfig.js +6 -0
  84. package/compute/securityScanConfig.js.map +1 -1
  85. package/databasemigrationservice/migrationJob.d.ts +27 -0
  86. package/databasemigrationservice/migrationJob.d.ts.map +1 -1
  87. package/databasemigrationservice/migrationJob.js +4 -0
  88. package/databasemigrationservice/migrationJob.js.map +1 -1
  89. package/migrationcenter/importDataFile.d.ts +245 -0
  90. package/migrationcenter/importDataFile.d.ts.map +1 -0
  91. package/migrationcenter/importDataFile.js +150 -0
  92. package/migrationcenter/importDataFile.js.map +1 -0
  93. package/migrationcenter/index.d.ts +3 -0
  94. package/migrationcenter/index.d.ts.map +1 -1
  95. package/migrationcenter/index.js +6 -1
  96. package/migrationcenter/index.js.map +1 -1
  97. package/networksecurity/authzPolicy.d.ts +18 -1
  98. package/networksecurity/authzPolicy.d.ts.map +1 -1
  99. package/networksecurity/authzPolicy.js +2 -1
  100. package/networksecurity/authzPolicy.js.map +1 -1
  101. package/networkservices/agentGateway.d.ts +47 -9
  102. package/networkservices/agentGateway.d.ts.map +1 -1
  103. package/networkservices/agentGateway.js +30 -10
  104. package/networkservices/agentGateway.js.map +1 -1
  105. package/networkservices/authzExtension.d.ts +3 -0
  106. package/networkservices/authzExtension.d.ts.map +1 -1
  107. package/networkservices/authzExtension.js +3 -0
  108. package/networkservices/authzExtension.js.map +1 -1
  109. package/oracledatabase/getGoldengateDeploymentVersions.d.ts +135 -0
  110. package/oracledatabase/getGoldengateDeploymentVersions.d.ts.map +1 -0
  111. package/oracledatabase/getGoldengateDeploymentVersions.js +137 -0
  112. package/oracledatabase/getGoldengateDeploymentVersions.js.map +1 -0
  113. package/oracledatabase/goldengateDeployment.d.ts +1 -1
  114. package/oracledatabase/goldengateDeployment.js +1 -1
  115. package/oracledatabase/index.d.ts +3 -0
  116. package/oracledatabase/index.d.ts.map +1 -1
  117. package/oracledatabase/index.js +4 -1
  118. package/oracledatabase/index.js.map +1 -1
  119. package/package.json +2 -2
  120. package/pubsub/schema.d.ts +8 -0
  121. package/pubsub/schema.d.ts.map +1 -1
  122. package/pubsub/schema.js +2 -0
  123. package/pubsub/schema.js.map +1 -1
  124. package/pubsub/topic.d.ts +2 -0
  125. package/pubsub/topic.d.ts.map +1 -1
  126. package/pubsub/topic.js +2 -0
  127. package/pubsub/topic.js.map +1 -1
  128. package/storage/getControlProjectIntelligenceFinding.d.ts +137 -0
  129. package/storage/getControlProjectIntelligenceFinding.d.ts.map +1 -0
  130. package/storage/getControlProjectIntelligenceFinding.js +79 -0
  131. package/storage/getControlProjectIntelligenceFinding.js.map +1 -0
  132. package/storage/getControlProjectIntelligenceFindings.d.ts +92 -0
  133. package/storage/getControlProjectIntelligenceFindings.d.ts.map +1 -0
  134. package/storage/getControlProjectIntelligenceFindings.js +81 -0
  135. package/storage/getControlProjectIntelligenceFindings.js.map +1 -0
  136. package/storage/index.d.ts +6 -0
  137. package/storage/index.d.ts.map +1 -1
  138. package/storage/index.js +8 -2
  139. package/storage/index.js.map +1 -1
  140. package/storage/managedFolderIamBinding.d.ts +3 -0
  141. package/storage/managedFolderIamBinding.d.ts.map +1 -1
  142. package/storage/managedFolderIamBinding.js.map +1 -1
  143. package/storage/managedFolderIamMember.d.ts +3 -0
  144. package/storage/managedFolderIamMember.d.ts.map +1 -1
  145. package/storage/managedFolderIamMember.js.map +1 -1
  146. package/types/input.d.ts +446 -10
  147. package/types/input.d.ts.map +1 -1
  148. package/types/output.d.ts +1337 -10
  149. package/types/output.d.ts.map +1 -1
  150. package/vertex/aiTensorboardExperiment.d.ts +323 -0
  151. package/vertex/aiTensorboardExperiment.d.ts.map +1 -0
  152. package/vertex/aiTensorboardExperiment.js +161 -0
  153. package/vertex/aiTensorboardExperiment.js.map +1 -0
  154. package/vertex/index.d.ts +3 -0
  155. package/vertex/index.d.ts.map +1 -1
  156. package/vertex/index.js +7 -2
  157. package/vertex/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -8696,6 +8696,10 @@ export declare namespace backupdisasterrecovery {
8696
8696
  * Required. Target project for the Compute Engine instance.
8697
8697
  */
8698
8698
  project: string;
8699
+ /**
8700
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
8701
+ */
8702
+ useProjectServiceAccount?: boolean;
8699
8703
  /**
8700
8704
  * Required. The zone of the Compute Engine instance.
8701
8705
  */
@@ -8826,6 +8830,10 @@ export declare namespace backupdisasterrecovery {
8826
8830
  * Required. Target project for the disk.
8827
8831
  */
8828
8832
  project: string;
8833
+ /**
8834
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
8835
+ */
8836
+ useProjectServiceAccount?: boolean;
8829
8837
  /**
8830
8838
  * Required. Target zone for the disk.
8831
8839
  */
@@ -8844,6 +8852,10 @@ export declare namespace backupdisasterrecovery {
8844
8852
  * Required. Target URLs of the replica zones for the disk.
8845
8853
  */
8846
8854
  replicaZones: string[];
8855
+ /**
8856
+ * If true, use the BackupDR P4SA credentials for same-project restores. Default is false.
8857
+ */
8858
+ useProjectServiceAccount?: boolean;
8847
8859
  }
8848
8860
  interface RestoreWorkloadTargetResource {
8849
8861
  /**
@@ -27116,6 +27128,175 @@ export declare namespace chronicle {
27116
27128
  */
27117
27129
  filterOperator?: string;
27118
27130
  }
27131
+ interface ParserChangelog {
27132
+ /**
27133
+ * all the changelog of a parser.
27134
+ * Structure is documented below.
27135
+ */
27136
+ entries?: outputs.chronicle.ParserChangelogEntry[];
27137
+ }
27138
+ interface ParserChangelogEntry {
27139
+ /**
27140
+ * (Output)
27141
+ * The changelog message.
27142
+ */
27143
+ changeMessage: string;
27144
+ /**
27145
+ * (Output)
27146
+ * Time at which changelog was created.
27147
+ */
27148
+ createTime: string;
27149
+ /**
27150
+ * (Output)
27151
+ * Flag whether the entry is added or deleted.
27152
+ * This will be true in case of rollback and false in case of upgrade.
27153
+ */
27154
+ deleted: boolean;
27155
+ /**
27156
+ * (Output)
27157
+ * The parser version for which the changelog is created.
27158
+ */
27159
+ parserVersion: string;
27160
+ }
27161
+ interface ParserCreator {
27162
+ /**
27163
+ * (Output)
27164
+ * The name of the author, who created this parser.
27165
+ */
27166
+ author: string;
27167
+ /**
27168
+ * (Output)
27169
+ * The customer who created it, This can represent the partner as well.
27170
+ * In case of prebuilt parser this will be empty.
27171
+ */
27172
+ customer: string;
27173
+ /**
27174
+ * (Output)
27175
+ * The source of the parser.
27176
+ * Possible values:
27177
+ * GOOGLE
27178
+ * CUSTOM_GOOGLE_OVERRIDE
27179
+ * PARTNER
27180
+ * CUSTOMER
27181
+ */
27182
+ source: string;
27183
+ }
27184
+ interface ParserLowCode {
27185
+ /**
27186
+ * A representation of a parser extension as a set of field extractors.
27187
+ * Structure is documented below.
27188
+ */
27189
+ fieldExtractors?: outputs.chronicle.ParserLowCodeFieldExtractors;
27190
+ /**
27191
+ * The log used to create this low code parser in the UI.
27192
+ */
27193
+ log?: string;
27194
+ }
27195
+ interface ParserLowCodeFieldExtractors {
27196
+ /**
27197
+ * Whether to append repeated fields or not.
27198
+ * When false, repeated fields will be replaced.
27199
+ */
27200
+ appendRepeatedFields?: boolean;
27201
+ /**
27202
+ * List of FieldExtractors.
27203
+ * Structure is documented below.
27204
+ */
27205
+ extractors?: outputs.chronicle.ParserLowCodeFieldExtractorsExtractor[];
27206
+ /**
27207
+ * Possible values:
27208
+ * JSON
27209
+ * CSV
27210
+ * XML
27211
+ */
27212
+ logFormat?: string;
27213
+ /**
27214
+ * PreProcessConfig holds the GROK expression to extract the syslog header.
27215
+ * Structure is documented below.
27216
+ */
27217
+ preprocessConfig?: outputs.chronicle.ParserLowCodeFieldExtractorsPreprocessConfig;
27218
+ /**
27219
+ * (Output)
27220
+ * CBN snippet generated from field extractors.
27221
+ */
27222
+ transformedCbnSnippet: string;
27223
+ }
27224
+ interface ParserLowCodeFieldExtractorsExtractor {
27225
+ /**
27226
+ * Path in generated event which is to be populated. This is required if the
27227
+ * FieldExtractor is used to specify the parser extension.
27228
+ */
27229
+ destinationPath?: string;
27230
+ /**
27231
+ * Field path could be a json path, xml path or csv column name
27232
+ * depending on log format. It refers to a section or substring in raw log.
27233
+ * This is required if the FieldExtractor is used to specify the parser
27234
+ * extension.
27235
+ */
27236
+ fieldPath?: string;
27237
+ /**
27238
+ * Operator used for precondition.
27239
+ * Possible values:
27240
+ * EQUALS
27241
+ * NOT_EQUALS
27242
+ */
27243
+ preconditionOp?: string;
27244
+ /**
27245
+ * Precondition path could be a json path, xml path or csv column name
27246
+ * depending on log format. It refers to a section or substring in raw log.
27247
+ */
27248
+ preconditionPath?: string;
27249
+ /**
27250
+ * Precondition value.
27251
+ */
27252
+ preconditionValue?: string;
27253
+ /**
27254
+ * Value to be mapped to the destination path directly.
27255
+ */
27256
+ value?: string;
27257
+ }
27258
+ interface ParserLowCodeFieldExtractorsPreprocessConfig {
27259
+ /**
27260
+ * GROK Regex to extract the structured part of the log.
27261
+ * syntax documentation:
27262
+ * www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html
27263
+ */
27264
+ grokRegex?: string;
27265
+ /**
27266
+ * Target field name for the structured part of the log.
27267
+ * This should match a SEMANTIC identifier from the grok expression.
27268
+ */
27269
+ target?: string;
27270
+ }
27271
+ interface ParserVersionInfo {
27272
+ /**
27273
+ * Signifies if the parser is disabled for auto upgrade. If true, the parser
27274
+ * will not be upgraded by the auto upgrade process.
27275
+ */
27276
+ autoUpgradeDisabled: boolean;
27277
+ /**
27278
+ * (Output)
27279
+ * The resource name of latest Parser for this logtype.
27280
+ * Format:
27281
+ * projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type}/parsers/{parser}/{id}
27282
+ */
27283
+ latestParser: string;
27284
+ /**
27285
+ * (Output)
27286
+ * The version for the latest available stable version of the parser.
27287
+ */
27288
+ latestParserVersion: string;
27289
+ /**
27290
+ * (Output)
27291
+ * Signifies if rollback is available for this parser version.
27292
+ */
27293
+ rollbackAvailable: boolean;
27294
+ /**
27295
+ * (Output)
27296
+ * The version of the parser.
27297
+ */
27298
+ version: string;
27299
+ }
27119
27300
  interface ReferenceListEntry {
27120
27301
  /**
27121
27302
  * Required. The value of the entry. Maximum length is 512 characters.
@@ -36109,6 +36290,14 @@ export declare namespace cloudrunv2 {
36109
36290
  annotations: {
36110
36291
  [key: string]: string;
36111
36292
  };
36293
+ /**
36294
+ * Arbitrary identifier for the API client.
36295
+ */
36296
+ client: string;
36297
+ /**
36298
+ * Arbitrary version identifier for the API client.
36299
+ */
36300
+ clientVersion: string;
36112
36301
  /**
36113
36302
  * Holds the containers that define the unit of execution for this WorkerPool.
36114
36303
  */
@@ -36293,6 +36482,10 @@ export declare namespace cloudrunv2 {
36293
36482
  port: number;
36294
36483
  }
36295
36484
  interface GetWorkerPoolTemplateContainerLivenessProbeHttpGetHttpHeader {
36485
+ /**
36486
+ * The name of the Cloud Run v2 Worker Pool.
36487
+ */
36488
+ name: string;
36296
36489
  /**
36297
36490
  * Required. The header field name
36298
36491
  */
@@ -36371,6 +36564,10 @@ export declare namespace cloudrunv2 {
36371
36564
  port: number;
36372
36565
  }
36373
36566
  interface GetWorkerPoolTemplateContainerStartupProbeHttpGetHttpHeader {
36567
+ /**
36568
+ * The name of the Cloud Run v2 Worker Pool.
36569
+ */
36570
+ name: string;
36374
36571
  /**
36375
36572
  * Required. The header field name
36376
36573
  */
@@ -38141,6 +38338,14 @@ export declare namespace cloudrunv2 {
38141
38338
  annotations?: {
38142
38339
  [key: string]: string;
38143
38340
  };
38341
+ /**
38342
+ * Arbitrary identifier for the API client.
38343
+ */
38344
+ client?: string;
38345
+ /**
38346
+ * Arbitrary version identifier for the API client.
38347
+ */
38348
+ clientVersion?: string;
38144
38349
  /**
38145
38350
  * Holds the containers that define the unit of execution for this WorkerPool.
38146
38351
  * Structure is documented below.
@@ -38342,7 +38547,16 @@ export declare namespace cloudrunv2 {
38342
38547
  /**
38343
38548
  * Required. The header field name
38344
38549
  */
38345
- port: number;
38550
+ name?: string;
38551
+ /**
38552
+ * (Optional, Deprecated)
38553
+ * Required. The header field name
38554
+ *
38555
+ * > **Warning:** `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
38556
+ *
38557
+ * @deprecated `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
38558
+ */
38559
+ port?: number;
38346
38560
  /**
38347
38561
  * Optional. The header field value
38348
38562
  */
@@ -38424,7 +38638,16 @@ export declare namespace cloudrunv2 {
38424
38638
  /**
38425
38639
  * Required. The header field name
38426
38640
  */
38427
- port: number;
38641
+ name?: string;
38642
+ /**
38643
+ * (Optional, Deprecated)
38644
+ * Required. The header field name
38645
+ *
38646
+ * > **Warning:** `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
38647
+ *
38648
+ * @deprecated `port` field is deprecated and will be removed in a future major release. It was never supported by the API.
38649
+ */
38650
+ port?: number;
38428
38651
  /**
38429
38652
  * Optional. The header field value
38430
38653
  */
@@ -39334,7 +39557,7 @@ export declare namespace cloudsecuritycompliance {
39334
39557
  majorRevisionId: string;
39335
39558
  /**
39336
39559
  * The name of the CloudControl in the format:
39337
- * “organizations/{organization}/locations/{location}/cloudControls/{cloud-control}
39560
+ * "{parent}/locations/{location}/cloudControls/{cloud-control}"
39338
39561
  */
39339
39562
  name: string;
39340
39563
  /**
@@ -39426,7 +39649,7 @@ export declare namespace cloudsecuritycompliance {
39426
39649
  /**
39427
39650
  * (Output)
39428
39651
  * The name of the CloudControlDeployment. The format is:
39429
- * organizations/{org}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
39652
+ * {parent}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
39430
39653
  */
39431
39654
  cloudControlDeployment: string;
39432
39655
  }
@@ -39452,8 +39675,7 @@ export declare namespace cloudsecuritycompliance {
39452
39675
  majorRevisionId: string;
39453
39676
  /**
39454
39677
  * The name of the CloudControl in the format:
39455
- * “organizations/{organization}/locations/{location}/
39456
- * cloudControls/{cloud-control}”
39678
+ * "{parent}/locations/{location}/cloudControls/{cloud-control}"
39457
39679
  */
39458
39680
  name: string;
39459
39681
  /**
@@ -39544,7 +39766,7 @@ export declare namespace cloudsecuritycompliance {
39544
39766
  interface FrameworkDeploymentFramework {
39545
39767
  /**
39546
39768
  * In the format:
39547
- * organizations/{org}/locations/{location}/frameworks/{framework}
39769
+ * {parent}/locations/{location}/frameworks/{framework}
39548
39770
  */
39549
39771
  framework: string;
39550
39772
  /**
@@ -49476,6 +49698,16 @@ export declare namespace compute {
49476
49698
  */
49477
49699
  seconds: string;
49478
49700
  }
49701
+ interface GetReservationParam {
49702
+ /**
49703
+ * Resource manager tags to be bound to the reservation. Tag keys and values have the
49704
+ * same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
49705
+ * and values are in the format tagValues/456.
49706
+ */
49707
+ resourceManagerTags: {
49708
+ [key: string]: string;
49709
+ };
49710
+ }
49479
49711
  interface GetReservationReservationSharingPolicy {
49480
49712
  /**
49481
49713
  * Sharing config for all Google Cloud services. Possible values: ["ALLOW_ALL", "DISALLOW_ALL"]
@@ -63029,6 +63261,16 @@ export declare namespace compute {
63029
63261
  */
63030
63262
  seconds?: string;
63031
63263
  }
63264
+ interface ReservationParams {
63265
+ /**
63266
+ * Resource manager tags to be bound to the reservation. Tag keys and values have the
63267
+ * same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
63268
+ * and values are in the format tagValues/456.
63269
+ */
63270
+ resourceManagerTags?: {
63271
+ [key: string]: string;
63272
+ };
63273
+ }
63032
63274
  interface ReservationReservationSharingPolicy {
63033
63275
  /**
63034
63276
  * Sharing config for all Google Cloud services.
@@ -70451,8 +70693,6 @@ export declare namespace container {
70451
70693
  parallelstoreCsiDriverConfig: outputs.container.ClusterAddonsConfigParallelstoreCsiDriverConfig;
70452
70694
  /**
70453
70695
  * The status of the Pod Snapshot addon. It is disabled by default. Set `enabled = true` to enable.
70454
- *
70455
- * This example `addonsConfig` disables two addons:
70456
70696
  */
70457
70697
  podSnapshotConfig: outputs.container.ClusterAddonsConfigPodSnapshotConfig;
70458
70698
  /**
@@ -70476,6 +70716,15 @@ export declare namespace container {
70476
70716
  * It is disabled by default. Set `enabled = true` to enable.
70477
70717
  */
70478
70718
  sliceControllerConfig: outputs.container.ClusterAddonsConfigSliceControllerConfig;
70719
+ /**
70720
+ * The status of the Slurm Operator addon,
70721
+ * which creates slurm related CRDs and KCP pods to manage them.
70722
+ * Defaults to disabled for Standard clusters; set `enabled = true` to enable.
70723
+ * It can not be enabled for Autopilot clusters.
70724
+ *
70725
+ * This example `addonsConfig` disables two addons:
70726
+ */
70727
+ slurmOperatorConfig: outputs.container.ClusterAddonsConfigSlurmOperatorConfig;
70479
70728
  /**
70480
70729
  * .
70481
70730
  * The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications.
@@ -70600,6 +70849,9 @@ export declare namespace container {
70600
70849
  interface ClusterAddonsConfigSliceControllerConfig {
70601
70850
  enabled: boolean;
70602
70851
  }
70852
+ interface ClusterAddonsConfigSlurmOperatorConfig {
70853
+ enabled: boolean;
70854
+ }
70603
70855
  interface ClusterAddonsConfigStatefulHaConfig {
70604
70856
  enabled: boolean;
70605
70857
  }
@@ -71542,6 +71794,10 @@ export declare namespace container {
71542
71794
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
71543
71795
  */
71544
71796
  nodeGroup?: string;
71797
+ /**
71798
+ * The node image configuration to use for this node pool. Structure is documented below.
71799
+ */
71800
+ nodeImageConfigs: outputs.container.ClusterNodeConfigNodeImageConfig[];
71545
71801
  /**
71546
71802
  * The set of Google API scopes to be made available
71547
71803
  * on all of the node VMs under the "default" service account.
@@ -72234,6 +72490,16 @@ export declare namespace container {
72234
72490
  */
72235
72491
  localSsdCount: number;
72236
72492
  }
72493
+ interface ClusterNodeConfigNodeImageConfig {
72494
+ /**
72495
+ * The name of the image to use for this node.
72496
+ */
72497
+ image: string;
72498
+ /**
72499
+ * The project containing the image to use for this node.
72500
+ */
72501
+ imageProject: string;
72502
+ }
72237
72503
  interface ClusterNodeConfigReservationAffinity {
72238
72504
  /**
72239
72505
  * The type of reservation consumption
@@ -72951,6 +73217,10 @@ export declare namespace container {
72951
73217
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes).
72952
73218
  */
72953
73219
  nodeGroup?: string;
73220
+ /**
73221
+ * The node image configuration to use for this node pool. Structure is documented below.
73222
+ */
73223
+ nodeImageConfigs: outputs.container.ClusterNodePoolNodeConfigNodeImageConfig[];
72954
73224
  /**
72955
73225
  * The set of Google API scopes to be made available
72956
73226
  * on all of the node VMs under the "default" service account.
@@ -73643,6 +73913,16 @@ export declare namespace container {
73643
73913
  */
73644
73914
  localSsdCount: number;
73645
73915
  }
73916
+ interface ClusterNodePoolNodeConfigNodeImageConfig {
73917
+ /**
73918
+ * The name of the image to use for this node.
73919
+ */
73920
+ image: string;
73921
+ /**
73922
+ * The project containing the image to use for this node.
73923
+ */
73924
+ imageProject: string;
73925
+ }
73646
73926
  interface ClusterNodePoolNodeConfigReservationAffinity {
73647
73927
  /**
73648
73928
  * The type of reservation consumption
@@ -74212,6 +74492,10 @@ export declare namespace container {
74212
74492
  * The status of the Slice Controller addon. It is disabled by default; set enabled = true to enable.
74213
74493
  */
74214
74494
  sliceControllerConfigs: outputs.container.GetClusterAddonsConfigSliceControllerConfig[];
74495
+ /**
74496
+ * The status of the Slurm Operator addon, which creates slurm related CRDs and KCP pods to manage them. Defaults to disabled for Standard clusters; set enabled = true to enable. It can not be enabled for Autopilot clusters.
74497
+ */
74498
+ slurmOperatorConfigs: outputs.container.GetClusterAddonsConfigSlurmOperatorConfig[];
74215
74499
  /**
74216
74500
  * The status of the Stateful HA addon, which provides automatic configurable failover for stateful applications. Defaults to disabled; set enabled = true to enable.
74217
74501
  */
@@ -74312,6 +74596,9 @@ export declare namespace container {
74312
74596
  interface GetClusterAddonsConfigSliceControllerConfig {
74313
74597
  enabled: boolean;
74314
74598
  }
74599
+ interface GetClusterAddonsConfigSlurmOperatorConfig {
74600
+ enabled: boolean;
74601
+ }
74315
74602
  interface GetClusterAddonsConfigStatefulHaConfig {
74316
74603
  enabled: boolean;
74317
74604
  }
@@ -75058,6 +75345,10 @@ export declare namespace container {
75058
75345
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
75059
75346
  */
75060
75347
  nodeGroup: string;
75348
+ /**
75349
+ * The node image configuration to use for this node pool.
75350
+ */
75351
+ nodeImageConfigs: outputs.container.GetClusterNodeConfigNodeImageConfig[];
75061
75352
  /**
75062
75353
  * The set of Google API scopes to be made available on all of the node VMs.
75063
75354
  */
@@ -75689,6 +75980,16 @@ export declare namespace container {
75689
75980
  */
75690
75981
  localSsdCount: number;
75691
75982
  }
75983
+ interface GetClusterNodeConfigNodeImageConfig {
75984
+ /**
75985
+ * The name of the image to use for this node.
75986
+ */
75987
+ image: string;
75988
+ /**
75989
+ * The project containing the image to use for this node.
75990
+ */
75991
+ imageProject: string;
75992
+ }
75692
75993
  interface GetClusterNodeConfigReservationAffinity {
75693
75994
  /**
75694
75995
  * Corresponds to the type of reservation consumption.
@@ -76300,6 +76601,10 @@ export declare namespace container {
76300
76601
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
76301
76602
  */
76302
76603
  nodeGroup: string;
76604
+ /**
76605
+ * The node image configuration to use for this node pool.
76606
+ */
76607
+ nodeImageConfigs: outputs.container.GetClusterNodePoolNodeConfigNodeImageConfig[];
76303
76608
  /**
76304
76609
  * The set of Google API scopes to be made available on all of the node VMs.
76305
76610
  */
@@ -76931,6 +77236,16 @@ export declare namespace container {
76931
77236
  */
76932
77237
  localSsdCount: number;
76933
77238
  }
77239
+ interface GetClusterNodePoolNodeConfigNodeImageConfig {
77240
+ /**
77241
+ * The name of the image to use for this node.
77242
+ */
77243
+ image: string;
77244
+ /**
77245
+ * The project containing the image to use for this node.
77246
+ */
77247
+ imageProject: string;
77248
+ }
76934
77249
  interface GetClusterNodePoolNodeConfigReservationAffinity {
76935
77250
  /**
76936
77251
  * Corresponds to the type of reservation consumption.
@@ -77626,6 +77941,10 @@ export declare namespace container {
77626
77941
  * Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
77627
77942
  */
77628
77943
  nodeGroup?: string;
77944
+ /**
77945
+ * The node image configuration to use for this node pool.
77946
+ */
77947
+ nodeImageConfigs: outputs.container.NodePoolNodeConfigNodeImageConfig[];
77629
77948
  /**
77630
77949
  * The set of Google API scopes to be made available on all of the node VMs.
77631
77950
  */
@@ -78257,6 +78576,16 @@ export declare namespace container {
78257
78576
  */
78258
78577
  localSsdCount: number;
78259
78578
  }
78579
+ interface NodePoolNodeConfigNodeImageConfig {
78580
+ /**
78581
+ * The name of the image to use for this node.
78582
+ */
78583
+ image: string;
78584
+ /**
78585
+ * The project containing the image to use for this node.
78586
+ */
78587
+ imageProject: string;
78588
+ }
78260
78589
  interface NodePoolNodeConfigReservationAffinity {
78261
78590
  /**
78262
78591
  * The type of reservation consumption
@@ -115978,6 +116307,25 @@ export declare namespace migrationcenter {
115978
116307
  }
115979
116308
  interface DiscoveryClientErrorDetail {
115980
116309
  }
116310
+ interface ImportDataFileUploadFileInfo {
116311
+ /**
116312
+ * (Output)
116313
+ * The headers that were used to sign the URI.
116314
+ */
116315
+ headers: {
116316
+ [key: string]: string;
116317
+ };
116318
+ /**
116319
+ * (Output)
116320
+ * Upload URI for the file.
116321
+ */
116322
+ signedUri: string;
116323
+ /**
116324
+ * (Output)
116325
+ * Expiration time of the upload URI.
116326
+ */
116327
+ uriExpirationTime: string;
116328
+ }
115981
116329
  interface ImportJobExecutionReport {
115982
116330
  /**
115983
116331
  * (Output)
@@ -121458,7 +121806,7 @@ export declare namespace networksecurity {
121458
121806
  */
121459
121807
  notOperations?: outputs.networksecurity.AuthzPolicyHttpRuleToNotOperation[];
121460
121808
  /**
121461
- * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.
121809
+ * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation.
121462
121810
  * Structure is documented below.
121463
121811
  */
121464
121812
  operations?: outputs.networksecurity.AuthzPolicyHttpRuleToOperation[];
@@ -121782,6 +122130,139 @@ export declare namespace networksecurity {
121782
122130
  */
121783
122131
  suffix?: string;
121784
122132
  }
122133
+ interface AuthzPolicyNetworkRule {
122134
+ /**
122135
+ * Describes properties of one or more sources of a request.
122136
+ * Structure is documented below.
122137
+ */
122138
+ from?: outputs.networksecurity.AuthzPolicyNetworkRuleFrom;
122139
+ /**
122140
+ * Describes properties of one or more targets of a request
122141
+ * Structure is documented below.
122142
+ */
122143
+ to?: outputs.networksecurity.AuthzPolicyNetworkRuleTo;
122144
+ }
122145
+ interface AuthzPolicyNetworkRuleFrom {
122146
+ /**
122147
+ * Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. Limited to 1 not_source.
122148
+ * Structure is documented below.
122149
+ */
122150
+ notSources?: outputs.networksecurity.AuthzPolicyNetworkRuleFromNotSource[];
122151
+ /**
122152
+ * Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.
122153
+ * Structure is documented below.
122154
+ */
122155
+ sources?: outputs.networksecurity.AuthzPolicyNetworkRuleFromSource[];
122156
+ }
122157
+ interface AuthzPolicyNetworkRuleFromNotSource {
122158
+ /**
122159
+ * A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to 10 ipBlocks per Authorization Policy
122160
+ * Structure is documented below.
122161
+ */
122162
+ ipBlocks?: outputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourceIpBlock[];
122163
+ /**
122164
+ * A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified.
122165
+ * Limited to 5 principals.
122166
+ * Structure is documented below.
122167
+ */
122168
+ principals?: outputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourcePrincipal[];
122169
+ }
122170
+ interface AuthzPolicyNetworkRuleFromNotSourceIpBlock {
122171
+ /**
122172
+ * The length of the address range.
122173
+ */
122174
+ length: number;
122175
+ /**
122176
+ * The address prefix.
122177
+ */
122178
+ prefix: string;
122179
+ }
122180
+ interface AuthzPolicyNetworkRuleFromNotSourcePrincipal {
122181
+ /**
122182
+ * Required. A non-empty string whose value is matched against the principal value based on the principalSelector.
122183
+ * Only exact match can be applied for CLIENT_CERT_URI_SAN, CLIENT_CERT_DNS_NAME_SAN, CLIENT_CERT_COMMON_NAME selectors.
122184
+ * Structure is documented below.
122185
+ */
122186
+ principal?: outputs.networksecurity.AuthzPolicyNetworkRuleFromNotSourcePrincipalPrincipal;
122187
+ /**
122188
+ * An enum to decide what principal value the principal rule will match against. If not specified, the PrincipalSelector is CLIENT_CERT_URI_SAN.
122189
+ * Default value is `CLIENT_CERT_URI_SAN`.
122190
+ * Possible values are: `PRINCIPAL_SELECTOR_UNSPECIFIED`, `CLIENT_CERT_URI_SAN`, `CLIENT_CERT_DNS_NAME_SAN`, `CLIENT_CERT_COMMON_NAME`.
122191
+ */
122192
+ principalSelector?: string;
122193
+ }
122194
+ interface AuthzPolicyNetworkRuleFromNotSourcePrincipalPrincipal {
122195
+ /**
122196
+ * The input string must match exactly the string specified here.
122197
+ * Examples:
122198
+ * * abc only matches the value abc.
122199
+ */
122200
+ exact?: string;
122201
+ }
122202
+ interface AuthzPolicyNetworkRuleFromSource {
122203
+ /**
122204
+ * A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to 10 ipBlocks per Authorization Policy
122205
+ * Structure is documented below.
122206
+ */
122207
+ ipBlocks?: outputs.networksecurity.AuthzPolicyNetworkRuleFromSourceIpBlock[];
122208
+ /**
122209
+ * A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified.
122210
+ * Limited to 5 principals.
122211
+ * Structure is documented below.
122212
+ */
122213
+ principals?: outputs.networksecurity.AuthzPolicyNetworkRuleFromSourcePrincipal[];
122214
+ }
122215
+ interface AuthzPolicyNetworkRuleFromSourceIpBlock {
122216
+ /**
122217
+ * The length of the address range.
122218
+ */
122219
+ length: number;
122220
+ /**
122221
+ * The address prefix.
122222
+ */
122223
+ prefix: string;
122224
+ }
122225
+ interface AuthzPolicyNetworkRuleFromSourcePrincipal {
122226
+ /**
122227
+ * Required. A non-empty string whose value is matched against the principal value based on the principalSelector.
122228
+ * Only exact match can be applied for CLIENT_CERT_URI_SAN, CLIENT_CERT_DNS_NAME_SAN, CLIENT_CERT_COMMON_NAME selectors.
122229
+ * Structure is documented below.
122230
+ */
122231
+ principal?: outputs.networksecurity.AuthzPolicyNetworkRuleFromSourcePrincipalPrincipal;
122232
+ /**
122233
+ * An enum to decide what principal value the principal rule will match against. If not specified, the PrincipalSelector is CLIENT_CERT_URI_SAN.
122234
+ * Default value is `CLIENT_CERT_URI_SAN`.
122235
+ * Possible values are: `PRINCIPAL_SELECTOR_UNSPECIFIED`, `CLIENT_CERT_URI_SAN`, `CLIENT_CERT_DNS_NAME_SAN`, `CLIENT_CERT_COMMON_NAME`.
122236
+ */
122237
+ principalSelector?: string;
122238
+ }
122239
+ interface AuthzPolicyNetworkRuleFromSourcePrincipalPrincipal {
122240
+ /**
122241
+ * The input string must match exactly the string specified here.
122242
+ * Examples:
122243
+ * * abc only matches the value abc.
122244
+ */
122245
+ exact?: string;
122246
+ }
122247
+ interface AuthzPolicyNetworkRuleTo {
122248
+ /**
122249
+ * Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation.
122250
+ * Structure is documented below.
122251
+ */
122252
+ operations?: outputs.networksecurity.AuthzPolicyNetworkRuleToOperation[];
122253
+ }
122254
+ interface AuthzPolicyNetworkRuleToOperation {
122255
+ /**
122256
+ * Structure is documented below.
122257
+ */
122258
+ snis?: outputs.networksecurity.AuthzPolicyNetworkRuleToOperationSni[];
122259
+ }
122260
+ interface AuthzPolicyNetworkRuleToOperationSni {
122261
+ /**
122262
+ * (Optional)
122263
+ */
122264
+ exact?: string;
122265
+ }
121785
122266
  interface AuthzPolicyTarget {
121786
122267
  /**
121787
122268
  * Required when targeting forwarding rules and secure web proxy. Must not be specified when targeting Agent
@@ -129090,6 +129571,46 @@ export declare namespace oracledatabase {
129090
129571
  */
129091
129572
  targetTechnologies: string[];
129092
129573
  }
129574
+ interface GetGoldengateDeploymentVersionsGoldengateDeploymentVersion {
129575
+ /**
129576
+ * The name of the Goldengate Deployment Version resource.
129577
+ */
129578
+ name: string;
129579
+ /**
129580
+ * The Oracle Cloud Infrastructure OCID of the Goldengate Deployment Version resource.
129581
+ */
129582
+ ocid: string;
129583
+ /**
129584
+ * The properties of the Goldengate Deployment Version resource.
129585
+ */
129586
+ properties: outputs.oracledatabase.GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty[];
129587
+ }
129588
+ interface GetGoldengateDeploymentVersionsGoldengateDeploymentVersionProperty {
129589
+ /**
129590
+ * The deployment type of the Goldengate Deployment Version resource.
129591
+ */
129592
+ deploymentType: string;
129593
+ /**
129594
+ * The OGG version of the Goldengate Deployment Version resource.
129595
+ */
129596
+ oggVersion: string;
129597
+ /**
129598
+ * The release time of the Goldengate Deployment Version resource.
129599
+ */
129600
+ releaseTime: string;
129601
+ /**
129602
+ * The release type of the Goldengate Deployment Version resource.
129603
+ */
129604
+ releaseType: string;
129605
+ /**
129606
+ * Specifies whether this version has a security fix.
129607
+ */
129608
+ securityFix: boolean;
129609
+ /**
129610
+ * The support end time of the Goldengate Deployment Version resource.
129611
+ */
129612
+ supportEndTime: string;
129613
+ }
129093
129614
  interface GoldengateConnectionAssignmentProperties {
129094
129615
  /**
129095
129616
  * (Output)
@@ -138632,6 +139153,14 @@ export declare namespace pubsub {
138632
139153
  * The encoding of messages validated against schema. Default value: "ENCODING_UNSPECIFIED" Possible values: ["ENCODING_UNSPECIFIED", "JSON", "BINARY"]
138633
139154
  */
138634
139155
  encoding: string;
139156
+ /**
139157
+ * The minimum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against lastRevision or any revision created before.
139158
+ */
139159
+ firstRevisionId: string;
139160
+ /**
139161
+ * The maximum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against firstRevision or any revision created after.
139162
+ */
139163
+ lastRevisionId: string;
138635
139164
  /**
138636
139165
  * The name of the schema that messages published should be
138637
139166
  * validated against. Format is projects/{project}/schemas/{schema}.
@@ -139332,6 +139861,14 @@ export declare namespace pubsub {
139332
139861
  * Possible values are: `ENCODING_UNSPECIFIED`, `JSON`, `BINARY`.
139333
139862
  */
139334
139863
  encoding?: string;
139864
+ /**
139865
+ * The minimum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against lastRevision or any revision created before.
139866
+ */
139867
+ firstRevisionId?: string;
139868
+ /**
139869
+ * The maximum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against firstRevision or any revision created after.
139870
+ */
139871
+ lastRevisionId?: string;
139335
139872
  /**
139336
139873
  * The name of the schema that messages published should be
139337
139874
  * validated against. Format is projects/{project}/schemas/{schema}.
@@ -144066,10 +144603,18 @@ export declare namespace sql {
144066
144603
  * A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
144067
144604
  */
144068
144605
  pscAutoConnections?: outputs.sql.DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection[];
144606
+ /**
144607
+ * Whether PSC auto DNS is enabled for this instance.
144608
+ */
144609
+ pscAutoDnsEnabled: boolean;
144069
144610
  /**
144070
144611
  * Whether PSC connectivity is enabled for this instance.
144071
144612
  */
144072
144613
  pscEnabled?: boolean;
144614
+ /**
144615
+ * Whether PSC write endpoint DNS is enabled for this instance. This is only supported for Enterprise Plus edition instances.
144616
+ */
144617
+ pscWriteEndpointDnsEnabled: boolean;
144073
144618
  }
144074
144619
  interface DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnection {
144075
144620
  /**
@@ -144749,10 +145294,18 @@ export declare namespace sql {
144749
145294
  * A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
144750
145295
  */
144751
145296
  pscAutoConnections: outputs.sql.GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnection[];
145297
+ /**
145298
+ * Whether PSC auto DNS is enabled for this instance.
145299
+ */
145300
+ pscAutoDnsEnabled: boolean;
144752
145301
  /**
144753
145302
  * Whether PSC connectivity is enabled for this instance.
144754
145303
  */
144755
145304
  pscEnabled: boolean;
145305
+ /**
145306
+ * Whether PSC write endpoint DNS is enabled for this instance.
145307
+ */
145308
+ pscWriteEndpointDnsEnabled: boolean;
144756
145309
  }
144757
145310
  interface GetDatabaseInstanceSettingIpConfigurationPscConfigPscAutoConnection {
144758
145311
  /**
@@ -145538,10 +146091,18 @@ export declare namespace sql {
145538
146091
  * A comma-separated list of networks or a comma-separated list of network-project pairs. Each project in this list is represented by a project number (numeric) or by a project ID (alphanumeric). This allows Private Service Connect connections to be created automatically for the specified networks.
145539
146092
  */
145540
146093
  pscAutoConnections: outputs.sql.GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnection[];
146094
+ /**
146095
+ * Whether PSC auto DNS is enabled for this instance.
146096
+ */
146097
+ pscAutoDnsEnabled: boolean;
145541
146098
  /**
145542
146099
  * Whether PSC connectivity is enabled for this instance.
145543
146100
  */
145544
146101
  pscEnabled: boolean;
146102
+ /**
146103
+ * Whether PSC write endpoint DNS is enabled for this instance.
146104
+ */
146105
+ pscWriteEndpointDnsEnabled: boolean;
145545
146106
  }
145546
146107
  interface GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigPscAutoConnection {
145547
146108
  /**
@@ -147026,6 +147587,772 @@ export declare namespace storage {
147026
147587
  */
147027
147588
  expireTime: string;
147028
147589
  }
147590
+ interface GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpike {
147591
+ /**
147592
+ * The percentage increase for this prefix.
147593
+ */
147594
+ percentageIncrease: number;
147595
+ /**
147596
+ * The top buckets contributing to the spike. Structure is documented below.
147597
+ */
147598
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucket[];
147599
+ /**
147600
+ * The total operations count for this prefix.
147601
+ */
147602
+ totalOperationsCount: string;
147603
+ }
147604
+ interface GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucket {
147605
+ /**
147606
+ * The resource name of the bucket.
147607
+ */
147608
+ bucket: string;
147609
+ /**
147610
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
147611
+ */
147612
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution[];
147613
+ /**
147614
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
147615
+ */
147616
+ errors: outputs.storage.GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError[];
147617
+ /**
147618
+ * The percentage increase for this prefix.
147619
+ */
147620
+ percentageIncrease: number;
147621
+ /**
147622
+ * The number of throttled requests for this prefix.
147623
+ */
147624
+ throttledRequests: string;
147625
+ /**
147626
+ * The total egress bytes for this prefix.
147627
+ */
147628
+ totalEgressBytes: string;
147629
+ /**
147630
+ * The total operations count for this prefix.
147631
+ */
147632
+ totalOperationsCount: string;
147633
+ /**
147634
+ * The total storage growth in bytes for this bucket.
147635
+ */
147636
+ totalStorageGrowthBytes: string;
147637
+ }
147638
+ interface GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution {
147639
+ /**
147640
+ * A list of top prefixes contributing to the finding. Structure is documented below.
147641
+ */
147642
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix[];
147643
+ }
147644
+ interface GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix {
147645
+ /**
147646
+ * The percentage increase for this prefix.
147647
+ */
147648
+ percentageIncrease: number;
147649
+ /**
147650
+ * The prefix string.
147651
+ */
147652
+ prefix: string;
147653
+ /**
147654
+ * The number of throttled requests for this prefix.
147655
+ */
147656
+ throttledRequests: string;
147657
+ /**
147658
+ * The total egress bytes for this prefix.
147659
+ */
147660
+ totalEgressBytes: string;
147661
+ /**
147662
+ * The total operations count for this prefix.
147663
+ */
147664
+ totalOperationsCount: string;
147665
+ }
147666
+ interface GetControlProjectIntelligenceFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError {
147667
+ /**
147668
+ * The error code.
147669
+ */
147670
+ code: number;
147671
+ /**
147672
+ * The error message.
147673
+ */
147674
+ message: string;
147675
+ }
147676
+ interface GetControlProjectIntelligenceFindingCrossRegionEgressSpike {
147677
+ /**
147678
+ * The percentage increase for this prefix.
147679
+ */
147680
+ percentageIncrease: number;
147681
+ /**
147682
+ * The top buckets contributing to the spike. Structure is documented below.
147683
+ */
147684
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucket[];
147685
+ /**
147686
+ * The total egress bytes for this prefix.
147687
+ */
147688
+ totalEgressBytes: string;
147689
+ }
147690
+ interface GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucket {
147691
+ /**
147692
+ * The resource name of the bucket.
147693
+ */
147694
+ bucket: string;
147695
+ /**
147696
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
147697
+ */
147698
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketContribution[];
147699
+ /**
147700
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
147701
+ */
147702
+ errors: outputs.storage.GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketError[];
147703
+ /**
147704
+ * The percentage increase for this prefix.
147705
+ */
147706
+ percentageIncrease: number;
147707
+ /**
147708
+ * The number of throttled requests for this prefix.
147709
+ */
147710
+ throttledRequests: string;
147711
+ /**
147712
+ * The total egress bytes for this prefix.
147713
+ */
147714
+ totalEgressBytes: string;
147715
+ /**
147716
+ * The total operations count for this prefix.
147717
+ */
147718
+ totalOperationsCount: string;
147719
+ /**
147720
+ * The total storage growth in bytes for this bucket.
147721
+ */
147722
+ totalStorageGrowthBytes: string;
147723
+ }
147724
+ interface GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketContribution {
147725
+ /**
147726
+ * A list of top prefixes contributing to the finding. Structure is documented below.
147727
+ */
147728
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix[];
147729
+ }
147730
+ interface GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix {
147731
+ /**
147732
+ * The percentage increase for this prefix.
147733
+ */
147734
+ percentageIncrease: number;
147735
+ /**
147736
+ * The prefix string.
147737
+ */
147738
+ prefix: string;
147739
+ /**
147740
+ * The number of throttled requests for this prefix.
147741
+ */
147742
+ throttledRequests: string;
147743
+ /**
147744
+ * The total egress bytes for this prefix.
147745
+ */
147746
+ totalEgressBytes: string;
147747
+ /**
147748
+ * The total operations count for this prefix.
147749
+ */
147750
+ totalOperationsCount: string;
147751
+ }
147752
+ interface GetControlProjectIntelligenceFindingCrossRegionEgressSpikeTopBucketError {
147753
+ /**
147754
+ * The error code.
147755
+ */
147756
+ code: number;
147757
+ /**
147758
+ * The error message.
147759
+ */
147760
+ message: string;
147761
+ }
147762
+ interface GetControlProjectIntelligenceFindingObservationPeriod {
147763
+ /**
147764
+ * The end time of the observation period.
147765
+ */
147766
+ endTime: string;
147767
+ /**
147768
+ * The start time of the observation period.
147769
+ */
147770
+ startTime: string;
147771
+ }
147772
+ interface GetControlProjectIntelligenceFindingStorageGrowthAboveTrend {
147773
+ /**
147774
+ * The percentage increase for this prefix.
147775
+ */
147776
+ percentageIncrease: number;
147777
+ /**
147778
+ * The top buckets contributing to the spike. Structure is documented below.
147779
+ */
147780
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucket[];
147781
+ /**
147782
+ * The total storage growth in bytes for this bucket.
147783
+ */
147784
+ totalStorageGrowthBytes: string;
147785
+ }
147786
+ interface GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucket {
147787
+ /**
147788
+ * The resource name of the bucket.
147789
+ */
147790
+ bucket: string;
147791
+ /**
147792
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
147793
+ */
147794
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketContribution[];
147795
+ /**
147796
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
147797
+ */
147798
+ errors: outputs.storage.GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketError[];
147799
+ /**
147800
+ * The percentage increase for this prefix.
147801
+ */
147802
+ percentageIncrease: number;
147803
+ /**
147804
+ * The number of throttled requests for this prefix.
147805
+ */
147806
+ throttledRequests: string;
147807
+ /**
147808
+ * The total egress bytes for this prefix.
147809
+ */
147810
+ totalEgressBytes: string;
147811
+ /**
147812
+ * The total operations count for this prefix.
147813
+ */
147814
+ totalOperationsCount: string;
147815
+ /**
147816
+ * The total storage growth in bytes for this bucket.
147817
+ */
147818
+ totalStorageGrowthBytes: string;
147819
+ }
147820
+ interface GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketContribution {
147821
+ /**
147822
+ * A list of top prefixes contributing to the finding. Structure is documented below.
147823
+ */
147824
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix[];
147825
+ }
147826
+ interface GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix {
147827
+ /**
147828
+ * The percentage increase for this prefix.
147829
+ */
147830
+ percentageIncrease: number;
147831
+ /**
147832
+ * The prefix string.
147833
+ */
147834
+ prefix: string;
147835
+ /**
147836
+ * The number of throttled requests for this prefix.
147837
+ */
147838
+ throttledRequests: string;
147839
+ /**
147840
+ * The total egress bytes for this prefix.
147841
+ */
147842
+ totalEgressBytes: string;
147843
+ /**
147844
+ * The total operations count for this prefix.
147845
+ */
147846
+ totalOperationsCount: string;
147847
+ }
147848
+ interface GetControlProjectIntelligenceFindingStorageGrowthAboveTrendTopBucketError {
147849
+ /**
147850
+ * The error code.
147851
+ */
147852
+ code: number;
147853
+ /**
147854
+ * The error message.
147855
+ */
147856
+ message: string;
147857
+ }
147858
+ interface GetControlProjectIntelligenceFindingThrottledRequestsSpike {
147859
+ /**
147860
+ * The percentage increase for this prefix.
147861
+ */
147862
+ percentageIncrease: number;
147863
+ /**
147864
+ * The number of throttled requests for this prefix.
147865
+ */
147866
+ throttledRequests: string;
147867
+ /**
147868
+ * The top buckets contributing to the spike. Structure is documented below.
147869
+ */
147870
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucket[];
147871
+ }
147872
+ interface GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucket {
147873
+ /**
147874
+ * The resource name of the bucket.
147875
+ */
147876
+ bucket: string;
147877
+ /**
147878
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
147879
+ */
147880
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketContribution[];
147881
+ /**
147882
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
147883
+ */
147884
+ errors: outputs.storage.GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketError[];
147885
+ /**
147886
+ * The percentage increase for this prefix.
147887
+ */
147888
+ percentageIncrease: number;
147889
+ /**
147890
+ * The number of throttled requests for this prefix.
147891
+ */
147892
+ throttledRequests: string;
147893
+ /**
147894
+ * The total egress bytes for this prefix.
147895
+ */
147896
+ totalEgressBytes: string;
147897
+ /**
147898
+ * The total operations count for this prefix.
147899
+ */
147900
+ totalOperationsCount: string;
147901
+ /**
147902
+ * The total storage growth in bytes for this bucket.
147903
+ */
147904
+ totalStorageGrowthBytes: string;
147905
+ }
147906
+ interface GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketContribution {
147907
+ /**
147908
+ * A list of top prefixes contributing to the finding. Structure is documented below.
147909
+ */
147910
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketContributionTopPrefix[];
147911
+ }
147912
+ interface GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketContributionTopPrefix {
147913
+ /**
147914
+ * The percentage increase for this prefix.
147915
+ */
147916
+ percentageIncrease: number;
147917
+ /**
147918
+ * The prefix string.
147919
+ */
147920
+ prefix: string;
147921
+ /**
147922
+ * The number of throttled requests for this prefix.
147923
+ */
147924
+ throttledRequests: string;
147925
+ /**
147926
+ * The total egress bytes for this prefix.
147927
+ */
147928
+ totalEgressBytes: string;
147929
+ /**
147930
+ * The total operations count for this prefix.
147931
+ */
147932
+ totalOperationsCount: string;
147933
+ }
147934
+ interface GetControlProjectIntelligenceFindingThrottledRequestsSpikeTopBucketError {
147935
+ /**
147936
+ * The error code.
147937
+ */
147938
+ code: number;
147939
+ /**
147940
+ * The error message.
147941
+ */
147942
+ message: string;
147943
+ }
147944
+ interface GetControlProjectIntelligenceFindingsFinding {
147945
+ /**
147946
+ * Resources associated with the finding.
147947
+ */
147948
+ associatedResources: string[];
147949
+ /**
147950
+ * The category of the finding.
147951
+ */
147952
+ category: string;
147953
+ /**
147954
+ * A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
147955
+ */
147956
+ coldlineAndArchivalStorageOperationsSpikes: outputs.storage.GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike[];
147957
+ /**
147958
+ * The time at which the finding was created.
147959
+ */
147960
+ createTime: string;
147961
+ /**
147962
+ * A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
147963
+ */
147964
+ crossRegionEgressSpikes: outputs.storage.GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike[];
147965
+ /**
147966
+ * A description of the finding.
147967
+ */
147968
+ description: string;
147969
+ /**
147970
+ * The resource name of the finding.
147971
+ */
147972
+ name: string;
147973
+ /**
147974
+ * The observation period of the finding. Structure is documented below.
147975
+ */
147976
+ observationPeriods: outputs.storage.GetControlProjectIntelligenceFindingsFindingObservationPeriod[];
147977
+ /**
147978
+ * The severity of the finding.
147979
+ */
147980
+ severity: string;
147981
+ /**
147982
+ * A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
147983
+ */
147984
+ storageGrowthAboveTrends: outputs.storage.GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend[];
147985
+ /**
147986
+ * The resource that the finding is about.
147987
+ */
147988
+ targetResource: string;
147989
+ /**
147990
+ * A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
147991
+ */
147992
+ throttledRequestsSpikes: outputs.storage.GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike[];
147993
+ /**
147994
+ * The type of the finding.
147995
+ */
147996
+ type: string;
147997
+ /**
147998
+ * The time at which the finding was last updated.
147999
+ */
148000
+ updateTime: string;
148001
+ }
148002
+ interface GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike {
148003
+ /**
148004
+ * The percentage increase for this prefix.
148005
+ */
148006
+ percentageIncrease: number;
148007
+ /**
148008
+ * The top buckets contributing to the spike. Structure is documented below.
148009
+ */
148010
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket[];
148011
+ /**
148012
+ * The total operations count for this prefix.
148013
+ */
148014
+ totalOperationsCount: string;
148015
+ }
148016
+ interface GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket {
148017
+ /**
148018
+ * The resource name of the bucket.
148019
+ */
148020
+ bucket: string;
148021
+ /**
148022
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
148023
+ */
148024
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution[];
148025
+ /**
148026
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
148027
+ */
148028
+ errors: outputs.storage.GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError[];
148029
+ /**
148030
+ * The percentage increase for this prefix.
148031
+ */
148032
+ percentageIncrease: number;
148033
+ /**
148034
+ * The number of throttled requests for this prefix.
148035
+ */
148036
+ throttledRequests: string;
148037
+ /**
148038
+ * The total egress bytes for this prefix.
148039
+ */
148040
+ totalEgressBytes: string;
148041
+ /**
148042
+ * The total operations count for this prefix.
148043
+ */
148044
+ totalOperationsCount: string;
148045
+ /**
148046
+ * The total storage growth in bytes for this bucket.
148047
+ */
148048
+ totalStorageGrowthBytes: string;
148049
+ }
148050
+ interface GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution {
148051
+ /**
148052
+ * A list of top prefixes contributing to the finding. Structure is documented below.
148053
+ */
148054
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix[];
148055
+ }
148056
+ interface GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix {
148057
+ /**
148058
+ * The percentage increase for this prefix.
148059
+ */
148060
+ percentageIncrease: number;
148061
+ /**
148062
+ * The prefix string.
148063
+ */
148064
+ prefix: string;
148065
+ /**
148066
+ * The number of throttled requests for this prefix.
148067
+ */
148068
+ throttledRequests: string;
148069
+ /**
148070
+ * The total egress bytes for this prefix.
148071
+ */
148072
+ totalEgressBytes: string;
148073
+ /**
148074
+ * The total operations count for this prefix.
148075
+ */
148076
+ totalOperationsCount: string;
148077
+ }
148078
+ interface GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError {
148079
+ /**
148080
+ * The error code.
148081
+ */
148082
+ code: number;
148083
+ /**
148084
+ * The error message.
148085
+ */
148086
+ message: string;
148087
+ }
148088
+ interface GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike {
148089
+ /**
148090
+ * The percentage increase for this prefix.
148091
+ */
148092
+ percentageIncrease: number;
148093
+ /**
148094
+ * The top buckets contributing to the spike. Structure is documented below.
148095
+ */
148096
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket[];
148097
+ /**
148098
+ * The total egress bytes for this prefix.
148099
+ */
148100
+ totalEgressBytes: string;
148101
+ }
148102
+ interface GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket {
148103
+ /**
148104
+ * The resource name of the bucket.
148105
+ */
148106
+ bucket: string;
148107
+ /**
148108
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
148109
+ */
148110
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution[];
148111
+ /**
148112
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
148113
+ */
148114
+ errors: outputs.storage.GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError[];
148115
+ /**
148116
+ * The percentage increase for this prefix.
148117
+ */
148118
+ percentageIncrease: number;
148119
+ /**
148120
+ * The number of throttled requests for this prefix.
148121
+ */
148122
+ throttledRequests: string;
148123
+ /**
148124
+ * The total egress bytes for this prefix.
148125
+ */
148126
+ totalEgressBytes: string;
148127
+ /**
148128
+ * The total operations count for this prefix.
148129
+ */
148130
+ totalOperationsCount: string;
148131
+ /**
148132
+ * The total storage growth in bytes for this bucket.
148133
+ */
148134
+ totalStorageGrowthBytes: string;
148135
+ }
148136
+ interface GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution {
148137
+ /**
148138
+ * A list of top prefixes contributing to the finding. Structure is documented below.
148139
+ */
148140
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix[];
148141
+ }
148142
+ interface GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix {
148143
+ /**
148144
+ * The percentage increase for this prefix.
148145
+ */
148146
+ percentageIncrease: number;
148147
+ /**
148148
+ * The prefix string.
148149
+ */
148150
+ prefix: string;
148151
+ /**
148152
+ * The number of throttled requests for this prefix.
148153
+ */
148154
+ throttledRequests: string;
148155
+ /**
148156
+ * The total egress bytes for this prefix.
148157
+ */
148158
+ totalEgressBytes: string;
148159
+ /**
148160
+ * The total operations count for this prefix.
148161
+ */
148162
+ totalOperationsCount: string;
148163
+ }
148164
+ interface GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError {
148165
+ /**
148166
+ * The error code.
148167
+ */
148168
+ code: number;
148169
+ /**
148170
+ * The error message.
148171
+ */
148172
+ message: string;
148173
+ }
148174
+ interface GetControlProjectIntelligenceFindingsFindingObservationPeriod {
148175
+ /**
148176
+ * The end time of the observation period.
148177
+ */
148178
+ endTime: string;
148179
+ /**
148180
+ * The start time of the observation period.
148181
+ */
148182
+ startTime: string;
148183
+ }
148184
+ interface GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend {
148185
+ /**
148186
+ * The percentage increase for this prefix.
148187
+ */
148188
+ percentageIncrease: number;
148189
+ /**
148190
+ * The top buckets contributing to the spike. Structure is documented below.
148191
+ */
148192
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket[];
148193
+ /**
148194
+ * The total storage growth in bytes for this bucket.
148195
+ */
148196
+ totalStorageGrowthBytes: string;
148197
+ }
148198
+ interface GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket {
148199
+ /**
148200
+ * The resource name of the bucket.
148201
+ */
148202
+ bucket: string;
148203
+ /**
148204
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
148205
+ */
148206
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution[];
148207
+ /**
148208
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
148209
+ */
148210
+ errors: outputs.storage.GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError[];
148211
+ /**
148212
+ * The percentage increase for this prefix.
148213
+ */
148214
+ percentageIncrease: number;
148215
+ /**
148216
+ * The number of throttled requests for this prefix.
148217
+ */
148218
+ throttledRequests: string;
148219
+ /**
148220
+ * The total egress bytes for this prefix.
148221
+ */
148222
+ totalEgressBytes: string;
148223
+ /**
148224
+ * The total operations count for this prefix.
148225
+ */
148226
+ totalOperationsCount: string;
148227
+ /**
148228
+ * The total storage growth in bytes for this bucket.
148229
+ */
148230
+ totalStorageGrowthBytes: string;
148231
+ }
148232
+ interface GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution {
148233
+ /**
148234
+ * A list of top prefixes contributing to the finding. Structure is documented below.
148235
+ */
148236
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix[];
148237
+ }
148238
+ interface GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix {
148239
+ /**
148240
+ * The percentage increase for this prefix.
148241
+ */
148242
+ percentageIncrease: number;
148243
+ /**
148244
+ * The prefix string.
148245
+ */
148246
+ prefix: string;
148247
+ /**
148248
+ * The number of throttled requests for this prefix.
148249
+ */
148250
+ throttledRequests: string;
148251
+ /**
148252
+ * The total egress bytes for this prefix.
148253
+ */
148254
+ totalEgressBytes: string;
148255
+ /**
148256
+ * The total operations count for this prefix.
148257
+ */
148258
+ totalOperationsCount: string;
148259
+ }
148260
+ interface GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError {
148261
+ /**
148262
+ * The error code.
148263
+ */
148264
+ code: number;
148265
+ /**
148266
+ * The error message.
148267
+ */
148268
+ message: string;
148269
+ }
148270
+ interface GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike {
148271
+ /**
148272
+ * The percentage increase for this prefix.
148273
+ */
148274
+ percentageIncrease: number;
148275
+ /**
148276
+ * The number of throttled requests for this prefix.
148277
+ */
148278
+ throttledRequests: string;
148279
+ /**
148280
+ * The top buckets contributing to the spike. Structure is documented below.
148281
+ */
148282
+ topBuckets: outputs.storage.GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket[];
148283
+ }
148284
+ interface GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket {
148285
+ /**
148286
+ * The resource name of the bucket.
148287
+ */
148288
+ bucket: string;
148289
+ /**
148290
+ * The breakdown of prefixes contributing to the spike. Structure is documented below.
148291
+ */
148292
+ contributions: outputs.storage.GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution[];
148293
+ /**
148294
+ * Error details if the bucket details cannot be retrieved. Structure is documented below.
148295
+ */
148296
+ errors: outputs.storage.GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError[];
148297
+ /**
148298
+ * The percentage increase for this prefix.
148299
+ */
148300
+ percentageIncrease: number;
148301
+ /**
148302
+ * The number of throttled requests for this prefix.
148303
+ */
148304
+ throttledRequests: string;
148305
+ /**
148306
+ * The total egress bytes for this prefix.
148307
+ */
148308
+ totalEgressBytes: string;
148309
+ /**
148310
+ * The total operations count for this prefix.
148311
+ */
148312
+ totalOperationsCount: string;
148313
+ /**
148314
+ * The total storage growth in bytes for this bucket.
148315
+ */
148316
+ totalStorageGrowthBytes: string;
148317
+ }
148318
+ interface GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution {
148319
+ /**
148320
+ * A list of top prefixes contributing to the finding. Structure is documented below.
148321
+ */
148322
+ topPrefixes: outputs.storage.GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix[];
148323
+ }
148324
+ interface GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix {
148325
+ /**
148326
+ * The percentage increase for this prefix.
148327
+ */
148328
+ percentageIncrease: number;
148329
+ /**
148330
+ * The prefix string.
148331
+ */
148332
+ prefix: string;
148333
+ /**
148334
+ * The number of throttled requests for this prefix.
148335
+ */
148336
+ throttledRequests: string;
148337
+ /**
148338
+ * The total egress bytes for this prefix.
148339
+ */
148340
+ totalEgressBytes: string;
148341
+ /**
148342
+ * The total operations count for this prefix.
148343
+ */
148344
+ totalOperationsCount: string;
148345
+ }
148346
+ interface GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError {
148347
+ /**
148348
+ * The error code.
148349
+ */
148350
+ code: number;
148351
+ /**
148352
+ * The error message.
148353
+ */
148354
+ message: string;
148355
+ }
147029
148356
  interface GetInsightsDatasetConfigExcludeCloudStorageBucket {
147030
148357
  /**
147031
148358
  * The list of cloud storage buckets/bucket prefix regexes to exclude in the DatasetConfig.