pulumi-gcp 7.38.0a1724220350__py3-none-any.whl → 7.38.0a1724673520__py3-none-any.whl

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 (46) hide show
  1. pulumi_gcp/__init__.py +32 -0
  2. pulumi_gcp/appengine/flexible_app_version.py +8 -0
  3. pulumi_gcp/applicationintegration/client.py +2 -2
  4. pulumi_gcp/artifactregistry/__init__.py +1 -0
  5. pulumi_gcp/artifactregistry/get_locations.py +167 -0
  6. pulumi_gcp/bigquery/connection.py +12 -0
  7. pulumi_gcp/clouddeploy/_inputs.py +41 -1
  8. pulumi_gcp/clouddeploy/outputs.py +29 -1
  9. pulumi_gcp/cloudfunctionsv2/function.py +2 -0
  10. pulumi_gcp/cloudidentity/__init__.py +1 -0
  11. pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
  12. pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
  13. pulumi_gcp/cloudidentity/outputs.py +131 -0
  14. pulumi_gcp/compute/_inputs.py +36 -30
  15. pulumi_gcp/compute/outputs.py +48 -38
  16. pulumi_gcp/compute/region_network_endpoint_group.py +8 -0
  17. pulumi_gcp/compute/subnetwork.py +82 -0
  18. pulumi_gcp/container/_inputs.py +15 -18
  19. pulumi_gcp/container/attached_cluster.py +14 -7
  20. pulumi_gcp/container/outputs.py +10 -12
  21. pulumi_gcp/discoveryengine/__init__.py +1 -0
  22. pulumi_gcp/discoveryengine/schema.py +524 -0
  23. pulumi_gcp/dns/_inputs.py +80 -76
  24. pulumi_gcp/dns/outputs.py +56 -52
  25. pulumi_gcp/managedkafka/_inputs.py +6 -6
  26. pulumi_gcp/managedkafka/cluster.py +7 -7
  27. pulumi_gcp/managedkafka/outputs.py +4 -4
  28. pulumi_gcp/managedkafka/topic.py +7 -7
  29. pulumi_gcp/parallelstore/instance.py +215 -15
  30. pulumi_gcp/pulumi-plugin.json +1 -1
  31. pulumi_gcp/securitycenter/__init__.py +2 -0
  32. pulumi_gcp/securitycenter/_inputs.py +186 -0
  33. pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
  34. pulumi_gcp/securitycenter/outputs.py +118 -0
  35. pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
  36. pulumi_gcp/servicenetworking/connection.py +50 -3
  37. pulumi_gcp/sql/_inputs.py +20 -0
  38. pulumi_gcp/sql/outputs.py +36 -0
  39. pulumi_gcp/vertex/__init__.py +1 -0
  40. pulumi_gcp/vertex/_inputs.py +438 -0
  41. pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
  42. pulumi_gcp/vertex/outputs.py +393 -0
  43. {pulumi_gcp-7.38.0a1724220350.dist-info → pulumi_gcp-7.38.0a1724673520.dist-info}/METADATA +1 -1
  44. {pulumi_gcp-7.38.0a1724220350.dist-info → pulumi_gcp-7.38.0a1724673520.dist-info}/RECORD +46 -40
  45. {pulumi_gcp-7.38.0a1724220350.dist-info → pulumi_gcp-7.38.0a1724673520.dist-info}/WHEEL +0 -0
  46. {pulumi_gcp-7.38.0a1724220350.dist-info → pulumi_gcp-7.38.0a1724673520.dist-info}/top_level.txt +0 -0
@@ -23,13 +23,15 @@ class InstanceArgs:
23
23
  instance_id: pulumi.Input[str],
24
24
  location: pulumi.Input[str],
25
25
  description: Optional[pulumi.Input[str]] = None,
26
+ directory_stripe_level: Optional[pulumi.Input[str]] = None,
27
+ file_stripe_level: Optional[pulumi.Input[str]] = None,
26
28
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
27
29
  network: Optional[pulumi.Input[str]] = None,
28
30
  project: Optional[pulumi.Input[str]] = None,
29
31
  reserved_ip_range: Optional[pulumi.Input[str]] = None):
30
32
  """
31
33
  The set of arguments for constructing a Instance resource.
32
- :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
34
+ :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
33
35
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
34
36
  * Must contain only lowercase letters, numbers, and hyphens.
35
37
  * Must start with a letter.
@@ -41,6 +43,22 @@ class InstanceArgs:
41
43
  - - -
42
44
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
43
45
  :param pulumi.Input[str] description: The description of the instance. 2048 characters or less.
46
+ :param pulumi.Input[str] directory_stripe_level: Stripe level for directories.
47
+ MIN when directory has a small number of files.
48
+ MAX when directory has a large number of files.
49
+ Possible values:
50
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
51
+ DIRECTORY_STRIPE_LEVEL_MIN
52
+ DIRECTORY_STRIPE_LEVEL_BALANCED
53
+ DIRECTORY_STRIPE_LEVEL_MAX
54
+ :param pulumi.Input[str] file_stripe_level: Stripe level for files.
55
+ MIN better suited for small size files.
56
+ MAX higher throughput performance for larger files.
57
+ Possible values:
58
+ FILE_STRIPE_LEVEL_UNSPECIFIED
59
+ FILE_STRIPE_LEVEL_MIN
60
+ FILE_STRIPE_LEVEL_BALANCED
61
+ FILE_STRIPE_LEVEL_MAX
44
62
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Cloud Labels are a flexible and lightweight mechanism for organizing cloud
45
63
  resources into groups that reflect a customer's organizational needs and
46
64
  deployment strategies. Cloud Labels can be used to filter collections of
@@ -76,6 +94,10 @@ class InstanceArgs:
76
94
  pulumi.set(__self__, "location", location)
77
95
  if description is not None:
78
96
  pulumi.set(__self__, "description", description)
97
+ if directory_stripe_level is not None:
98
+ pulumi.set(__self__, "directory_stripe_level", directory_stripe_level)
99
+ if file_stripe_level is not None:
100
+ pulumi.set(__self__, "file_stripe_level", file_stripe_level)
79
101
  if labels is not None:
80
102
  pulumi.set(__self__, "labels", labels)
81
103
  if network is not None:
@@ -89,7 +111,7 @@ class InstanceArgs:
89
111
  @pulumi.getter(name="capacityGib")
90
112
  def capacity_gib(self) -> pulumi.Input[str]:
91
113
  """
92
- Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
114
+ Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
93
115
  """
94
116
  return pulumi.get(self, "capacity_gib")
95
117
 
@@ -141,6 +163,44 @@ class InstanceArgs:
141
163
  def description(self, value: Optional[pulumi.Input[str]]):
142
164
  pulumi.set(self, "description", value)
143
165
 
166
+ @property
167
+ @pulumi.getter(name="directoryStripeLevel")
168
+ def directory_stripe_level(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ Stripe level for directories.
171
+ MIN when directory has a small number of files.
172
+ MAX when directory has a large number of files.
173
+ Possible values:
174
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
175
+ DIRECTORY_STRIPE_LEVEL_MIN
176
+ DIRECTORY_STRIPE_LEVEL_BALANCED
177
+ DIRECTORY_STRIPE_LEVEL_MAX
178
+ """
179
+ return pulumi.get(self, "directory_stripe_level")
180
+
181
+ @directory_stripe_level.setter
182
+ def directory_stripe_level(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "directory_stripe_level", value)
184
+
185
+ @property
186
+ @pulumi.getter(name="fileStripeLevel")
187
+ def file_stripe_level(self) -> Optional[pulumi.Input[str]]:
188
+ """
189
+ Stripe level for files.
190
+ MIN better suited for small size files.
191
+ MAX higher throughput performance for larger files.
192
+ Possible values:
193
+ FILE_STRIPE_LEVEL_UNSPECIFIED
194
+ FILE_STRIPE_LEVEL_MIN
195
+ FILE_STRIPE_LEVEL_BALANCED
196
+ FILE_STRIPE_LEVEL_MAX
197
+ """
198
+ return pulumi.get(self, "file_stripe_level")
199
+
200
+ @file_stripe_level.setter
201
+ def file_stripe_level(self, value: Optional[pulumi.Input[str]]):
202
+ pulumi.set(self, "file_stripe_level", value)
203
+
144
204
  @property
145
205
  @pulumi.getter
146
206
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -223,8 +283,10 @@ class _InstanceState:
223
283
  create_time: Optional[pulumi.Input[str]] = None,
224
284
  daos_version: Optional[pulumi.Input[str]] = None,
225
285
  description: Optional[pulumi.Input[str]] = None,
286
+ directory_stripe_level: Optional[pulumi.Input[str]] = None,
226
287
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
227
288
  effective_reserved_ip_range: Optional[pulumi.Input[str]] = None,
289
+ file_stripe_level: Optional[pulumi.Input[str]] = None,
228
290
  instance_id: Optional[pulumi.Input[str]] = None,
229
291
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
230
292
  location: Optional[pulumi.Input[str]] = None,
@@ -237,17 +299,33 @@ class _InstanceState:
237
299
  update_time: Optional[pulumi.Input[str]] = None):
238
300
  """
239
301
  Input properties used for looking up and filtering Instance resources.
240
- :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: List of access_points.
302
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: Output only. List of access_points.
241
303
  Contains a list of IPv4 addresses used for client side configuration.
242
- :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
304
+ :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
243
305
  :param pulumi.Input[str] create_time: The time when the instance was created.
244
306
  :param pulumi.Input[str] daos_version: The version of DAOS software running in the instance
245
307
  :param pulumi.Input[str] description: The description of the instance. 2048 characters or less.
308
+ :param pulumi.Input[str] directory_stripe_level: Stripe level for directories.
309
+ MIN when directory has a small number of files.
310
+ MAX when directory has a large number of files.
311
+ Possible values:
312
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
313
+ DIRECTORY_STRIPE_LEVEL_MIN
314
+ DIRECTORY_STRIPE_LEVEL_BALANCED
315
+ DIRECTORY_STRIPE_LEVEL_MAX
246
316
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
247
317
  :param pulumi.Input[str] effective_reserved_ip_range: Immutable. Contains the id of the allocated IP address range associated with the
248
318
  private service access connection for example, "test-default" associated
249
319
  with IP range 10.0.0.0/29. This field is populated by the service and
250
320
  and contains the value currently used by the service.
321
+ :param pulumi.Input[str] file_stripe_level: Stripe level for files.
322
+ MIN better suited for small size files.
323
+ MAX higher throughput performance for larger files.
324
+ Possible values:
325
+ FILE_STRIPE_LEVEL_UNSPECIFIED
326
+ FILE_STRIPE_LEVEL_MIN
327
+ FILE_STRIPE_LEVEL_BALANCED
328
+ FILE_STRIPE_LEVEL_MAX
251
329
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
252
330
  * Must contain only lowercase letters, numbers, and hyphens.
253
331
  * Must start with a letter.
@@ -278,7 +356,7 @@ class _InstanceState:
278
356
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
279
357
  Please refer to the field `effective_labels` for all of the labels present on the resource.
280
358
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
281
- :param pulumi.Input[str] name: The resource name of the instance, in the format
359
+ :param pulumi.Input[str] name: Identifier. The resource name of the instance, in the format
282
360
  `projects/{project}/locations/{location}/instances/{instance_id}`
283
361
  :param pulumi.Input[str] network: Immutable. The name of the Google Compute Engine
284
362
  [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
@@ -298,6 +376,7 @@ class _InstanceState:
298
376
  ACTIVE
299
377
  DELETING
300
378
  FAILED
379
+ UPGRADING
301
380
  :param pulumi.Input[str] update_time: The time when the instance was updated.
302
381
  """
303
382
  if access_points is not None:
@@ -310,10 +389,14 @@ class _InstanceState:
310
389
  pulumi.set(__self__, "daos_version", daos_version)
311
390
  if description is not None:
312
391
  pulumi.set(__self__, "description", description)
392
+ if directory_stripe_level is not None:
393
+ pulumi.set(__self__, "directory_stripe_level", directory_stripe_level)
313
394
  if effective_labels is not None:
314
395
  pulumi.set(__self__, "effective_labels", effective_labels)
315
396
  if effective_reserved_ip_range is not None:
316
397
  pulumi.set(__self__, "effective_reserved_ip_range", effective_reserved_ip_range)
398
+ if file_stripe_level is not None:
399
+ pulumi.set(__self__, "file_stripe_level", file_stripe_level)
317
400
  if instance_id is not None:
318
401
  pulumi.set(__self__, "instance_id", instance_id)
319
402
  if labels is not None:
@@ -339,7 +422,7 @@ class _InstanceState:
339
422
  @pulumi.getter(name="accessPoints")
340
423
  def access_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
341
424
  """
342
- List of access_points.
425
+ Output only. List of access_points.
343
426
  Contains a list of IPv4 addresses used for client side configuration.
344
427
  """
345
428
  return pulumi.get(self, "access_points")
@@ -352,7 +435,7 @@ class _InstanceState:
352
435
  @pulumi.getter(name="capacityGib")
353
436
  def capacity_gib(self) -> Optional[pulumi.Input[str]]:
354
437
  """
355
- Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
438
+ Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
356
439
  """
357
440
  return pulumi.get(self, "capacity_gib")
358
441
 
@@ -396,6 +479,25 @@ class _InstanceState:
396
479
  def description(self, value: Optional[pulumi.Input[str]]):
397
480
  pulumi.set(self, "description", value)
398
481
 
482
+ @property
483
+ @pulumi.getter(name="directoryStripeLevel")
484
+ def directory_stripe_level(self) -> Optional[pulumi.Input[str]]:
485
+ """
486
+ Stripe level for directories.
487
+ MIN when directory has a small number of files.
488
+ MAX when directory has a large number of files.
489
+ Possible values:
490
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
491
+ DIRECTORY_STRIPE_LEVEL_MIN
492
+ DIRECTORY_STRIPE_LEVEL_BALANCED
493
+ DIRECTORY_STRIPE_LEVEL_MAX
494
+ """
495
+ return pulumi.get(self, "directory_stripe_level")
496
+
497
+ @directory_stripe_level.setter
498
+ def directory_stripe_level(self, value: Optional[pulumi.Input[str]]):
499
+ pulumi.set(self, "directory_stripe_level", value)
500
+
399
501
  @property
400
502
  @pulumi.getter(name="effectiveLabels")
401
503
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -423,6 +525,25 @@ class _InstanceState:
423
525
  def effective_reserved_ip_range(self, value: Optional[pulumi.Input[str]]):
424
526
  pulumi.set(self, "effective_reserved_ip_range", value)
425
527
 
528
+ @property
529
+ @pulumi.getter(name="fileStripeLevel")
530
+ def file_stripe_level(self) -> Optional[pulumi.Input[str]]:
531
+ """
532
+ Stripe level for files.
533
+ MIN better suited for small size files.
534
+ MAX higher throughput performance for larger files.
535
+ Possible values:
536
+ FILE_STRIPE_LEVEL_UNSPECIFIED
537
+ FILE_STRIPE_LEVEL_MIN
538
+ FILE_STRIPE_LEVEL_BALANCED
539
+ FILE_STRIPE_LEVEL_MAX
540
+ """
541
+ return pulumi.get(self, "file_stripe_level")
542
+
543
+ @file_stripe_level.setter
544
+ def file_stripe_level(self, value: Optional[pulumi.Input[str]]):
545
+ pulumi.set(self, "file_stripe_level", value)
546
+
426
547
  @property
427
548
  @pulumi.getter(name="instanceId")
428
549
  def instance_id(self) -> Optional[pulumi.Input[str]]:
@@ -490,7 +611,7 @@ class _InstanceState:
490
611
  @pulumi.getter
491
612
  def name(self) -> Optional[pulumi.Input[str]]:
492
613
  """
493
- The resource name of the instance, in the format
614
+ Identifier. The resource name of the instance, in the format
494
615
  `projects/{project}/locations/{location}/instances/{instance_id}`
495
616
  """
496
617
  return pulumi.get(self, "name")
@@ -565,6 +686,7 @@ class _InstanceState:
565
686
  ACTIVE
566
687
  DELETING
567
688
  FAILED
689
+ UPGRADING
568
690
  """
569
691
  return pulumi.get(self, "state")
570
692
 
@@ -592,6 +714,8 @@ class Instance(pulumi.CustomResource):
592
714
  opts: Optional[pulumi.ResourceOptions] = None,
593
715
  capacity_gib: Optional[pulumi.Input[str]] = None,
594
716
  description: Optional[pulumi.Input[str]] = None,
717
+ directory_stripe_level: Optional[pulumi.Input[str]] = None,
718
+ file_stripe_level: Optional[pulumi.Input[str]] = None,
595
719
  instance_id: Optional[pulumi.Input[str]] = None,
596
720
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
597
721
  location: Optional[pulumi.Input[str]] = None,
@@ -630,6 +754,8 @@ class Instance(pulumi.CustomResource):
630
754
  description="test instance",
631
755
  capacity_gib="12000",
632
756
  network=network.name,
757
+ file_stripe_level="FILE_STRIPE_LEVEL_MIN",
758
+ directory_stripe_level="DIRECTORY_STRIPE_LEVEL_MIN",
633
759
  labels={
634
760
  "test": "value",
635
761
  },
@@ -662,8 +788,24 @@ class Instance(pulumi.CustomResource):
662
788
 
663
789
  :param str resource_name: The name of the resource.
664
790
  :param pulumi.ResourceOptions opts: Options for the resource.
665
- :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
791
+ :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
666
792
  :param pulumi.Input[str] description: The description of the instance. 2048 characters or less.
793
+ :param pulumi.Input[str] directory_stripe_level: Stripe level for directories.
794
+ MIN when directory has a small number of files.
795
+ MAX when directory has a large number of files.
796
+ Possible values:
797
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
798
+ DIRECTORY_STRIPE_LEVEL_MIN
799
+ DIRECTORY_STRIPE_LEVEL_BALANCED
800
+ DIRECTORY_STRIPE_LEVEL_MAX
801
+ :param pulumi.Input[str] file_stripe_level: Stripe level for files.
802
+ MIN better suited for small size files.
803
+ MAX higher throughput performance for larger files.
804
+ Possible values:
805
+ FILE_STRIPE_LEVEL_UNSPECIFIED
806
+ FILE_STRIPE_LEVEL_MIN
807
+ FILE_STRIPE_LEVEL_BALANCED
808
+ FILE_STRIPE_LEVEL_MAX
667
809
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
668
810
  * Must contain only lowercase letters, numbers, and hyphens.
669
811
  * Must start with a letter.
@@ -741,6 +883,8 @@ class Instance(pulumi.CustomResource):
741
883
  description="test instance",
742
884
  capacity_gib="12000",
743
885
  network=network.name,
886
+ file_stripe_level="FILE_STRIPE_LEVEL_MIN",
887
+ directory_stripe_level="DIRECTORY_STRIPE_LEVEL_MIN",
744
888
  labels={
745
889
  "test": "value",
746
890
  },
@@ -788,6 +932,8 @@ class Instance(pulumi.CustomResource):
788
932
  opts: Optional[pulumi.ResourceOptions] = None,
789
933
  capacity_gib: Optional[pulumi.Input[str]] = None,
790
934
  description: Optional[pulumi.Input[str]] = None,
935
+ directory_stripe_level: Optional[pulumi.Input[str]] = None,
936
+ file_stripe_level: Optional[pulumi.Input[str]] = None,
791
937
  instance_id: Optional[pulumi.Input[str]] = None,
792
938
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
793
939
  location: Optional[pulumi.Input[str]] = None,
@@ -807,6 +953,8 @@ class Instance(pulumi.CustomResource):
807
953
  raise TypeError("Missing required property 'capacity_gib'")
808
954
  __props__.__dict__["capacity_gib"] = capacity_gib
809
955
  __props__.__dict__["description"] = description
956
+ __props__.__dict__["directory_stripe_level"] = directory_stripe_level
957
+ __props__.__dict__["file_stripe_level"] = file_stripe_level
810
958
  if instance_id is None and not opts.urn:
811
959
  raise TypeError("Missing required property 'instance_id'")
812
960
  __props__.__dict__["instance_id"] = instance_id
@@ -843,8 +991,10 @@ class Instance(pulumi.CustomResource):
843
991
  create_time: Optional[pulumi.Input[str]] = None,
844
992
  daos_version: Optional[pulumi.Input[str]] = None,
845
993
  description: Optional[pulumi.Input[str]] = None,
994
+ directory_stripe_level: Optional[pulumi.Input[str]] = None,
846
995
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
847
996
  effective_reserved_ip_range: Optional[pulumi.Input[str]] = None,
997
+ file_stripe_level: Optional[pulumi.Input[str]] = None,
848
998
  instance_id: Optional[pulumi.Input[str]] = None,
849
999
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
850
1000
  location: Optional[pulumi.Input[str]] = None,
@@ -862,17 +1012,33 @@ class Instance(pulumi.CustomResource):
862
1012
  :param str resource_name: The unique name of the resulting resource.
863
1013
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
864
1014
  :param pulumi.ResourceOptions opts: Options for the resource.
865
- :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: List of access_points.
1015
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: Output only. List of access_points.
866
1016
  Contains a list of IPv4 addresses used for client side configuration.
867
- :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
1017
+ :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
868
1018
  :param pulumi.Input[str] create_time: The time when the instance was created.
869
1019
  :param pulumi.Input[str] daos_version: The version of DAOS software running in the instance
870
1020
  :param pulumi.Input[str] description: The description of the instance. 2048 characters or less.
1021
+ :param pulumi.Input[str] directory_stripe_level: Stripe level for directories.
1022
+ MIN when directory has a small number of files.
1023
+ MAX when directory has a large number of files.
1024
+ Possible values:
1025
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
1026
+ DIRECTORY_STRIPE_LEVEL_MIN
1027
+ DIRECTORY_STRIPE_LEVEL_BALANCED
1028
+ DIRECTORY_STRIPE_LEVEL_MAX
871
1029
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
872
1030
  :param pulumi.Input[str] effective_reserved_ip_range: Immutable. Contains the id of the allocated IP address range associated with the
873
1031
  private service access connection for example, "test-default" associated
874
1032
  with IP range 10.0.0.0/29. This field is populated by the service and
875
1033
  and contains the value currently used by the service.
1034
+ :param pulumi.Input[str] file_stripe_level: Stripe level for files.
1035
+ MIN better suited for small size files.
1036
+ MAX higher throughput performance for larger files.
1037
+ Possible values:
1038
+ FILE_STRIPE_LEVEL_UNSPECIFIED
1039
+ FILE_STRIPE_LEVEL_MIN
1040
+ FILE_STRIPE_LEVEL_BALANCED
1041
+ FILE_STRIPE_LEVEL_MAX
876
1042
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
877
1043
  * Must contain only lowercase letters, numbers, and hyphens.
878
1044
  * Must start with a letter.
@@ -903,7 +1069,7 @@ class Instance(pulumi.CustomResource):
903
1069
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
904
1070
  Please refer to the field `effective_labels` for all of the labels present on the resource.
905
1071
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
906
- :param pulumi.Input[str] name: The resource name of the instance, in the format
1072
+ :param pulumi.Input[str] name: Identifier. The resource name of the instance, in the format
907
1073
  `projects/{project}/locations/{location}/instances/{instance_id}`
908
1074
  :param pulumi.Input[str] network: Immutable. The name of the Google Compute Engine
909
1075
  [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
@@ -923,6 +1089,7 @@ class Instance(pulumi.CustomResource):
923
1089
  ACTIVE
924
1090
  DELETING
925
1091
  FAILED
1092
+ UPGRADING
926
1093
  :param pulumi.Input[str] update_time: The time when the instance was updated.
927
1094
  """
928
1095
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -934,8 +1101,10 @@ class Instance(pulumi.CustomResource):
934
1101
  __props__.__dict__["create_time"] = create_time
935
1102
  __props__.__dict__["daos_version"] = daos_version
936
1103
  __props__.__dict__["description"] = description
1104
+ __props__.__dict__["directory_stripe_level"] = directory_stripe_level
937
1105
  __props__.__dict__["effective_labels"] = effective_labels
938
1106
  __props__.__dict__["effective_reserved_ip_range"] = effective_reserved_ip_range
1107
+ __props__.__dict__["file_stripe_level"] = file_stripe_level
939
1108
  __props__.__dict__["instance_id"] = instance_id
940
1109
  __props__.__dict__["labels"] = labels
941
1110
  __props__.__dict__["location"] = location
@@ -952,7 +1121,7 @@ class Instance(pulumi.CustomResource):
952
1121
  @pulumi.getter(name="accessPoints")
953
1122
  def access_points(self) -> pulumi.Output[Sequence[str]]:
954
1123
  """
955
- List of access_points.
1124
+ Output only. List of access_points.
956
1125
  Contains a list of IPv4 addresses used for client side configuration.
957
1126
  """
958
1127
  return pulumi.get(self, "access_points")
@@ -961,7 +1130,7 @@ class Instance(pulumi.CustomResource):
961
1130
  @pulumi.getter(name="capacityGib")
962
1131
  def capacity_gib(self) -> pulumi.Output[str]:
963
1132
  """
964
- Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
1133
+ Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
965
1134
  """
966
1135
  return pulumi.get(self, "capacity_gib")
967
1136
 
@@ -989,6 +1158,21 @@ class Instance(pulumi.CustomResource):
989
1158
  """
990
1159
  return pulumi.get(self, "description")
991
1160
 
1161
+ @property
1162
+ @pulumi.getter(name="directoryStripeLevel")
1163
+ def directory_stripe_level(self) -> pulumi.Output[Optional[str]]:
1164
+ """
1165
+ Stripe level for directories.
1166
+ MIN when directory has a small number of files.
1167
+ MAX when directory has a large number of files.
1168
+ Possible values:
1169
+ DIRECTORY_STRIPE_LEVEL_UNSPECIFIED
1170
+ DIRECTORY_STRIPE_LEVEL_MIN
1171
+ DIRECTORY_STRIPE_LEVEL_BALANCED
1172
+ DIRECTORY_STRIPE_LEVEL_MAX
1173
+ """
1174
+ return pulumi.get(self, "directory_stripe_level")
1175
+
992
1176
  @property
993
1177
  @pulumi.getter(name="effectiveLabels")
994
1178
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
@@ -1008,6 +1192,21 @@ class Instance(pulumi.CustomResource):
1008
1192
  """
1009
1193
  return pulumi.get(self, "effective_reserved_ip_range")
1010
1194
 
1195
+ @property
1196
+ @pulumi.getter(name="fileStripeLevel")
1197
+ def file_stripe_level(self) -> pulumi.Output[Optional[str]]:
1198
+ """
1199
+ Stripe level for files.
1200
+ MIN better suited for small size files.
1201
+ MAX higher throughput performance for larger files.
1202
+ Possible values:
1203
+ FILE_STRIPE_LEVEL_UNSPECIFIED
1204
+ FILE_STRIPE_LEVEL_MIN
1205
+ FILE_STRIPE_LEVEL_BALANCED
1206
+ FILE_STRIPE_LEVEL_MAX
1207
+ """
1208
+ return pulumi.get(self, "file_stripe_level")
1209
+
1011
1210
  @property
1012
1211
  @pulumi.getter(name="instanceId")
1013
1212
  def instance_id(self) -> pulumi.Output[str]:
@@ -1063,7 +1262,7 @@ class Instance(pulumi.CustomResource):
1063
1262
  @pulumi.getter
1064
1263
  def name(self) -> pulumi.Output[str]:
1065
1264
  """
1066
- The resource name of the instance, in the format
1265
+ Identifier. The resource name of the instance, in the format
1067
1266
  `projects/{project}/locations/{location}/instances/{instance_id}`
1068
1267
  """
1069
1268
  return pulumi.get(self, "name")
@@ -1118,6 +1317,7 @@ class Instance(pulumi.CustomResource):
1118
1317
  ACTIVE
1119
1318
  DELETING
1120
1319
  FAILED
1320
+ UPGRADING
1121
1321
  """
1122
1322
  return pulumi.get(self, "state")
1123
1323
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.38.0-alpha.1724220350"
4
+ "version": "7.38.0-alpha.1724673520"
5
5
  }
@@ -7,6 +7,7 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .event_threat_detection_custom_module import *
9
9
  from .folder_custom_module import *
10
+ from .folder_notification_config import *
10
11
  from .get_source_iam_policy import *
11
12
  from .get_v2_organization_source_iam_policy import *
12
13
  from .instance_iam_binding import *
@@ -26,6 +27,7 @@ from .source_iam_binding import *
26
27
  from .source_iam_member import *
27
28
  from .source_iam_policy import *
28
29
  from .v2_folder_mute_config import *
30
+ from .v2_folder_notification_config import *
29
31
  from .v2_organization_mute_config import *
30
32
  from .v2_organization_notification_config import *
31
33
  from .v2_organization_source import *