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
@@ -27,6 +27,7 @@ class RegionInstanceGroupManagerArgs:
27
27
  list_managed_instances_results: Optional[pulumi.Input[str]] = None,
28
28
  name: Optional[pulumi.Input[str]] = None,
29
29
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]]] = None,
30
+ params: Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']] = None,
30
31
  project: Optional[pulumi.Input[str]] = None,
31
32
  region: Optional[pulumi.Input[str]] = None,
32
33
  stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]]] = None,
@@ -71,6 +72,9 @@ class RegionInstanceGroupManagerArgs:
71
72
  include lowercase letters, numbers, and hyphens.
72
73
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]] named_ports: The named port configuration. See the section below
73
74
  for details on configuration.
75
+ :param pulumi.Input['RegionInstanceGroupManagerParamsArgs'] params: Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
76
+
77
+ - - -
74
78
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
75
79
  is not provided, the provider project is used.
76
80
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
@@ -78,8 +82,6 @@ class RegionInstanceGroupManagerArgs:
78
82
  - - -
79
83
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
80
84
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
81
-
82
- - - -
83
85
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
84
86
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_pools: The full URL of all target pools to which new
85
87
  instances in the group are added. Updating the target pools attribute does
@@ -115,6 +117,8 @@ class RegionInstanceGroupManagerArgs:
115
117
  pulumi.set(__self__, "name", name)
116
118
  if named_ports is not None:
117
119
  pulumi.set(__self__, "named_ports", named_ports)
120
+ if params is not None:
121
+ pulumi.set(__self__, "params", params)
118
122
  if project is not None:
119
123
  pulumi.set(__self__, "project", project)
120
124
  if region is not None:
@@ -289,6 +293,20 @@ class RegionInstanceGroupManagerArgs:
289
293
  def named_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]]]):
290
294
  pulumi.set(self, "named_ports", value)
291
295
 
296
+ @property
297
+ @pulumi.getter
298
+ def params(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']]:
299
+ """
300
+ Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
301
+
302
+ - - -
303
+ """
304
+ return pulumi.get(self, "params")
305
+
306
+ @params.setter
307
+ def params(self, value: Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']]):
308
+ pulumi.set(self, "params", value)
309
+
292
310
  @property
293
311
  @pulumi.getter
294
312
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -333,8 +351,6 @@ class RegionInstanceGroupManagerArgs:
333
351
  def stateful_external_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]]]:
334
352
  """
335
353
  External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
336
-
337
- - - -
338
354
  """
339
355
  return pulumi.get(self, "stateful_external_ips")
340
356
 
@@ -439,6 +455,7 @@ class _RegionInstanceGroupManagerState:
439
455
  list_managed_instances_results: Optional[pulumi.Input[str]] = None,
440
456
  name: Optional[pulumi.Input[str]] = None,
441
457
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]]] = None,
458
+ params: Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']] = None,
442
459
  project: Optional[pulumi.Input[str]] = None,
443
460
  region: Optional[pulumi.Input[str]] = None,
444
461
  self_link: Optional[pulumi.Input[str]] = None,
@@ -486,6 +503,9 @@ class _RegionInstanceGroupManagerState:
486
503
  include lowercase letters, numbers, and hyphens.
487
504
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]] named_ports: The named port configuration. See the section below
488
505
  for details on configuration.
506
+ :param pulumi.Input['RegionInstanceGroupManagerParamsArgs'] params: Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
507
+
508
+ - - -
489
509
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
490
510
  is not provided, the provider project is used.
491
511
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
@@ -494,8 +514,6 @@ class _RegionInstanceGroupManagerState:
494
514
  :param pulumi.Input[str] self_link: The URL of the created resource.
495
515
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
496
516
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
497
-
498
- - - -
499
517
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
500
518
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusArgs']]] statuses: The status of this managed instance group.
501
519
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_pools: The full URL of all target pools to which new
@@ -541,6 +559,8 @@ class _RegionInstanceGroupManagerState:
541
559
  pulumi.set(__self__, "name", name)
542
560
  if named_ports is not None:
543
561
  pulumi.set(__self__, "named_ports", named_ports)
562
+ if params is not None:
563
+ pulumi.set(__self__, "params", params)
544
564
  if project is not None:
545
565
  pulumi.set(__self__, "project", project)
546
566
  if region is not None:
@@ -743,6 +763,20 @@ class _RegionInstanceGroupManagerState:
743
763
  def named_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerNamedPortArgs']]]]):
744
764
  pulumi.set(self, "named_ports", value)
745
765
 
766
+ @property
767
+ @pulumi.getter
768
+ def params(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']]:
769
+ """
770
+ Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
771
+
772
+ - - -
773
+ """
774
+ return pulumi.get(self, "params")
775
+
776
+ @params.setter
777
+ def params(self, value: Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']]):
778
+ pulumi.set(self, "params", value)
779
+
746
780
  @property
747
781
  @pulumi.getter
748
782
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -799,8 +833,6 @@ class _RegionInstanceGroupManagerState:
799
833
  def stateful_external_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]]]:
800
834
  """
801
835
  External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
802
-
803
- - - -
804
836
  """
805
837
  return pulumi.get(self, "stateful_external_ips")
806
838
 
@@ -930,6 +962,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
930
962
  list_managed_instances_results: Optional[pulumi.Input[str]] = None,
931
963
  name: Optional[pulumi.Input[str]] = None,
932
964
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerNamedPortArgs']]]]] = None,
965
+ params: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']]] = None,
933
966
  project: Optional[pulumi.Input[str]] = None,
934
967
  region: Optional[pulumi.Input[str]] = None,
935
968
  stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]]] = None,
@@ -1070,6 +1103,9 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1070
1103
  include lowercase letters, numbers, and hyphens.
1071
1104
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerNamedPortArgs']]]] named_ports: The named port configuration. See the section below
1072
1105
  for details on configuration.
1106
+ :param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']] params: Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
1107
+
1108
+ - - -
1073
1109
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
1074
1110
  is not provided, the provider project is used.
1075
1111
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
@@ -1077,8 +1113,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1077
1113
  - - -
1078
1114
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
1079
1115
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulExternalIpArgs']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1080
-
1081
- - - -
1082
1116
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulInternalIpArgs']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1083
1117
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_pools: The full URL of all target pools to which new
1084
1118
  instances in the group are added. Updating the target pools attribute does
@@ -1225,6 +1259,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1225
1259
  list_managed_instances_results: Optional[pulumi.Input[str]] = None,
1226
1260
  name: Optional[pulumi.Input[str]] = None,
1227
1261
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerNamedPortArgs']]]]] = None,
1262
+ params: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']]] = None,
1228
1263
  project: Optional[pulumi.Input[str]] = None,
1229
1264
  region: Optional[pulumi.Input[str]] = None,
1230
1265
  stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]]] = None,
@@ -1257,6 +1292,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1257
1292
  __props__.__dict__["list_managed_instances_results"] = list_managed_instances_results
1258
1293
  __props__.__dict__["name"] = name
1259
1294
  __props__.__dict__["named_ports"] = named_ports
1295
+ __props__.__dict__["params"] = params
1260
1296
  __props__.__dict__["project"] = project
1261
1297
  __props__.__dict__["region"] = region
1262
1298
  __props__.__dict__["stateful_disks"] = stateful_disks
@@ -1298,6 +1334,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1298
1334
  list_managed_instances_results: Optional[pulumi.Input[str]] = None,
1299
1335
  name: Optional[pulumi.Input[str]] = None,
1300
1336
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerNamedPortArgs']]]]] = None,
1337
+ params: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']]] = None,
1301
1338
  project: Optional[pulumi.Input[str]] = None,
1302
1339
  region: Optional[pulumi.Input[str]] = None,
1303
1340
  self_link: Optional[pulumi.Input[str]] = None,
@@ -1350,6 +1387,9 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1350
1387
  include lowercase letters, numbers, and hyphens.
1351
1388
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerNamedPortArgs']]]] named_ports: The named port configuration. See the section below
1352
1389
  for details on configuration.
1390
+ :param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']] params: Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
1391
+
1392
+ - - -
1353
1393
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
1354
1394
  is not provided, the provider project is used.
1355
1395
  :param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
@@ -1358,8 +1398,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1358
1398
  :param pulumi.Input[str] self_link: The URL of the created resource.
1359
1399
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
1360
1400
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulExternalIpArgs']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1361
-
1362
- - - -
1363
1401
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulInternalIpArgs']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1364
1402
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatusArgs']]]] statuses: The status of this managed instance group.
1365
1403
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_pools: The full URL of all target pools to which new
@@ -1396,6 +1434,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1396
1434
  __props__.__dict__["list_managed_instances_results"] = list_managed_instances_results
1397
1435
  __props__.__dict__["name"] = name
1398
1436
  __props__.__dict__["named_ports"] = named_ports
1437
+ __props__.__dict__["params"] = params
1399
1438
  __props__.__dict__["project"] = project
1400
1439
  __props__.__dict__["region"] = region
1401
1440
  __props__.__dict__["self_link"] = self_link
@@ -1534,6 +1573,16 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1534
1573
  """
1535
1574
  return pulumi.get(self, "named_ports")
1536
1575
 
1576
+ @property
1577
+ @pulumi.getter
1578
+ def params(self) -> pulumi.Output[Optional['outputs.RegionInstanceGroupManagerParams']]:
1579
+ """
1580
+ Input only additional params for instance group manager creation. Structure is documented below. For more information, see [API](https://cloud.google.com/compute/docs/reference/rest/beta/instanceGroupManagers/insert).
1581
+
1582
+ - - -
1583
+ """
1584
+ return pulumi.get(self, "params")
1585
+
1537
1586
  @property
1538
1587
  @pulumi.getter
1539
1588
  def project(self) -> pulumi.Output[str]:
@@ -1574,8 +1623,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
1574
1623
  def stateful_external_ips(self) -> pulumi.Output[Optional[Sequence['outputs.RegionInstanceGroupManagerStatefulExternalIp']]]:
1575
1624
  """
1576
1625
  External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
1577
-
1578
- - - -
1579
1626
  """
1580
1627
  return pulumi.get(self, "stateful_external_ips")
1581
1628
 
@@ -75,7 +75,6 @@ class RegionInstanceTemplateArgs:
75
75
  thus the two mechanisms are not allowed to be used simultaneously.
76
76
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
77
77
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
78
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
79
78
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
80
79
  prefix. Conflicts with `name`.
81
80
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
@@ -330,9 +329,6 @@ class RegionInstanceTemplateArgs:
330
329
  @property
331
330
  @pulumi.getter
332
331
  def name(self) -> Optional[pulumi.Input[str]]:
333
- """
334
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
335
- """
336
332
  return pulumi.get(self, "name")
337
333
 
338
334
  @name.setter
@@ -566,7 +562,6 @@ class _RegionInstanceTemplateState:
566
562
  thus the two mechanisms are not allowed to be used simultaneously.
567
563
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
568
564
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
569
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
570
565
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
571
566
  prefix. Conflicts with `name`.
572
567
  :param pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]] network_interfaces: Networks to attach to instances created from
@@ -860,9 +855,6 @@ class _RegionInstanceTemplateState:
860
855
  @property
861
856
  @pulumi.getter
862
857
  def name(self) -> Optional[pulumi.Input[str]]:
863
- """
864
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
865
- """
866
858
  return pulumi.get(self, "name")
867
859
 
868
860
  @name.setter
@@ -1153,7 +1145,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1153
1145
  thus the two mechanisms are not allowed to be used simultaneously.
1154
1146
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1155
1147
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1156
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1157
1148
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1158
1149
  prefix. Conflicts with `name`.
1159
1150
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
@@ -1379,7 +1370,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1379
1370
  thus the two mechanisms are not allowed to be used simultaneously.
1380
1371
  :param pulumi.Input[str] min_cpu_platform: Specifies a minimum CPU platform. Applicable values are the friendly names of CPU platforms, such as
1381
1372
  `Intel Haswell` or `Intel Skylake`. See the complete list [here](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
1382
- :param pulumi.Input[str] name: The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1383
1373
  :param pulumi.Input[str] name_prefix: Creates a unique name beginning with the specified
1384
1374
  prefix. Conflicts with `name`.
1385
1375
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]] network_interfaces: Networks to attach to instances created from
@@ -1587,9 +1577,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
1587
1577
  @property
1588
1578
  @pulumi.getter
1589
1579
  def name(self) -> pulumi.Output[str]:
1590
- """
1591
- The name of the instance template. If you leave this blank, Terraform will auto-generate a unique name.
1592
- """
1593
1580
  return pulumi.get(self, "name")
1594
1581
 
1595
1582
  @property