pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -21,9 +21,7 @@ class PrivateCloudArgs:
21
21
  network_config: pulumi.Input['PrivateCloudNetworkConfigArgs'],
22
22
  description: Optional[pulumi.Input[str]] = None,
23
23
  name: Optional[pulumi.Input[str]] = None,
24
- preferred_zone: Optional[pulumi.Input[str]] = None,
25
24
  project: Optional[pulumi.Input[str]] = None,
26
- secondary_zone: Optional[pulumi.Input[str]] = None,
27
25
  type: Optional[pulumi.Input[str]] = None):
28
26
  """
29
27
  The set of arguments for constructing a PrivateCloud resource.
@@ -34,8 +32,6 @@ class PrivateCloudArgs:
34
32
  Structure is documented below.
35
33
  :param pulumi.Input[str] description: User-provided description for this private cloud.
36
34
  :param pulumi.Input[str] name: The ID of the PrivateCloud.
37
- :param pulumi.Input[str] preferred_zone: The preferred single failure domain within a region.
38
- :param pulumi.Input[str] secondary_zone: The secondary single failure domain within a region.
39
35
  :param pulumi.Input[str] type: Initial type of the private cloud. Possible values: ["STANDARD", "TIME_LIMITED", "STRETCHED"]
40
36
  """
41
37
  pulumi.set(__self__, "location", location)
@@ -45,12 +41,8 @@ class PrivateCloudArgs:
45
41
  pulumi.set(__self__, "description", description)
46
42
  if name is not None:
47
43
  pulumi.set(__self__, "name", name)
48
- if preferred_zone is not None:
49
- pulumi.set(__self__, "preferred_zone", preferred_zone)
50
44
  if project is not None:
51
45
  pulumi.set(__self__, "project", project)
52
- if secondary_zone is not None:
53
- pulumi.set(__self__, "secondary_zone", secondary_zone)
54
46
  if type is not None:
55
47
  pulumi.set(__self__, "type", type)
56
48
 
@@ -116,18 +108,6 @@ class PrivateCloudArgs:
116
108
  def name(self, value: Optional[pulumi.Input[str]]):
117
109
  pulumi.set(self, "name", value)
118
110
 
119
- @property
120
- @pulumi.getter(name="preferredZone")
121
- def preferred_zone(self) -> Optional[pulumi.Input[str]]:
122
- """
123
- The preferred single failure domain within a region.
124
- """
125
- return pulumi.get(self, "preferred_zone")
126
-
127
- @preferred_zone.setter
128
- def preferred_zone(self, value: Optional[pulumi.Input[str]]):
129
- pulumi.set(self, "preferred_zone", value)
130
-
131
111
  @property
132
112
  @pulumi.getter
133
113
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -137,18 +117,6 @@ class PrivateCloudArgs:
137
117
  def project(self, value: Optional[pulumi.Input[str]]):
138
118
  pulumi.set(self, "project", value)
139
119
 
140
- @property
141
- @pulumi.getter(name="secondaryZone")
142
- def secondary_zone(self) -> Optional[pulumi.Input[str]]:
143
- """
144
- The secondary single failure domain within a region.
145
- """
146
- return pulumi.get(self, "secondary_zone")
147
-
148
- @secondary_zone.setter
149
- def secondary_zone(self, value: Optional[pulumi.Input[str]]):
150
- pulumi.set(self, "secondary_zone", value)
151
-
152
120
  @property
153
121
  @pulumi.getter
154
122
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -172,9 +140,7 @@ class _PrivateCloudState:
172
140
  name: Optional[pulumi.Input[str]] = None,
173
141
  network_config: Optional[pulumi.Input['PrivateCloudNetworkConfigArgs']] = None,
174
142
  nsxes: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudNsxArgs']]]] = None,
175
- preferred_zone: Optional[pulumi.Input[str]] = None,
176
143
  project: Optional[pulumi.Input[str]] = None,
177
- secondary_zone: Optional[pulumi.Input[str]] = None,
178
144
  state: Optional[pulumi.Input[str]] = None,
179
145
  type: Optional[pulumi.Input[str]] = None,
180
146
  uid: Optional[pulumi.Input[str]] = None,
@@ -192,8 +158,6 @@ class _PrivateCloudState:
192
158
  Structure is documented below.
193
159
  :param pulumi.Input[Sequence[pulumi.Input['PrivateCloudNsxArgs']]] nsxes: Details about a NSX Manager appliance.
194
160
  Structure is documented below.
195
- :param pulumi.Input[str] preferred_zone: The preferred single failure domain within a region.
196
- :param pulumi.Input[str] secondary_zone: The secondary single failure domain within a region.
197
161
  :param pulumi.Input[str] state: State of the appliance.
198
162
  Possible values are: `ACTIVE`, `CREATING`.
199
163
  :param pulumi.Input[str] type: Initial type of the private cloud. Possible values: ["STANDARD", "TIME_LIMITED", "STRETCHED"]
@@ -215,12 +179,8 @@ class _PrivateCloudState:
215
179
  pulumi.set(__self__, "network_config", network_config)
216
180
  if nsxes is not None:
217
181
  pulumi.set(__self__, "nsxes", nsxes)
218
- if preferred_zone is not None:
219
- pulumi.set(__self__, "preferred_zone", preferred_zone)
220
182
  if project is not None:
221
183
  pulumi.set(__self__, "project", project)
222
- if secondary_zone is not None:
223
- pulumi.set(__self__, "secondary_zone", secondary_zone)
224
184
  if state is not None:
225
185
  pulumi.set(__self__, "state", state)
226
186
  if type is not None:
@@ -318,18 +278,6 @@ class _PrivateCloudState:
318
278
  def nsxes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudNsxArgs']]]]):
319
279
  pulumi.set(self, "nsxes", value)
320
280
 
321
- @property
322
- @pulumi.getter(name="preferredZone")
323
- def preferred_zone(self) -> Optional[pulumi.Input[str]]:
324
- """
325
- The preferred single failure domain within a region.
326
- """
327
- return pulumi.get(self, "preferred_zone")
328
-
329
- @preferred_zone.setter
330
- def preferred_zone(self, value: Optional[pulumi.Input[str]]):
331
- pulumi.set(self, "preferred_zone", value)
332
-
333
281
  @property
334
282
  @pulumi.getter
335
283
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -339,18 +287,6 @@ class _PrivateCloudState:
339
287
  def project(self, value: Optional[pulumi.Input[str]]):
340
288
  pulumi.set(self, "project", value)
341
289
 
342
- @property
343
- @pulumi.getter(name="secondaryZone")
344
- def secondary_zone(self) -> Optional[pulumi.Input[str]]:
345
- """
346
- The secondary single failure domain within a region.
347
- """
348
- return pulumi.get(self, "secondary_zone")
349
-
350
- @secondary_zone.setter
351
- def secondary_zone(self, value: Optional[pulumi.Input[str]]):
352
- pulumi.set(self, "secondary_zone", value)
353
-
354
290
  @property
355
291
  @pulumi.getter
356
292
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -412,9 +348,7 @@ class PrivateCloud(pulumi.CustomResource):
412
348
  management_cluster: Optional[pulumi.Input[pulumi.InputType['PrivateCloudManagementClusterArgs']]] = None,
413
349
  name: Optional[pulumi.Input[str]] = None,
414
350
  network_config: Optional[pulumi.Input[pulumi.InputType['PrivateCloudNetworkConfigArgs']]] = None,
415
- preferred_zone: Optional[pulumi.Input[str]] = None,
416
351
  project: Optional[pulumi.Input[str]] = None,
417
- secondary_zone: Optional[pulumi.Input[str]] = None,
418
352
  type: Optional[pulumi.Input[str]] = None,
419
353
  __props__=None):
420
354
  """
@@ -516,8 +450,6 @@ class PrivateCloud(pulumi.CustomResource):
516
450
  :param pulumi.Input[str] name: The ID of the PrivateCloud.
517
451
  :param pulumi.Input[pulumi.InputType['PrivateCloudNetworkConfigArgs']] network_config: Network configuration in the consumer project with which the peering has to be done.
518
452
  Structure is documented below.
519
- :param pulumi.Input[str] preferred_zone: The preferred single failure domain within a region.
520
- :param pulumi.Input[str] secondary_zone: The secondary single failure domain within a region.
521
453
  :param pulumi.Input[str] type: Initial type of the private cloud. Possible values: ["STANDARD", "TIME_LIMITED", "STRETCHED"]
522
454
  """
523
455
  ...
@@ -636,9 +568,7 @@ class PrivateCloud(pulumi.CustomResource):
636
568
  management_cluster: Optional[pulumi.Input[pulumi.InputType['PrivateCloudManagementClusterArgs']]] = None,
637
569
  name: Optional[pulumi.Input[str]] = None,
638
570
  network_config: Optional[pulumi.Input[pulumi.InputType['PrivateCloudNetworkConfigArgs']]] = None,
639
- preferred_zone: Optional[pulumi.Input[str]] = None,
640
571
  project: Optional[pulumi.Input[str]] = None,
641
- secondary_zone: Optional[pulumi.Input[str]] = None,
642
572
  type: Optional[pulumi.Input[str]] = None,
643
573
  __props__=None):
644
574
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -660,9 +590,7 @@ class PrivateCloud(pulumi.CustomResource):
660
590
  if network_config is None and not opts.urn:
661
591
  raise TypeError("Missing required property 'network_config'")
662
592
  __props__.__dict__["network_config"] = network_config
663
- __props__.__dict__["preferred_zone"] = preferred_zone
664
593
  __props__.__dict__["project"] = project
665
- __props__.__dict__["secondary_zone"] = secondary_zone
666
594
  __props__.__dict__["type"] = type
667
595
  __props__.__dict__["hcxes"] = None
668
596
  __props__.__dict__["nsxes"] = None
@@ -686,9 +614,7 @@ class PrivateCloud(pulumi.CustomResource):
686
614
  name: Optional[pulumi.Input[str]] = None,
687
615
  network_config: Optional[pulumi.Input[pulumi.InputType['PrivateCloudNetworkConfigArgs']]] = None,
688
616
  nsxes: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PrivateCloudNsxArgs']]]]] = None,
689
- preferred_zone: Optional[pulumi.Input[str]] = None,
690
617
  project: Optional[pulumi.Input[str]] = None,
691
- secondary_zone: Optional[pulumi.Input[str]] = None,
692
618
  state: Optional[pulumi.Input[str]] = None,
693
619
  type: Optional[pulumi.Input[str]] = None,
694
620
  uid: Optional[pulumi.Input[str]] = None,
@@ -711,8 +637,6 @@ class PrivateCloud(pulumi.CustomResource):
711
637
  Structure is documented below.
712
638
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['PrivateCloudNsxArgs']]]] nsxes: Details about a NSX Manager appliance.
713
639
  Structure is documented below.
714
- :param pulumi.Input[str] preferred_zone: The preferred single failure domain within a region.
715
- :param pulumi.Input[str] secondary_zone: The secondary single failure domain within a region.
716
640
  :param pulumi.Input[str] state: State of the appliance.
717
641
  Possible values are: `ACTIVE`, `CREATING`.
718
642
  :param pulumi.Input[str] type: Initial type of the private cloud. Possible values: ["STANDARD", "TIME_LIMITED", "STRETCHED"]
@@ -731,9 +655,7 @@ class PrivateCloud(pulumi.CustomResource):
731
655
  __props__.__dict__["name"] = name
732
656
  __props__.__dict__["network_config"] = network_config
733
657
  __props__.__dict__["nsxes"] = nsxes
734
- __props__.__dict__["preferred_zone"] = preferred_zone
735
658
  __props__.__dict__["project"] = project
736
- __props__.__dict__["secondary_zone"] = secondary_zone
737
659
  __props__.__dict__["state"] = state
738
660
  __props__.__dict__["type"] = type
739
661
  __props__.__dict__["uid"] = uid
@@ -800,27 +722,11 @@ class PrivateCloud(pulumi.CustomResource):
800
722
  """
801
723
  return pulumi.get(self, "nsxes")
802
724
 
803
- @property
804
- @pulumi.getter(name="preferredZone")
805
- def preferred_zone(self) -> pulumi.Output[Optional[str]]:
806
- """
807
- The preferred single failure domain within a region.
808
- """
809
- return pulumi.get(self, "preferred_zone")
810
-
811
725
  @property
812
726
  @pulumi.getter
813
727
  def project(self) -> pulumi.Output[str]:
814
728
  return pulumi.get(self, "project")
815
729
 
816
- @property
817
- @pulumi.getter(name="secondaryZone")
818
- def secondary_zone(self) -> pulumi.Output[Optional[str]]:
819
- """
820
- The secondary single failure domain within a region.
821
- """
822
- return pulumi.get(self, "secondary_zone")
823
-
824
730
  @property
825
731
  @pulumi.getter
826
732
  def state(self) -> pulumi.Output[str]:
@@ -596,8 +596,8 @@ class Instance(pulumi.CustomResource):
596
596
  core_count="1",
597
597
  )],
598
598
  vm_image=gcp.workbench.InstanceGceSetupVmImageArgs(
599
- project="deeplearning-platform-release",
600
- family="tf-latest-gpu",
599
+ project="cloud-notebooks-managed",
600
+ family="workbench-instances",
601
601
  ),
602
602
  ))
603
603
  ```
@@ -796,8 +796,8 @@ class Instance(pulumi.CustomResource):
796
796
  core_count="1",
797
797
  )],
798
798
  vm_image=gcp.workbench.InstanceGceSetupVmImageArgs(
799
- project="deeplearning-platform-release",
800
- family="tf-latest-gpu",
799
+ project="cloud-notebooks-managed",
800
+ family="workbench-instances",
801
801
  ),
802
802
  ))
803
803
  ```
@@ -202,8 +202,6 @@ class _WorkstationState:
202
202
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
203
203
  :param pulumi.Input[str] create_time: Time when this resource was created.
204
204
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
205
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
206
- Terraform, other clients and services.
207
205
  :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.
208
206
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
209
207
  :param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
@@ -303,10 +301,6 @@ class _WorkstationState:
303
301
  @property
304
302
  @pulumi.getter(name="effectiveAnnotations")
305
303
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
306
- """
307
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
308
- Terraform, other clients and services.
309
- """
310
304
  return pulumi.get(self, "effective_annotations")
311
305
 
312
306
  @effective_annotations.setter
@@ -777,8 +771,6 @@ class Workstation(pulumi.CustomResource):
777
771
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
778
772
  :param pulumi.Input[str] create_time: Time when this resource was created.
779
773
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
780
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
781
- Terraform, other clients and services.
782
774
  :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.
783
775
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] env: 'Client-specified environment variables passed to the workstation container's entrypoint.'
784
776
  :param pulumi.Input[str] host: Host to which clients can send HTTPS traffic that will be received by the workstation.
@@ -854,10 +846,6 @@ class Workstation(pulumi.CustomResource):
854
846
  @property
855
847
  @pulumi.getter(name="effectiveAnnotations")
856
848
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
857
- """
858
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
859
- Terraform, other clients and services.
860
- """
861
849
  return pulumi.get(self, "effective_annotations")
862
850
 
863
851
  @property
@@ -207,6 +207,7 @@ class _WorkstationClusterState:
207
207
  def __init__(__self__, *,
208
208
  annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
209
209
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input['WorkstationClusterConditionArgs']]]] = None,
210
+ control_plane_ip: Optional[pulumi.Input[str]] = None,
210
211
  create_time: Optional[pulumi.Input[str]] = None,
211
212
  degraded: Optional[pulumi.Input[bool]] = None,
212
213
  display_name: Optional[pulumi.Input[str]] = None,
@@ -231,14 +232,14 @@ class _WorkstationClusterState:
231
232
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
232
233
  :param pulumi.Input[Sequence[pulumi.Input['WorkstationClusterConditionArgs']]] conditions: Status conditions describing the current resource state.
233
234
  Structure is documented below.
235
+ :param pulumi.Input[str] control_plane_ip: The private IP address of the control plane for this workstation cluster.
236
+ Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
234
237
  :param pulumi.Input[str] create_time: Time when this resource was created.
235
238
  :param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality.
236
239
  Details can be found in the conditions field.
237
240
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
238
241
  :param pulumi.Input['WorkstationClusterDomainConfigArgs'] domain_config: Configuration options for a custom domain.
239
242
  Structure is documented below.
240
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
241
- Terraform, other clients and services.
242
243
  :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.
243
244
  :param pulumi.Input[str] etag: Checksum computed by the server.
244
245
  May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
@@ -267,6 +268,8 @@ class _WorkstationClusterState:
267
268
  pulumi.set(__self__, "annotations", annotations)
268
269
  if conditions is not None:
269
270
  pulumi.set(__self__, "conditions", conditions)
271
+ if control_plane_ip is not None:
272
+ pulumi.set(__self__, "control_plane_ip", control_plane_ip)
270
273
  if create_time is not None:
271
274
  pulumi.set(__self__, "create_time", create_time)
272
275
  if degraded is not None:
@@ -329,6 +332,19 @@ class _WorkstationClusterState:
329
332
  def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkstationClusterConditionArgs']]]]):
330
333
  pulumi.set(self, "conditions", value)
331
334
 
335
+ @property
336
+ @pulumi.getter(name="controlPlaneIp")
337
+ def control_plane_ip(self) -> Optional[pulumi.Input[str]]:
338
+ """
339
+ The private IP address of the control plane for this workstation cluster.
340
+ Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
341
+ """
342
+ return pulumi.get(self, "control_plane_ip")
343
+
344
+ @control_plane_ip.setter
345
+ def control_plane_ip(self, value: Optional[pulumi.Input[str]]):
346
+ pulumi.set(self, "control_plane_ip", value)
347
+
332
348
  @property
333
349
  @pulumi.getter(name="createTime")
334
350
  def create_time(self) -> Optional[pulumi.Input[str]]:
@@ -382,10 +398,6 @@ class _WorkstationClusterState:
382
398
  @property
383
399
  @pulumi.getter(name="effectiveAnnotations")
384
400
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
385
- """
386
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
387
- Terraform, other clients and services.
388
- """
389
401
  return pulumi.get(self, "effective_annotations")
390
402
 
391
403
  @effective_annotations.setter
@@ -882,6 +894,7 @@ class WorkstationCluster(pulumi.CustomResource):
882
894
  raise TypeError("Missing required property 'workstation_cluster_id'")
883
895
  __props__.__dict__["workstation_cluster_id"] = workstation_cluster_id
884
896
  __props__.__dict__["conditions"] = None
897
+ __props__.__dict__["control_plane_ip"] = None
885
898
  __props__.__dict__["create_time"] = None
886
899
  __props__.__dict__["degraded"] = None
887
900
  __props__.__dict__["effective_annotations"] = None
@@ -904,6 +917,7 @@ class WorkstationCluster(pulumi.CustomResource):
904
917
  opts: Optional[pulumi.ResourceOptions] = None,
905
918
  annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
906
919
  conditions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkstationClusterConditionArgs']]]]] = None,
920
+ control_plane_ip: Optional[pulumi.Input[str]] = None,
907
921
  create_time: Optional[pulumi.Input[str]] = None,
908
922
  degraded: Optional[pulumi.Input[bool]] = None,
909
923
  display_name: Optional[pulumi.Input[str]] = None,
@@ -933,14 +947,14 @@ class WorkstationCluster(pulumi.CustomResource):
933
947
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
934
948
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkstationClusterConditionArgs']]]] conditions: Status conditions describing the current resource state.
935
949
  Structure is documented below.
950
+ :param pulumi.Input[str] control_plane_ip: The private IP address of the control plane for this workstation cluster.
951
+ Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
936
952
  :param pulumi.Input[str] create_time: Time when this resource was created.
937
953
  :param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality.
938
954
  Details can be found in the conditions field.
939
955
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
940
956
  :param pulumi.Input[pulumi.InputType['WorkstationClusterDomainConfigArgs']] domain_config: Configuration options for a custom domain.
941
957
  Structure is documented below.
942
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
943
- Terraform, other clients and services.
944
958
  :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.
945
959
  :param pulumi.Input[str] etag: Checksum computed by the server.
946
960
  May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
@@ -971,6 +985,7 @@ class WorkstationCluster(pulumi.CustomResource):
971
985
 
972
986
  __props__.__dict__["annotations"] = annotations
973
987
  __props__.__dict__["conditions"] = conditions
988
+ __props__.__dict__["control_plane_ip"] = control_plane_ip
974
989
  __props__.__dict__["create_time"] = create_time
975
990
  __props__.__dict__["degraded"] = degraded
976
991
  __props__.__dict__["display_name"] = display_name
@@ -1009,6 +1024,15 @@ class WorkstationCluster(pulumi.CustomResource):
1009
1024
  """
1010
1025
  return pulumi.get(self, "conditions")
1011
1026
 
1027
+ @property
1028
+ @pulumi.getter(name="controlPlaneIp")
1029
+ def control_plane_ip(self) -> pulumi.Output[str]:
1030
+ """
1031
+ The private IP address of the control plane for this workstation cluster.
1032
+ Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
1033
+ """
1034
+ return pulumi.get(self, "control_plane_ip")
1035
+
1012
1036
  @property
1013
1037
  @pulumi.getter(name="createTime")
1014
1038
  def create_time(self) -> pulumi.Output[str]:
@@ -1046,10 +1070,6 @@ class WorkstationCluster(pulumi.CustomResource):
1046
1070
  @property
1047
1071
  @pulumi.getter(name="effectiveAnnotations")
1048
1072
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1049
- """
1050
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1051
- Terraform, other clients and services.
1052
- """
1053
1073
  return pulumi.get(self, "effective_annotations")
1054
1074
 
1055
1075
  @property
@@ -389,8 +389,6 @@ class _WorkstationConfigState:
389
389
  :param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
390
390
  :param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
391
391
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
392
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
393
- Terraform, other clients and services.
394
392
  :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.
395
393
  :param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
396
394
  :param pulumi.Input['WorkstationConfigEncryptionKeyArgs'] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
@@ -576,10 +574,6 @@ class _WorkstationConfigState:
576
574
  @property
577
575
  @pulumi.getter(name="effectiveAnnotations")
578
576
  def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
579
- """
580
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
581
- Terraform, other clients and services.
582
- """
583
577
  return pulumi.get(self, "effective_annotations")
584
578
 
585
579
  @effective_annotations.setter
@@ -1837,8 +1831,6 @@ class WorkstationConfig(pulumi.CustomResource):
1837
1831
  :param pulumi.Input[bool] degraded: Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.
1838
1832
  :param pulumi.Input[bool] disable_tcp_connections: Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
1839
1833
  :param pulumi.Input[str] display_name: Human-readable name for this resource.
1840
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1841
- Terraform, other clients and services.
1842
1834
  :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.
1843
1835
  :param pulumi.Input[bool] enable_audit_agent: Whether to enable Linux `auditd` logging on the workstation. When enabled, a service account must also be specified that has `logging.buckets.write` permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.
1844
1836
  :param pulumi.Input[pulumi.InputType['WorkstationConfigEncryptionKeyArgs']] encryption_key: Encrypts resources of this workstation configuration using a customer-managed encryption key.
@@ -1974,10 +1966,6 @@ class WorkstationConfig(pulumi.CustomResource):
1974
1966
  @property
1975
1967
  @pulumi.getter(name="effectiveAnnotations")
1976
1968
  def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
1977
- """
1978
- All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
1979
- Terraform, other clients and services.
1980
- """
1981
1969
  return pulumi.get(self, "effective_annotations")
1982
1970
 
1983
1971
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.20.0a1713984378
3
+ Version: 7.21.0
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io