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.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/organization.py +162 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/artifactregistry/_inputs.py +186 -0
- pulumi_gcp/artifactregistry/outputs.py +297 -4
- pulumi_gcp/artifactregistry/repository.py +346 -16
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/billing/budget.py +54 -0
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
- pulumi_gcp/cloudfunctionsv2/function.py +110 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +169 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/get_instance_group_manager.py +11 -1
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/instance_group_manager.py +68 -21
- pulumi_gcp/compute/outputs.py +213 -65
- pulumi_gcp/compute/region_instance_group_manager.py +61 -14
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/_inputs.py +2 -130
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +3 -9
- pulumi_gcp/dns/get_record_set.py +3 -0
- pulumi_gcp/dns/outputs.py +36 -58
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/firestore/document.py +4 -4
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/organizations/get_active_folder.py +18 -3
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/iam_member_remove.py +313 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/vmwareengine/_inputs.py +63 -5
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/outputs.py +113 -5
- pulumi_gcp/vmwareengine/private_cloud.py +0 -94
- pulumi_gcp/workbench/instance.py +4 -4
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +32 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,7 @@ class InstanceGroupManagerArgs:
|
|
25
25
|
list_managed_instances_results: Optional[pulumi.Input[str]] = None,
|
26
26
|
name: Optional[pulumi.Input[str]] = None,
|
27
27
|
named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerNamedPortArgs']]]] = None,
|
28
|
+
params: Optional[pulumi.Input['InstanceGroupManagerParamsArgs']] = None,
|
28
29
|
project: Optional[pulumi.Input[str]] = None,
|
29
30
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulDiskArgs']]]] = None,
|
30
31
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulExternalIpArgs']]]] = None,
|
@@ -66,6 +67,9 @@ class InstanceGroupManagerArgs:
|
|
66
67
|
include lowercase letters, numbers, and hyphens.
|
67
68
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerNamedPortArgs']]] named_ports: The named port configuration. See the section below
|
68
69
|
for details on configuration.
|
70
|
+
:param pulumi.Input['InstanceGroupManagerParamsArgs'] 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).
|
71
|
+
|
72
|
+
- - -
|
69
73
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
70
74
|
is not provided, the provider project is used.
|
71
75
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulDiskArgs']]] 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).
|
@@ -76,9 +80,7 @@ class InstanceGroupManagerArgs:
|
|
76
80
|
not affect existing instances.
|
77
81
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
78
82
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
79
|
-
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
80
|
-
|
81
|
-
- - -
|
83
|
+
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
82
84
|
:param pulumi.Input[bool] wait_for_instances: Whether to wait for all instances to be created/updated before
|
83
85
|
returning. Note that if this is set to true and the operation does not succeed, this provider will
|
84
86
|
continue trying until it times out.
|
@@ -107,6 +109,8 @@ class InstanceGroupManagerArgs:
|
|
107
109
|
pulumi.set(__self__, "name", name)
|
108
110
|
if named_ports is not None:
|
109
111
|
pulumi.set(__self__, "named_ports", named_ports)
|
112
|
+
if params is not None:
|
113
|
+
pulumi.set(__self__, "params", params)
|
110
114
|
if project is not None:
|
111
115
|
pulumi.set(__self__, "project", project)
|
112
116
|
if stateful_disks is not None:
|
@@ -256,6 +260,20 @@ class InstanceGroupManagerArgs:
|
|
256
260
|
def named_ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerNamedPortArgs']]]]):
|
257
261
|
pulumi.set(self, "named_ports", value)
|
258
262
|
|
263
|
+
@property
|
264
|
+
@pulumi.getter
|
265
|
+
def params(self) -> Optional[pulumi.Input['InstanceGroupManagerParamsArgs']]:
|
266
|
+
"""
|
267
|
+
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).
|
268
|
+
|
269
|
+
- - -
|
270
|
+
"""
|
271
|
+
return pulumi.get(self, "params")
|
272
|
+
|
273
|
+
@params.setter
|
274
|
+
def params(self, value: Optional[pulumi.Input['InstanceGroupManagerParamsArgs']]):
|
275
|
+
pulumi.set(self, "params", value)
|
276
|
+
|
259
277
|
@property
|
260
278
|
@pulumi.getter
|
261
279
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -336,9 +354,7 @@ class InstanceGroupManagerArgs:
|
|
336
354
|
@pulumi.getter(name="updatePolicy")
|
337
355
|
def update_policy(self) -> Optional[pulumi.Input['InstanceGroupManagerUpdatePolicyArgs']]:
|
338
356
|
"""
|
339
|
-
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
340
|
-
|
341
|
-
- - -
|
357
|
+
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
342
358
|
"""
|
343
359
|
return pulumi.get(self, "update_policy")
|
344
360
|
|
@@ -406,6 +422,7 @@ class _InstanceGroupManagerState:
|
|
406
422
|
name: Optional[pulumi.Input[str]] = None,
|
407
423
|
named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerNamedPortArgs']]]] = None,
|
408
424
|
operation: Optional[pulumi.Input[str]] = None,
|
425
|
+
params: Optional[pulumi.Input['InstanceGroupManagerParamsArgs']] = None,
|
409
426
|
project: Optional[pulumi.Input[str]] = None,
|
410
427
|
self_link: Optional[pulumi.Input[str]] = None,
|
411
428
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulDiskArgs']]]] = None,
|
@@ -450,6 +467,9 @@ class _InstanceGroupManagerState:
|
|
450
467
|
include lowercase letters, numbers, and hyphens.
|
451
468
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerNamedPortArgs']]] named_ports: The named port configuration. See the section below
|
452
469
|
for details on configuration.
|
470
|
+
:param pulumi.Input['InstanceGroupManagerParamsArgs'] 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).
|
471
|
+
|
472
|
+
- - -
|
453
473
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
454
474
|
is not provided, the provider project is used.
|
455
475
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
@@ -462,9 +482,7 @@ class _InstanceGroupManagerState:
|
|
462
482
|
not affect existing instances.
|
463
483
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
464
484
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
465
|
-
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
466
|
-
|
467
|
-
- - -
|
485
|
+
:param pulumi.Input['InstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
468
486
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerVersionArgs']]] versions: Application versions managed by this instance group. Each
|
469
487
|
version deals with a specific instance template, allowing canary release scenarios.
|
470
488
|
Structure is documented below.
|
@@ -504,6 +522,8 @@ class _InstanceGroupManagerState:
|
|
504
522
|
pulumi.set(__self__, "named_ports", named_ports)
|
505
523
|
if operation is not None:
|
506
524
|
pulumi.set(__self__, "operation", operation)
|
525
|
+
if params is not None:
|
526
|
+
pulumi.set(__self__, "params", params)
|
507
527
|
if project is not None:
|
508
528
|
pulumi.set(__self__, "project", project)
|
509
529
|
if self_link is not None:
|
@@ -690,6 +710,20 @@ class _InstanceGroupManagerState:
|
|
690
710
|
def operation(self, value: Optional[pulumi.Input[str]]):
|
691
711
|
pulumi.set(self, "operation", value)
|
692
712
|
|
713
|
+
@property
|
714
|
+
@pulumi.getter
|
715
|
+
def params(self) -> Optional[pulumi.Input['InstanceGroupManagerParamsArgs']]:
|
716
|
+
"""
|
717
|
+
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).
|
718
|
+
|
719
|
+
- - -
|
720
|
+
"""
|
721
|
+
return pulumi.get(self, "params")
|
722
|
+
|
723
|
+
@params.setter
|
724
|
+
def params(self, value: Optional[pulumi.Input['InstanceGroupManagerParamsArgs']]):
|
725
|
+
pulumi.set(self, "params", value)
|
726
|
+
|
693
727
|
@property
|
694
728
|
@pulumi.getter
|
695
729
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -794,9 +828,7 @@ class _InstanceGroupManagerState:
|
|
794
828
|
@pulumi.getter(name="updatePolicy")
|
795
829
|
def update_policy(self) -> Optional[pulumi.Input['InstanceGroupManagerUpdatePolicyArgs']]:
|
796
830
|
"""
|
797
|
-
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
798
|
-
|
799
|
-
- - -
|
831
|
+
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
800
832
|
"""
|
801
833
|
return pulumi.get(self, "update_policy")
|
802
834
|
|
@@ -876,6 +908,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
876
908
|
list_managed_instances_results: Optional[pulumi.Input[str]] = None,
|
877
909
|
name: Optional[pulumi.Input[str]] = None,
|
878
910
|
named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerNamedPortArgs']]]]] = None,
|
911
|
+
params: Optional[pulumi.Input[pulumi.InputType['InstanceGroupManagerParamsArgs']]] = None,
|
879
912
|
project: Optional[pulumi.Input[str]] = None,
|
880
913
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
881
914
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulExternalIpArgs']]]]] = None,
|
@@ -1024,6 +1057,9 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1024
1057
|
include lowercase letters, numbers, and hyphens.
|
1025
1058
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerNamedPortArgs']]]] named_ports: The named port configuration. See the section below
|
1026
1059
|
for details on configuration.
|
1060
|
+
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerParamsArgs']] 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).
|
1061
|
+
|
1062
|
+
- - -
|
1027
1063
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1028
1064
|
is not provided, the provider project is used.
|
1029
1065
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulDiskArgs']]]] 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).
|
@@ -1034,9 +1070,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1034
1070
|
not affect existing instances.
|
1035
1071
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1036
1072
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1037
|
-
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerUpdatePolicyArgs']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
1038
|
-
|
1039
|
-
- - -
|
1073
|
+
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerUpdatePolicyArgs']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
1040
1074
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerVersionArgs']]]] versions: Application versions managed by this instance group. Each
|
1041
1075
|
version deals with a specific instance template, allowing canary release scenarios.
|
1042
1076
|
Structure is documented below.
|
@@ -1189,6 +1223,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1189
1223
|
list_managed_instances_results: Optional[pulumi.Input[str]] = None,
|
1190
1224
|
name: Optional[pulumi.Input[str]] = None,
|
1191
1225
|
named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerNamedPortArgs']]]]] = None,
|
1226
|
+
params: Optional[pulumi.Input[pulumi.InputType['InstanceGroupManagerParamsArgs']]] = None,
|
1192
1227
|
project: Optional[pulumi.Input[str]] = None,
|
1193
1228
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
1194
1229
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulExternalIpArgs']]]]] = None,
|
@@ -1219,6 +1254,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1219
1254
|
__props__.__dict__["list_managed_instances_results"] = list_managed_instances_results
|
1220
1255
|
__props__.__dict__["name"] = name
|
1221
1256
|
__props__.__dict__["named_ports"] = named_ports
|
1257
|
+
__props__.__dict__["params"] = params
|
1222
1258
|
__props__.__dict__["project"] = project
|
1223
1259
|
__props__.__dict__["stateful_disks"] = stateful_disks
|
1224
1260
|
__props__.__dict__["stateful_external_ips"] = stateful_external_ips
|
@@ -1260,6 +1296,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1260
1296
|
name: Optional[pulumi.Input[str]] = None,
|
1261
1297
|
named_ports: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerNamedPortArgs']]]]] = None,
|
1262
1298
|
operation: Optional[pulumi.Input[str]] = None,
|
1299
|
+
params: Optional[pulumi.Input[pulumi.InputType['InstanceGroupManagerParamsArgs']]] = None,
|
1263
1300
|
project: Optional[pulumi.Input[str]] = None,
|
1264
1301
|
self_link: Optional[pulumi.Input[str]] = None,
|
1265
1302
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
@@ -1309,6 +1346,9 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1309
1346
|
include lowercase letters, numbers, and hyphens.
|
1310
1347
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerNamedPortArgs']]]] named_ports: The named port configuration. See the section below
|
1311
1348
|
for details on configuration.
|
1349
|
+
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerParamsArgs']] 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).
|
1350
|
+
|
1351
|
+
- - -
|
1312
1352
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1313
1353
|
is not provided, the provider project is used.
|
1314
1354
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
@@ -1321,9 +1361,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1321
1361
|
not affect existing instances.
|
1322
1362
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1323
1363
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1324
|
-
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerUpdatePolicyArgs']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
1325
|
-
|
1326
|
-
- - -
|
1364
|
+
:param pulumi.Input[pulumi.InputType['InstanceGroupManagerUpdatePolicyArgs']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
1327
1365
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceGroupManagerVersionArgs']]]] versions: Application versions managed by this instance group. Each
|
1328
1366
|
version deals with a specific instance template, allowing canary release scenarios.
|
1329
1367
|
Structure is documented below.
|
@@ -1355,6 +1393,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1355
1393
|
__props__.__dict__["name"] = name
|
1356
1394
|
__props__.__dict__["named_ports"] = named_ports
|
1357
1395
|
__props__.__dict__["operation"] = operation
|
1396
|
+
__props__.__dict__["params"] = params
|
1358
1397
|
__props__.__dict__["project"] = project
|
1359
1398
|
__props__.__dict__["self_link"] = self_link
|
1360
1399
|
__props__.__dict__["stateful_disks"] = stateful_disks
|
@@ -1481,6 +1520,16 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1481
1520
|
def operation(self) -> pulumi.Output[str]:
|
1482
1521
|
return pulumi.get(self, "operation")
|
1483
1522
|
|
1523
|
+
@property
|
1524
|
+
@pulumi.getter
|
1525
|
+
def params(self) -> pulumi.Output[Optional['outputs.InstanceGroupManagerParams']]:
|
1526
|
+
"""
|
1527
|
+
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).
|
1528
|
+
|
1529
|
+
- - -
|
1530
|
+
"""
|
1531
|
+
return pulumi.get(self, "params")
|
1532
|
+
|
1484
1533
|
@property
|
1485
1534
|
@pulumi.getter
|
1486
1535
|
def project(self) -> pulumi.Output[str]:
|
@@ -1553,9 +1602,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1553
1602
|
@pulumi.getter(name="updatePolicy")
|
1554
1603
|
def update_policy(self) -> pulumi.Output['outputs.InstanceGroupManagerUpdatePolicy']:
|
1555
1604
|
"""
|
1556
|
-
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch)
|
1557
|
-
|
1558
|
-
- - -
|
1605
|
+
The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/v1/instanceGroupManagers/patch).
|
1559
1606
|
"""
|
1560
1607
|
return pulumi.get(self, "update_policy")
|
1561
1608
|
|