pulumi-gcp 7.38.0__py3-none-any.whl → 7.38.0a1724148643__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 +0 -32
  2. pulumi_gcp/appengine/flexible_app_version.py +0 -8
  3. pulumi_gcp/applicationintegration/client.py +2 -2
  4. pulumi_gcp/artifactregistry/__init__.py +0 -1
  5. pulumi_gcp/bigquery/connection.py +0 -12
  6. pulumi_gcp/clouddeploy/_inputs.py +1 -41
  7. pulumi_gcp/clouddeploy/outputs.py +1 -29
  8. pulumi_gcp/cloudfunctionsv2/function.py +0 -2
  9. pulumi_gcp/cloudidentity/__init__.py +0 -1
  10. pulumi_gcp/cloudidentity/get_group_memberships.py +0 -12
  11. pulumi_gcp/cloudidentity/outputs.py +0 -131
  12. pulumi_gcp/compute/_inputs.py +30 -36
  13. pulumi_gcp/compute/outputs.py +38 -48
  14. pulumi_gcp/compute/region_network_endpoint_group.py +0 -8
  15. pulumi_gcp/compute/subnetwork.py +0 -82
  16. pulumi_gcp/container/_inputs.py +18 -15
  17. pulumi_gcp/container/attached_cluster.py +7 -14
  18. pulumi_gcp/container/outputs.py +12 -10
  19. pulumi_gcp/discoveryengine/__init__.py +0 -1
  20. pulumi_gcp/dns/_inputs.py +76 -80
  21. pulumi_gcp/dns/outputs.py +52 -56
  22. pulumi_gcp/managedkafka/_inputs.py +6 -6
  23. pulumi_gcp/managedkafka/cluster.py +7 -7
  24. pulumi_gcp/managedkafka/outputs.py +4 -4
  25. pulumi_gcp/managedkafka/topic.py +7 -7
  26. pulumi_gcp/parallelstore/instance.py +15 -215
  27. pulumi_gcp/pulumi-plugin.json +1 -1
  28. pulumi_gcp/securitycenter/__init__.py +0 -2
  29. pulumi_gcp/securitycenter/_inputs.py +0 -186
  30. pulumi_gcp/securitycenter/outputs.py +0 -118
  31. pulumi_gcp/servicenetworking/connection.py +3 -50
  32. pulumi_gcp/sql/_inputs.py +0 -20
  33. pulumi_gcp/sql/outputs.py +0 -36
  34. pulumi_gcp/vertex/__init__.py +0 -1
  35. pulumi_gcp/vertex/_inputs.py +0 -438
  36. pulumi_gcp/vertex/outputs.py +0 -393
  37. {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1724148643.dist-info}/METADATA +1 -1
  38. {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1724148643.dist-info}/RECORD +40 -46
  39. {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1724148643.dist-info}/WHEEL +1 -1
  40. pulumi_gcp/artifactregistry/get_locations.py +0 -167
  41. pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +0 -93
  42. pulumi_gcp/discoveryengine/schema.py +0 -524
  43. pulumi_gcp/securitycenter/folder_notification_config.py +0 -486
  44. pulumi_gcp/securitycenter/v2_folder_notification_config.py +0 -575
  45. pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +0 -1170
  46. {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1724148643.dist-info}/top_level.txt +0 -0
@@ -23,15 +23,13 @@ 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,
28
26
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
29
27
  network: Optional[pulumi.Input[str]] = None,
30
28
  project: Optional[pulumi.Input[str]] = None,
31
29
  reserved_ip_range: Optional[pulumi.Input[str]] = None):
32
30
  """
33
31
  The set of arguments for constructing a Instance resource.
34
- :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
32
+ :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
35
33
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
36
34
  * Must contain only lowercase letters, numbers, and hyphens.
37
35
  * Must start with a letter.
@@ -43,22 +41,6 @@ class InstanceArgs:
43
41
  - - -
44
42
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
45
43
  :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
62
44
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Cloud Labels are a flexible and lightweight mechanism for organizing cloud
63
45
  resources into groups that reflect a customer's organizational needs and
64
46
  deployment strategies. Cloud Labels can be used to filter collections of
@@ -94,10 +76,6 @@ class InstanceArgs:
94
76
  pulumi.set(__self__, "location", location)
95
77
  if description is not None:
96
78
  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)
101
79
  if labels is not None:
102
80
  pulumi.set(__self__, "labels", labels)
103
81
  if network is not None:
@@ -111,7 +89,7 @@ class InstanceArgs:
111
89
  @pulumi.getter(name="capacityGib")
112
90
  def capacity_gib(self) -> pulumi.Input[str]:
113
91
  """
114
- Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
92
+ Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
115
93
  """
116
94
  return pulumi.get(self, "capacity_gib")
117
95
 
@@ -163,44 +141,6 @@ class InstanceArgs:
163
141
  def description(self, value: Optional[pulumi.Input[str]]):
164
142
  pulumi.set(self, "description", value)
165
143
 
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
-
204
144
  @property
205
145
  @pulumi.getter
206
146
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -283,10 +223,8 @@ class _InstanceState:
283
223
  create_time: Optional[pulumi.Input[str]] = None,
284
224
  daos_version: Optional[pulumi.Input[str]] = None,
285
225
  description: Optional[pulumi.Input[str]] = None,
286
- directory_stripe_level: Optional[pulumi.Input[str]] = None,
287
226
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
288
227
  effective_reserved_ip_range: Optional[pulumi.Input[str]] = None,
289
- file_stripe_level: Optional[pulumi.Input[str]] = None,
290
228
  instance_id: Optional[pulumi.Input[str]] = None,
291
229
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
292
230
  location: Optional[pulumi.Input[str]] = None,
@@ -299,33 +237,17 @@ class _InstanceState:
299
237
  update_time: Optional[pulumi.Input[str]] = None):
300
238
  """
301
239
  Input properties used for looking up and filtering Instance resources.
302
- :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: Output only. List of access_points.
240
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: List of access_points.
303
241
  Contains a list of IPv4 addresses used for client side configuration.
304
- :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
242
+ :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
305
243
  :param pulumi.Input[str] create_time: The time when the instance was created.
306
244
  :param pulumi.Input[str] daos_version: The version of DAOS software running in the instance
307
245
  :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
316
246
  :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.
317
247
  :param pulumi.Input[str] effective_reserved_ip_range: Immutable. Contains the id of the allocated IP address range associated with the
318
248
  private service access connection for example, "test-default" associated
319
249
  with IP range 10.0.0.0/29. This field is populated by the service and
320
250
  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
329
251
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
330
252
  * Must contain only lowercase letters, numbers, and hyphens.
331
253
  * Must start with a letter.
@@ -356,7 +278,7 @@ class _InstanceState:
356
278
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
357
279
  Please refer to the field `effective_labels` for all of the labels present on the resource.
358
280
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
359
- :param pulumi.Input[str] name: Identifier. The resource name of the instance, in the format
281
+ :param pulumi.Input[str] name: The resource name of the instance, in the format
360
282
  `projects/{project}/locations/{location}/instances/{instance_id}`
361
283
  :param pulumi.Input[str] network: Immutable. The name of the Google Compute Engine
362
284
  [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
@@ -376,7 +298,6 @@ class _InstanceState:
376
298
  ACTIVE
377
299
  DELETING
378
300
  FAILED
379
- UPGRADING
380
301
  :param pulumi.Input[str] update_time: The time when the instance was updated.
381
302
  """
382
303
  if access_points is not None:
@@ -389,14 +310,10 @@ class _InstanceState:
389
310
  pulumi.set(__self__, "daos_version", daos_version)
390
311
  if description is not None:
391
312
  pulumi.set(__self__, "description", description)
392
- if directory_stripe_level is not None:
393
- pulumi.set(__self__, "directory_stripe_level", directory_stripe_level)
394
313
  if effective_labels is not None:
395
314
  pulumi.set(__self__, "effective_labels", effective_labels)
396
315
  if effective_reserved_ip_range is not None:
397
316
  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)
400
317
  if instance_id is not None:
401
318
  pulumi.set(__self__, "instance_id", instance_id)
402
319
  if labels is not None:
@@ -422,7 +339,7 @@ class _InstanceState:
422
339
  @pulumi.getter(name="accessPoints")
423
340
  def access_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
424
341
  """
425
- Output only. List of access_points.
342
+ List of access_points.
426
343
  Contains a list of IPv4 addresses used for client side configuration.
427
344
  """
428
345
  return pulumi.get(self, "access_points")
@@ -435,7 +352,7 @@ class _InstanceState:
435
352
  @pulumi.getter(name="capacityGib")
436
353
  def capacity_gib(self) -> Optional[pulumi.Input[str]]:
437
354
  """
438
- Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
355
+ Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
439
356
  """
440
357
  return pulumi.get(self, "capacity_gib")
441
358
 
@@ -479,25 +396,6 @@ class _InstanceState:
479
396
  def description(self, value: Optional[pulumi.Input[str]]):
480
397
  pulumi.set(self, "description", value)
481
398
 
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
-
501
399
  @property
502
400
  @pulumi.getter(name="effectiveLabels")
503
401
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -525,25 +423,6 @@ class _InstanceState:
525
423
  def effective_reserved_ip_range(self, value: Optional[pulumi.Input[str]]):
526
424
  pulumi.set(self, "effective_reserved_ip_range", value)
527
425
 
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
-
547
426
  @property
548
427
  @pulumi.getter(name="instanceId")
549
428
  def instance_id(self) -> Optional[pulumi.Input[str]]:
@@ -611,7 +490,7 @@ class _InstanceState:
611
490
  @pulumi.getter
612
491
  def name(self) -> Optional[pulumi.Input[str]]:
613
492
  """
614
- Identifier. The resource name of the instance, in the format
493
+ The resource name of the instance, in the format
615
494
  `projects/{project}/locations/{location}/instances/{instance_id}`
616
495
  """
617
496
  return pulumi.get(self, "name")
@@ -686,7 +565,6 @@ class _InstanceState:
686
565
  ACTIVE
687
566
  DELETING
688
567
  FAILED
689
- UPGRADING
690
568
  """
691
569
  return pulumi.get(self, "state")
692
570
 
@@ -714,8 +592,6 @@ class Instance(pulumi.CustomResource):
714
592
  opts: Optional[pulumi.ResourceOptions] = None,
715
593
  capacity_gib: Optional[pulumi.Input[str]] = None,
716
594
  description: Optional[pulumi.Input[str]] = None,
717
- directory_stripe_level: Optional[pulumi.Input[str]] = None,
718
- file_stripe_level: Optional[pulumi.Input[str]] = None,
719
595
  instance_id: Optional[pulumi.Input[str]] = None,
720
596
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
721
597
  location: Optional[pulumi.Input[str]] = None,
@@ -754,8 +630,6 @@ class Instance(pulumi.CustomResource):
754
630
  description="test instance",
755
631
  capacity_gib="12000",
756
632
  network=network.name,
757
- file_stripe_level="FILE_STRIPE_LEVEL_MIN",
758
- directory_stripe_level="DIRECTORY_STRIPE_LEVEL_MIN",
759
633
  labels={
760
634
  "test": "value",
761
635
  },
@@ -788,24 +662,8 @@ class Instance(pulumi.CustomResource):
788
662
 
789
663
  :param str resource_name: The name of the resource.
790
664
  :param pulumi.ResourceOptions opts: Options for the resource.
791
- :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
665
+ :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
792
666
  :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
809
667
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
810
668
  * Must contain only lowercase letters, numbers, and hyphens.
811
669
  * Must start with a letter.
@@ -883,8 +741,6 @@ class Instance(pulumi.CustomResource):
883
741
  description="test instance",
884
742
  capacity_gib="12000",
885
743
  network=network.name,
886
- file_stripe_level="FILE_STRIPE_LEVEL_MIN",
887
- directory_stripe_level="DIRECTORY_STRIPE_LEVEL_MIN",
888
744
  labels={
889
745
  "test": "value",
890
746
  },
@@ -932,8 +788,6 @@ class Instance(pulumi.CustomResource):
932
788
  opts: Optional[pulumi.ResourceOptions] = None,
933
789
  capacity_gib: Optional[pulumi.Input[str]] = None,
934
790
  description: Optional[pulumi.Input[str]] = None,
935
- directory_stripe_level: Optional[pulumi.Input[str]] = None,
936
- file_stripe_level: Optional[pulumi.Input[str]] = None,
937
791
  instance_id: Optional[pulumi.Input[str]] = None,
938
792
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
939
793
  location: Optional[pulumi.Input[str]] = None,
@@ -953,8 +807,6 @@ class Instance(pulumi.CustomResource):
953
807
  raise TypeError("Missing required property 'capacity_gib'")
954
808
  __props__.__dict__["capacity_gib"] = capacity_gib
955
809
  __props__.__dict__["description"] = description
956
- __props__.__dict__["directory_stripe_level"] = directory_stripe_level
957
- __props__.__dict__["file_stripe_level"] = file_stripe_level
958
810
  if instance_id is None and not opts.urn:
959
811
  raise TypeError("Missing required property 'instance_id'")
960
812
  __props__.__dict__["instance_id"] = instance_id
@@ -991,10 +843,8 @@ class Instance(pulumi.CustomResource):
991
843
  create_time: Optional[pulumi.Input[str]] = None,
992
844
  daos_version: Optional[pulumi.Input[str]] = None,
993
845
  description: Optional[pulumi.Input[str]] = None,
994
- directory_stripe_level: Optional[pulumi.Input[str]] = None,
995
846
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
996
847
  effective_reserved_ip_range: Optional[pulumi.Input[str]] = None,
997
- file_stripe_level: Optional[pulumi.Input[str]] = None,
998
848
  instance_id: Optional[pulumi.Input[str]] = None,
999
849
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1000
850
  location: Optional[pulumi.Input[str]] = None,
@@ -1012,33 +862,17 @@ class Instance(pulumi.CustomResource):
1012
862
  :param str resource_name: The unique name of the resulting resource.
1013
863
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1014
864
  :param pulumi.ResourceOptions opts: Options for the resource.
1015
- :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: Output only. List of access_points.
865
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] access_points: List of access_points.
1016
866
  Contains a list of IPv4 addresses used for client side configuration.
1017
- :param pulumi.Input[str] capacity_gib: Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
867
+ :param pulumi.Input[str] capacity_gib: Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
1018
868
  :param pulumi.Input[str] create_time: The time when the instance was created.
1019
869
  :param pulumi.Input[str] daos_version: The version of DAOS software running in the instance
1020
870
  :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
1029
871
  :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.
1030
872
  :param pulumi.Input[str] effective_reserved_ip_range: Immutable. Contains the id of the allocated IP address range associated with the
1031
873
  private service access connection for example, "test-default" associated
1032
874
  with IP range 10.0.0.0/29. This field is populated by the service and
1033
875
  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
1042
876
  :param pulumi.Input[str] instance_id: The logical name of the Parallelstore instance in the user project with the following restrictions:
1043
877
  * Must contain only lowercase letters, numbers, and hyphens.
1044
878
  * Must start with a letter.
@@ -1069,7 +903,7 @@ class Instance(pulumi.CustomResource):
1069
903
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1070
904
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1071
905
  :param pulumi.Input[str] location: Part of `parent`. See documentation of `projectsId`.
1072
- :param pulumi.Input[str] name: Identifier. The resource name of the instance, in the format
906
+ :param pulumi.Input[str] name: The resource name of the instance, in the format
1073
907
  `projects/{project}/locations/{location}/instances/{instance_id}`
1074
908
  :param pulumi.Input[str] network: Immutable. The name of the Google Compute Engine
1075
909
  [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the
@@ -1089,7 +923,6 @@ class Instance(pulumi.CustomResource):
1089
923
  ACTIVE
1090
924
  DELETING
1091
925
  FAILED
1092
- UPGRADING
1093
926
  :param pulumi.Input[str] update_time: The time when the instance was updated.
1094
927
  """
1095
928
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1101,10 +934,8 @@ class Instance(pulumi.CustomResource):
1101
934
  __props__.__dict__["create_time"] = create_time
1102
935
  __props__.__dict__["daos_version"] = daos_version
1103
936
  __props__.__dict__["description"] = description
1104
- __props__.__dict__["directory_stripe_level"] = directory_stripe_level
1105
937
  __props__.__dict__["effective_labels"] = effective_labels
1106
938
  __props__.__dict__["effective_reserved_ip_range"] = effective_reserved_ip_range
1107
- __props__.__dict__["file_stripe_level"] = file_stripe_level
1108
939
  __props__.__dict__["instance_id"] = instance_id
1109
940
  __props__.__dict__["labels"] = labels
1110
941
  __props__.__dict__["location"] = location
@@ -1121,7 +952,7 @@ class Instance(pulumi.CustomResource):
1121
952
  @pulumi.getter(name="accessPoints")
1122
953
  def access_points(self) -> pulumi.Output[Sequence[str]]:
1123
954
  """
1124
- Output only. List of access_points.
955
+ List of access_points.
1125
956
  Contains a list of IPv4 addresses used for client side configuration.
1126
957
  """
1127
958
  return pulumi.get(self, "access_points")
@@ -1130,7 +961,7 @@ class Instance(pulumi.CustomResource):
1130
961
  @pulumi.getter(name="capacityGib")
1131
962
  def capacity_gib(self) -> pulumi.Output[str]:
1132
963
  """
1133
- Required. Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
964
+ Immutable. Storage capacity of Parallelstore instance in Gibibytes (GiB).
1134
965
  """
1135
966
  return pulumi.get(self, "capacity_gib")
1136
967
 
@@ -1158,21 +989,6 @@ class Instance(pulumi.CustomResource):
1158
989
  """
1159
990
  return pulumi.get(self, "description")
1160
991
 
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
-
1176
992
  @property
1177
993
  @pulumi.getter(name="effectiveLabels")
1178
994
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
@@ -1192,21 +1008,6 @@ class Instance(pulumi.CustomResource):
1192
1008
  """
1193
1009
  return pulumi.get(self, "effective_reserved_ip_range")
1194
1010
 
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
-
1210
1011
  @property
1211
1012
  @pulumi.getter(name="instanceId")
1212
1013
  def instance_id(self) -> pulumi.Output[str]:
@@ -1262,7 +1063,7 @@ class Instance(pulumi.CustomResource):
1262
1063
  @pulumi.getter
1263
1064
  def name(self) -> pulumi.Output[str]:
1264
1065
  """
1265
- Identifier. The resource name of the instance, in the format
1066
+ The resource name of the instance, in the format
1266
1067
  `projects/{project}/locations/{location}/instances/{instance_id}`
1267
1068
  """
1268
1069
  return pulumi.get(self, "name")
@@ -1317,7 +1118,6 @@ class Instance(pulumi.CustomResource):
1317
1118
  ACTIVE
1318
1119
  DELETING
1319
1120
  FAILED
1320
- UPGRADING
1321
1121
  """
1322
1122
  return pulumi.get(self, "state")
1323
1123
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.38.0"
4
+ "version": "7.38.0-alpha.1724148643"
5
5
  }
@@ -7,7 +7,6 @@ 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 *
11
10
  from .get_source_iam_policy import *
12
11
  from .get_v2_organization_source_iam_policy import *
13
12
  from .instance_iam_binding import *
@@ -27,7 +26,6 @@ from .source_iam_binding import *
27
26
  from .source_iam_member import *
28
27
  from .source_iam_policy import *
29
28
  from .v2_folder_mute_config import *
30
- from .v2_folder_notification_config import *
31
29
  from .v2_organization_mute_config import *
32
30
  from .v2_organization_notification_config import *
33
31
  from .v2_organization_source import *