pulumi-gcp 8.2.0__py3-none-any.whl → 8.2.0a1726671837__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 (43) hide show
  1. pulumi_gcp/__init__.py +0 -38
  2. pulumi_gcp/bigquery/__init__.py +0 -1
  3. pulumi_gcp/bigquery/outputs.py +0 -30
  4. pulumi_gcp/compute/__init__.py +0 -1
  5. pulumi_gcp/compute/_inputs.py +286 -2209
  6. pulumi_gcp/compute/get_instance.py +0 -3
  7. pulumi_gcp/compute/outputs.py +0 -1383
  8. pulumi_gcp/compute/region_target_http_proxy.py +0 -159
  9. pulumi_gcp/compute/region_target_https_proxy.py +0 -175
  10. pulumi_gcp/compute/service_attachment.py +0 -75
  11. pulumi_gcp/compute/target_http_proxy.py +28 -49
  12. pulumi_gcp/compute/target_https_proxy.py +28 -49
  13. pulumi_gcp/config/__init__.pyi +0 -4
  14. pulumi_gcp/config/vars.py +0 -8
  15. pulumi_gcp/container/_inputs.py +0 -96
  16. pulumi_gcp/container/attached_cluster.py +1 -54
  17. pulumi_gcp/container/outputs.py +0 -102
  18. pulumi_gcp/dataproc/metastore_federation.py +8 -8
  19. pulumi_gcp/dataproc/metastore_service.py +0 -2
  20. pulumi_gcp/datastream/stream.py +14 -21
  21. pulumi_gcp/gkeonprem/_inputs.py +3 -3
  22. pulumi_gcp/gkeonprem/outputs.py +2 -2
  23. pulumi_gcp/netapp/volume.py +0 -101
  24. pulumi_gcp/organizations/folder.py +33 -52
  25. pulumi_gcp/provider.py +0 -40
  26. pulumi_gcp/pulumi-plugin.json +1 -1
  27. pulumi_gcp/securitycenter/v2_project_mute_config.py +2 -2
  28. pulumi_gcp/vpcaccess/connector.py +28 -21
  29. {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.dist-info}/METADATA +1 -1
  30. {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.dist-info}/RECORD +32 -43
  31. pulumi_gcp/bigquery/get_tables.py +0 -143
  32. pulumi_gcp/compute/network_firewall_policy_with_rules.py +0 -826
  33. pulumi_gcp/developerconnect/__init__.py +0 -11
  34. pulumi_gcp/developerconnect/_inputs.py +0 -301
  35. pulumi_gcp/developerconnect/connection.py +0 -1034
  36. pulumi_gcp/developerconnect/git_repository_link.py +0 -873
  37. pulumi_gcp/developerconnect/outputs.py +0 -247
  38. pulumi_gcp/memorystore/__init__.py +0 -10
  39. pulumi_gcp/memorystore/_inputs.py +0 -731
  40. pulumi_gcp/memorystore/instance.py +0 -1663
  41. pulumi_gcp/memorystore/outputs.py +0 -598
  42. {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.dist-info}/WHEEL +0 -0
  43. {pulumi_gcp-8.2.0.dist-info → pulumi_gcp-8.2.0a1726671837.dist-info}/top_level.txt +0 -0
@@ -373,7 +373,7 @@ class MetastoreFederation(pulumi.CustomResource):
373
373
  import pulumi_gcp as gcp
374
374
 
375
375
  default_metastore_service = gcp.dataproc.MetastoreService("default",
376
- service_id="metastore-service",
376
+ service_id="",
377
377
  location="us-central1",
378
378
  tier="DEVELOPER",
379
379
  hive_metastore_config={
@@ -382,7 +382,7 @@ class MetastoreFederation(pulumi.CustomResource):
382
382
  })
383
383
  default = gcp.dataproc.MetastoreFederation("default",
384
384
  location="us-central1",
385
- federation_id="metastore-fed",
385
+ federation_id="",
386
386
  version="3.1.2",
387
387
  backend_metastores=[{
388
388
  "rank": "1",
@@ -397,7 +397,7 @@ class MetastoreFederation(pulumi.CustomResource):
397
397
  import pulumi_gcp as gcp
398
398
 
399
399
  default_metastore_service = gcp.dataproc.MetastoreService("default",
400
- service_id="metastore-service",
400
+ service_id="",
401
401
  location="us-central1",
402
402
  tier="DEVELOPER",
403
403
  hive_metastore_config={
@@ -407,7 +407,7 @@ class MetastoreFederation(pulumi.CustomResource):
407
407
  project = gcp.organizations.get_project()
408
408
  default = gcp.dataproc.MetastoreFederation("default",
409
409
  location="us-central1",
410
- federation_id="metastore-fed",
410
+ federation_id="",
411
411
  version="3.1.2",
412
412
  backend_metastores=[
413
413
  {
@@ -478,7 +478,7 @@ class MetastoreFederation(pulumi.CustomResource):
478
478
  import pulumi_gcp as gcp
479
479
 
480
480
  default_metastore_service = gcp.dataproc.MetastoreService("default",
481
- service_id="metastore-service",
481
+ service_id="",
482
482
  location="us-central1",
483
483
  tier="DEVELOPER",
484
484
  hive_metastore_config={
@@ -487,7 +487,7 @@ class MetastoreFederation(pulumi.CustomResource):
487
487
  })
488
488
  default = gcp.dataproc.MetastoreFederation("default",
489
489
  location="us-central1",
490
- federation_id="metastore-fed",
490
+ federation_id="",
491
491
  version="3.1.2",
492
492
  backend_metastores=[{
493
493
  "rank": "1",
@@ -502,7 +502,7 @@ class MetastoreFederation(pulumi.CustomResource):
502
502
  import pulumi_gcp as gcp
503
503
 
504
504
  default_metastore_service = gcp.dataproc.MetastoreService("default",
505
- service_id="metastore-service",
505
+ service_id="",
506
506
  location="us-central1",
507
507
  tier="DEVELOPER",
508
508
  hive_metastore_config={
@@ -512,7 +512,7 @@ class MetastoreFederation(pulumi.CustomResource):
512
512
  project = gcp.organizations.get_project()
513
513
  default = gcp.dataproc.MetastoreFederation("default",
514
514
  location="us-central1",
515
- federation_id="metastore-fed",
515
+ federation_id="",
516
516
  version="3.1.2",
517
517
  backend_metastores=[
518
518
  {
@@ -908,7 +908,6 @@ class MetastoreService(pulumi.CustomResource):
908
908
  default = gcp.dataproc.MetastoreService("default",
909
909
  service_id="metastore-srv",
910
910
  location="us-central1",
911
- tier="DEVELOPER",
912
911
  hive_metastore_config={
913
912
  "version": "3.1.2",
914
913
  },
@@ -1248,7 +1247,6 @@ class MetastoreService(pulumi.CustomResource):
1248
1247
  default = gcp.dataproc.MetastoreService("default",
1249
1248
  service_id="metastore-srv",
1250
1249
  location="us-central1",
1251
- tier="DEVELOPER",
1252
1250
  hive_metastore_config={
1253
1251
  "version": "3.1.2",
1254
1252
  },
@@ -47,9 +47,8 @@ class StreamArgs:
47
47
  :param pulumi.Input[bool] create_without_validation: Create the stream without validating it.
48
48
  :param pulumi.Input[str] customer_managed_encryption_key: A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be
49
49
  encrypted using an internal Stream-specific encryption key provisioned through KMS.
50
- :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
51
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
52
- Default: NOT_STARTED
50
+ :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
51
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
53
52
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please
54
53
  refer to the field 'effective_labels' for all of the labels present on the resource.
55
54
  """
@@ -188,9 +187,8 @@ class StreamArgs:
188
187
  @pulumi.getter(name="desiredState")
189
188
  def desired_state(self) -> Optional[pulumi.Input[str]]:
190
189
  """
191
- Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
192
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
193
- Default: NOT_STARTED
190
+ Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
191
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
194
192
  """
195
193
  return pulumi.get(self, "desired_state")
196
194
 
@@ -247,9 +245,8 @@ class _StreamState:
247
245
  :param pulumi.Input[bool] create_without_validation: Create the stream without validating it.
248
246
  :param pulumi.Input[str] customer_managed_encryption_key: A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be
249
247
  encrypted using an internal Stream-specific encryption key provisioned through KMS.
250
- :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
251
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
252
- Default: NOT_STARTED
248
+ :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
249
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
253
250
  :param pulumi.Input['StreamDestinationConfigArgs'] destination_config: Destination connection profile configuration.
254
251
  Structure is documented below.
255
252
  :param pulumi.Input[str] display_name: Display name.
@@ -351,9 +348,8 @@ class _StreamState:
351
348
  @pulumi.getter(name="desiredState")
352
349
  def desired_state(self) -> Optional[pulumi.Input[str]]:
353
350
  """
354
- Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
355
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
356
- Default: NOT_STARTED
351
+ Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
352
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
357
353
  """
358
354
  return pulumi.get(self, "desired_state")
359
355
 
@@ -1332,9 +1328,8 @@ class Stream(pulumi.CustomResource):
1332
1328
  :param pulumi.Input[bool] create_without_validation: Create the stream without validating it.
1333
1329
  :param pulumi.Input[str] customer_managed_encryption_key: A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be
1334
1330
  encrypted using an internal Stream-specific encryption key provisioned through KMS.
1335
- :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
1336
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
1337
- Default: NOT_STARTED
1331
+ :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
1332
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
1338
1333
  :param pulumi.Input[Union['StreamDestinationConfigArgs', 'StreamDestinationConfigArgsDict']] destination_config: Destination connection profile configuration.
1339
1334
  Structure is documented below.
1340
1335
  :param pulumi.Input[str] display_name: Display name.
@@ -2265,9 +2260,8 @@ class Stream(pulumi.CustomResource):
2265
2260
  :param pulumi.Input[bool] create_without_validation: Create the stream without validating it.
2266
2261
  :param pulumi.Input[str] customer_managed_encryption_key: A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be
2267
2262
  encrypted using an internal Stream-specific encryption key provisioned through KMS.
2268
- :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
2269
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
2270
- Default: NOT_STARTED
2263
+ :param pulumi.Input[str] desired_state: Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
2264
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
2271
2265
  :param pulumi.Input[Union['StreamDestinationConfigArgs', 'StreamDestinationConfigArgsDict']] destination_config: Destination connection profile configuration.
2272
2266
  Structure is documented below.
2273
2267
  :param pulumi.Input[str] display_name: Display name.
@@ -2342,9 +2336,8 @@ class Stream(pulumi.CustomResource):
2342
2336
  @pulumi.getter(name="desiredState")
2343
2337
  def desired_state(self) -> pulumi.Output[Optional[str]]:
2344
2338
  """
2345
- Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without
2346
- starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED.
2347
- Default: NOT_STARTED
2339
+ Desired state of the Stream. Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Possible
2340
+ values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED
2348
2341
  """
2349
2342
  return pulumi.get(self, "desired_state")
2350
2343
 
@@ -7980,7 +7980,7 @@ if not MYPY:
7980
7980
  image_type: pulumi.Input[str]
7981
7981
  """
7982
7982
  The OS image to be used for each node in a node pool.
7983
- Currently `cos`, `cos_cgv2`, `ubuntu`, `ubuntu_cgv2`, `ubuntu_containerd` and `windows` are supported.
7983
+ Currently `cos`, `ubuntu`, `ubuntu_containerd` and `windows` are supported.
7984
7984
  """
7985
7985
  boot_disk_size_gb: NotRequired[pulumi.Input[int]]
7986
7986
  """
@@ -8044,7 +8044,7 @@ class VMwareNodePoolConfigArgs:
8044
8044
  vsphere_config: Optional[pulumi.Input['VMwareNodePoolConfigVsphereConfigArgs']] = None):
8045
8045
  """
8046
8046
  :param pulumi.Input[str] image_type: The OS image to be used for each node in a node pool.
8047
- Currently `cos`, `cos_cgv2`, `ubuntu`, `ubuntu_cgv2`, `ubuntu_containerd` and `windows` are supported.
8047
+ Currently `cos`, `ubuntu`, `ubuntu_containerd` and `windows` are supported.
8048
8048
  :param pulumi.Input[int] boot_disk_size_gb: VMware disk size to be used during creation.
8049
8049
  :param pulumi.Input[int] cpus: The number of CPUs for each node in the node pool.
8050
8050
  :param pulumi.Input[bool] enable_load_balancer: Allow node pool traffic to be load balanced. Only works for clusters with
@@ -8088,7 +8088,7 @@ class VMwareNodePoolConfigArgs:
8088
8088
  def image_type(self) -> pulumi.Input[str]:
8089
8089
  """
8090
8090
  The OS image to be used for each node in a node pool.
8091
- Currently `cos`, `cos_cgv2`, `ubuntu`, `ubuntu_cgv2`, `ubuntu_containerd` and `windows` are supported.
8091
+ Currently `cos`, `ubuntu`, `ubuntu_containerd` and `windows` are supported.
8092
8092
  """
8093
8093
  return pulumi.get(self, "image_type")
8094
8094
 
@@ -6294,7 +6294,7 @@ class VMwareNodePoolConfig(dict):
6294
6294
  vsphere_config: Optional['outputs.VMwareNodePoolConfigVsphereConfig'] = None):
6295
6295
  """
6296
6296
  :param str image_type: The OS image to be used for each node in a node pool.
6297
- Currently `cos`, `cos_cgv2`, `ubuntu`, `ubuntu_cgv2`, `ubuntu_containerd` and `windows` are supported.
6297
+ Currently `cos`, `ubuntu`, `ubuntu_containerd` and `windows` are supported.
6298
6298
  :param int boot_disk_size_gb: VMware disk size to be used during creation.
6299
6299
  :param int cpus: The number of CPUs for each node in the node pool.
6300
6300
  :param bool enable_load_balancer: Allow node pool traffic to be load balanced. Only works for clusters with
@@ -6338,7 +6338,7 @@ class VMwareNodePoolConfig(dict):
6338
6338
  def image_type(self) -> str:
6339
6339
  """
6340
6340
  The OS image to be used for each node in a node pool.
6341
- Currently `cos`, `cos_cgv2`, `ubuntu`, `ubuntu_cgv2`, `ubuntu_containerd` and `windows` are supported.
6341
+ Currently `cos`, `ubuntu`, `ubuntu_containerd` and `windows` are supported.
6342
6342
  """
6343
6343
  return pulumi.get(self, "image_type")
6344
6344
 
@@ -32,8 +32,6 @@ class VolumeArgs:
32
32
  export_policy: Optional[pulumi.Input['VolumeExportPolicyArgs']] = None,
33
33
  kerberos_enabled: Optional[pulumi.Input[bool]] = None,
34
34
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
35
- large_capacity: Optional[pulumi.Input[bool]] = None,
36
- multiple_endpoints: Optional[pulumi.Input[bool]] = None,
37
35
  name: Optional[pulumi.Input[str]] = None,
38
36
  project: Optional[pulumi.Input[str]] = None,
39
37
  restore_parameters: Optional[pulumi.Input['VolumeRestoreParametersArgs']] = None,
@@ -65,9 +63,6 @@ class VolumeArgs:
65
63
 
66
64
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
67
65
  Please refer to the field `effective_labels` for all of the labels present on the resource.
68
- :param pulumi.Input[bool] large_capacity: Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
69
- :param pulumi.Input[bool] multiple_endpoints: Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
70
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
71
66
  :param pulumi.Input[str] name: The name of the volume. Needs to be unique per location.
72
67
 
73
68
 
@@ -106,10 +101,6 @@ class VolumeArgs:
106
101
  pulumi.set(__self__, "kerberos_enabled", kerberos_enabled)
107
102
  if labels is not None:
108
103
  pulumi.set(__self__, "labels", labels)
109
- if large_capacity is not None:
110
- pulumi.set(__self__, "large_capacity", large_capacity)
111
- if multiple_endpoints is not None:
112
- pulumi.set(__self__, "multiple_endpoints", multiple_endpoints)
113
104
  if name is not None:
114
105
  pulumi.set(__self__, "name", name)
115
106
  if project is not None:
@@ -270,31 +261,6 @@ class VolumeArgs:
270
261
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
271
262
  pulumi.set(self, "labels", value)
272
263
 
273
- @property
274
- @pulumi.getter(name="largeCapacity")
275
- def large_capacity(self) -> Optional[pulumi.Input[bool]]:
276
- """
277
- Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
278
- """
279
- return pulumi.get(self, "large_capacity")
280
-
281
- @large_capacity.setter
282
- def large_capacity(self, value: Optional[pulumi.Input[bool]]):
283
- pulumi.set(self, "large_capacity", value)
284
-
285
- @property
286
- @pulumi.getter(name="multipleEndpoints")
287
- def multiple_endpoints(self) -> Optional[pulumi.Input[bool]]:
288
- """
289
- Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
290
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
291
- """
292
- return pulumi.get(self, "multiple_endpoints")
293
-
294
- @multiple_endpoints.setter
295
- def multiple_endpoints(self, value: Optional[pulumi.Input[bool]]):
296
- pulumi.set(self, "multiple_endpoints", value)
297
-
298
264
  @property
299
265
  @pulumi.getter
300
266
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -431,11 +397,9 @@ class _VolumeState:
431
397
  kerberos_enabled: Optional[pulumi.Input[bool]] = None,
432
398
  kms_config: Optional[pulumi.Input[str]] = None,
433
399
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
434
- large_capacity: Optional[pulumi.Input[bool]] = None,
435
400
  ldap_enabled: Optional[pulumi.Input[bool]] = None,
436
401
  location: Optional[pulumi.Input[str]] = None,
437
402
  mount_options: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountOptionArgs']]]] = None,
438
- multiple_endpoints: Optional[pulumi.Input[bool]] = None,
439
403
  name: Optional[pulumi.Input[str]] = None,
440
404
  network: Optional[pulumi.Input[str]] = None,
441
405
  project: Optional[pulumi.Input[str]] = None,
@@ -480,13 +444,10 @@ class _VolumeState:
480
444
 
481
445
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
482
446
  Please refer to the field `effective_labels` for all of the labels present on the resource.
483
- :param pulumi.Input[bool] large_capacity: Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
484
447
  :param pulumi.Input[bool] ldap_enabled: Flag indicating if the volume is NFS LDAP enabled or not. Inherited from storage pool.
485
448
  :param pulumi.Input[str] location: Name of the pool location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
486
449
  :param pulumi.Input[Sequence[pulumi.Input['VolumeMountOptionArgs']]] mount_options: Reports mount instructions for this volume.
487
450
  Structure is documented below.
488
- :param pulumi.Input[bool] multiple_endpoints: Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
489
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
490
451
  :param pulumi.Input[str] name: The name of the volume. Needs to be unique per location.
491
452
 
492
453
 
@@ -548,16 +509,12 @@ class _VolumeState:
548
509
  pulumi.set(__self__, "kms_config", kms_config)
549
510
  if labels is not None:
550
511
  pulumi.set(__self__, "labels", labels)
551
- if large_capacity is not None:
552
- pulumi.set(__self__, "large_capacity", large_capacity)
553
512
  if ldap_enabled is not None:
554
513
  pulumi.set(__self__, "ldap_enabled", ldap_enabled)
555
514
  if location is not None:
556
515
  pulumi.set(__self__, "location", location)
557
516
  if mount_options is not None:
558
517
  pulumi.set(__self__, "mount_options", mount_options)
559
- if multiple_endpoints is not None:
560
- pulumi.set(__self__, "multiple_endpoints", multiple_endpoints)
561
518
  if name is not None:
562
519
  pulumi.set(__self__, "name", name)
563
520
  if network is not None:
@@ -765,18 +722,6 @@ class _VolumeState:
765
722
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
766
723
  pulumi.set(self, "labels", value)
767
724
 
768
- @property
769
- @pulumi.getter(name="largeCapacity")
770
- def large_capacity(self) -> Optional[pulumi.Input[bool]]:
771
- """
772
- Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
773
- """
774
- return pulumi.get(self, "large_capacity")
775
-
776
- @large_capacity.setter
777
- def large_capacity(self, value: Optional[pulumi.Input[bool]]):
778
- pulumi.set(self, "large_capacity", value)
779
-
780
725
  @property
781
726
  @pulumi.getter(name="ldapEnabled")
782
727
  def ldap_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -814,19 +759,6 @@ class _VolumeState:
814
759
  def mount_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountOptionArgs']]]]):
815
760
  pulumi.set(self, "mount_options", value)
816
761
 
817
- @property
818
- @pulumi.getter(name="multipleEndpoints")
819
- def multiple_endpoints(self) -> Optional[pulumi.Input[bool]]:
820
- """
821
- Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
822
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
823
- """
824
- return pulumi.get(self, "multiple_endpoints")
825
-
826
- @multiple_endpoints.setter
827
- def multiple_endpoints(self, value: Optional[pulumi.Input[bool]]):
828
- pulumi.set(self, "multiple_endpoints", value)
829
-
830
762
  @property
831
763
  @pulumi.getter
832
764
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -1105,9 +1037,7 @@ class Volume(pulumi.CustomResource):
1105
1037
  export_policy: Optional[pulumi.Input[Union['VolumeExportPolicyArgs', 'VolumeExportPolicyArgsDict']]] = None,
1106
1038
  kerberos_enabled: Optional[pulumi.Input[bool]] = None,
1107
1039
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1108
- large_capacity: Optional[pulumi.Input[bool]] = None,
1109
1040
  location: Optional[pulumi.Input[str]] = None,
1110
- multiple_endpoints: Optional[pulumi.Input[bool]] = None,
1111
1041
  name: Optional[pulumi.Input[str]] = None,
1112
1042
  project: Optional[pulumi.Input[str]] = None,
1113
1043
  protocols: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1201,10 +1131,7 @@ class Volume(pulumi.CustomResource):
1201
1131
 
1202
1132
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1203
1133
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1204
- :param pulumi.Input[bool] large_capacity: Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
1205
1134
  :param pulumi.Input[str] location: Name of the pool location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
1206
- :param pulumi.Input[bool] multiple_endpoints: Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
1207
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
1208
1135
  :param pulumi.Input[str] name: The name of the volume. Needs to be unique per location.
1209
1136
 
1210
1137
 
@@ -1321,9 +1248,7 @@ class Volume(pulumi.CustomResource):
1321
1248
  export_policy: Optional[pulumi.Input[Union['VolumeExportPolicyArgs', 'VolumeExportPolicyArgsDict']]] = None,
1322
1249
  kerberos_enabled: Optional[pulumi.Input[bool]] = None,
1323
1250
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1324
- large_capacity: Optional[pulumi.Input[bool]] = None,
1325
1251
  location: Optional[pulumi.Input[str]] = None,
1326
- multiple_endpoints: Optional[pulumi.Input[bool]] = None,
1327
1252
  name: Optional[pulumi.Input[str]] = None,
1328
1253
  project: Optional[pulumi.Input[str]] = None,
1329
1254
  protocols: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -1354,11 +1279,9 @@ class Volume(pulumi.CustomResource):
1354
1279
  __props__.__dict__["export_policy"] = export_policy
1355
1280
  __props__.__dict__["kerberos_enabled"] = kerberos_enabled
1356
1281
  __props__.__dict__["labels"] = labels
1357
- __props__.__dict__["large_capacity"] = large_capacity
1358
1282
  if location is None and not opts.urn:
1359
1283
  raise TypeError("Missing required property 'location'")
1360
1284
  __props__.__dict__["location"] = location
1361
- __props__.__dict__["multiple_endpoints"] = multiple_endpoints
1362
1285
  __props__.__dict__["name"] = name
1363
1286
  __props__.__dict__["project"] = project
1364
1287
  if protocols is None and not opts.urn:
@@ -1419,11 +1342,9 @@ class Volume(pulumi.CustomResource):
1419
1342
  kerberos_enabled: Optional[pulumi.Input[bool]] = None,
1420
1343
  kms_config: Optional[pulumi.Input[str]] = None,
1421
1344
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1422
- large_capacity: Optional[pulumi.Input[bool]] = None,
1423
1345
  ldap_enabled: Optional[pulumi.Input[bool]] = None,
1424
1346
  location: Optional[pulumi.Input[str]] = None,
1425
1347
  mount_options: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VolumeMountOptionArgs', 'VolumeMountOptionArgsDict']]]]] = None,
1426
- multiple_endpoints: Optional[pulumi.Input[bool]] = None,
1427
1348
  name: Optional[pulumi.Input[str]] = None,
1428
1349
  network: Optional[pulumi.Input[str]] = None,
1429
1350
  project: Optional[pulumi.Input[str]] = None,
@@ -1473,13 +1394,10 @@ class Volume(pulumi.CustomResource):
1473
1394
 
1474
1395
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1475
1396
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1476
- :param pulumi.Input[bool] large_capacity: Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
1477
1397
  :param pulumi.Input[bool] ldap_enabled: Flag indicating if the volume is NFS LDAP enabled or not. Inherited from storage pool.
1478
1398
  :param pulumi.Input[str] location: Name of the pool location. Usually a region name, expect for some STANDARD service level pools which require a zone name.
1479
1399
  :param pulumi.Input[Sequence[pulumi.Input[Union['VolumeMountOptionArgs', 'VolumeMountOptionArgsDict']]]] mount_options: Reports mount instructions for this volume.
1480
1400
  Structure is documented below.
1481
- :param pulumi.Input[bool] multiple_endpoints: Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
1482
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
1483
1401
  :param pulumi.Input[str] name: The name of the volume. Needs to be unique per location.
1484
1402
 
1485
1403
 
@@ -1532,11 +1450,9 @@ class Volume(pulumi.CustomResource):
1532
1450
  __props__.__dict__["kerberos_enabled"] = kerberos_enabled
1533
1451
  __props__.__dict__["kms_config"] = kms_config
1534
1452
  __props__.__dict__["labels"] = labels
1535
- __props__.__dict__["large_capacity"] = large_capacity
1536
1453
  __props__.__dict__["ldap_enabled"] = ldap_enabled
1537
1454
  __props__.__dict__["location"] = location
1538
1455
  __props__.__dict__["mount_options"] = mount_options
1539
- __props__.__dict__["multiple_endpoints"] = multiple_endpoints
1540
1456
  __props__.__dict__["name"] = name
1541
1457
  __props__.__dict__["network"] = network
1542
1458
  __props__.__dict__["project"] = project
@@ -1672,14 +1588,6 @@ class Volume(pulumi.CustomResource):
1672
1588
  """
1673
1589
  return pulumi.get(self, "labels")
1674
1590
 
1675
- @property
1676
- @pulumi.getter(name="largeCapacity")
1677
- def large_capacity(self) -> pulumi.Output[Optional[bool]]:
1678
- """
1679
- Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
1680
- """
1681
- return pulumi.get(self, "large_capacity")
1682
-
1683
1591
  @property
1684
1592
  @pulumi.getter(name="ldapEnabled")
1685
1593
  def ldap_enabled(self) -> pulumi.Output[bool]:
@@ -1705,15 +1613,6 @@ class Volume(pulumi.CustomResource):
1705
1613
  """
1706
1614
  return pulumi.get(self, "mount_options")
1707
1615
 
1708
- @property
1709
- @pulumi.getter(name="multipleEndpoints")
1710
- def multiple_endpoints(self) -> pulumi.Output[Optional[bool]]:
1711
- """
1712
- Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
1713
- Only the volume with largeCapacity will be allowed to have multiple endpoints.
1714
- """
1715
- return pulumi.get(self, "multiple_endpoints")
1716
-
1717
1616
  @property
1718
1617
  @pulumi.getter
1719
1618
  def name(self) -> pulumi.Output[str]: