pulumi-gcp 7.27.0__py3-none-any.whl → 7.27.0a1718086610__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 +0 -32
- pulumi_gcp/appengine/_inputs.py +0 -40
- pulumi_gcp/appengine/flexible_app_version.py +0 -47
- pulumi_gcp/appengine/outputs.py +0 -51
- pulumi_gcp/bigtable/instance.py +0 -47
- pulumi_gcp/clouddeploy/_inputs.py +0 -16
- pulumi_gcp/clouddeploy/outputs.py +0 -12
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +0 -84
- pulumi_gcp/compute/backend_service.py +0 -54
- pulumi_gcp/compute/disk.py +0 -68
- pulumi_gcp/compute/get_backend_service.py +1 -11
- pulumi_gcp/compute/get_disk.py +1 -11
- pulumi_gcp/compute/get_instance.py +1 -11
- pulumi_gcp/compute/get_instance_group_manager.py +1 -31
- pulumi_gcp/compute/get_instance_template.py +1 -11
- pulumi_gcp/compute/get_region_instance_template.py +1 -11
- pulumi_gcp/compute/instance.py +0 -47
- pulumi_gcp/compute/instance_from_machine_image.py +0 -47
- pulumi_gcp/compute/instance_from_template.py +0 -47
- pulumi_gcp/compute/instance_group_manager.py +0 -185
- pulumi_gcp/compute/instance_template.py +0 -47
- pulumi_gcp/compute/outputs.py +0 -1039
- pulumi_gcp/compute/region_instance_group_manager.py +0 -185
- pulumi_gcp/compute/region_instance_template.py +0 -47
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +4 -33
- pulumi_gcp/container/cluster.py +0 -61
- pulumi_gcp/container/get_cluster.py +1 -11
- pulumi_gcp/container/outputs.py +4 -48
- pulumi_gcp/dataloss/_inputs.py +19 -185
- pulumi_gcp/dataloss/outputs.py +17 -206
- pulumi_gcp/dataloss/prevention_inspect_template.py +0 -54
- pulumi_gcp/gkebackup/_inputs.py +7 -282
- pulumi_gcp/gkebackup/backup_plan.py +0 -100
- pulumi_gcp/gkebackup/outputs.py +7 -312
- pulumi_gcp/gkebackup/restore_plan.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -326
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -326
- pulumi_gcp/healthcare/_inputs.py +1 -17
- pulumi_gcp/healthcare/dicom_store.py +0 -2
- pulumi_gcp/healthcare/fhir_store.py +60 -44
- pulumi_gcp/healthcare/outputs.py +1 -15
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -47
- pulumi_gcp/kms/crypto_key.py +7 -14
- pulumi_gcp/netapp/_inputs.py +0 -58
- pulumi_gcp/netapp/outputs.py +0 -67
- pulumi_gcp/netapp/volume.py +0 -54
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +0 -47
- pulumi_gcp/networkservices/outputs.py +0 -56
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +0 -44
- pulumi_gcp/redis/cluster.py +3 -128
- pulumi_gcp/redis/outputs.py +0 -36
- pulumi_gcp/secretmanager/_inputs.py +0 -20
- pulumi_gcp/secretmanager/outputs.py +0 -20
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -244
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -224
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -68
- pulumi_gcp/spanner/outputs.py +0 -73
- pulumi_gcp/sql/_inputs.py +2 -8
- pulumi_gcp/sql/outputs.py +6 -9
- pulumi_gcp/workstations/_inputs.py +1 -51
- pulumi_gcp/workstations/outputs.py +2 -46
- pulumi_gcp/workstations/workstation_config.py +4 -10
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/RECORD +76 -81
- pulumi_gcp/compute/get_security_policy.py +0 -214
- pulumi_gcp/compute/project_cloud_armor_tier.py +0 -336
- pulumi_gcp/networkservices/service_lb_policies.py +0 -782
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +0 -568
- pulumi_gcp/spanner/instance_config.py +0 -569
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.27.0.dist-info → pulumi_gcp-7.27.0a1718086610.dist-info}/top_level.txt +0 -0
@@ -30,14 +30,11 @@ class RegionInstanceGroupManagerArgs:
|
|
30
30
|
params: Optional[pulumi.Input['RegionInstanceGroupManagerParamsArgs']] = None,
|
31
31
|
project: Optional[pulumi.Input[str]] = None,
|
32
32
|
region: Optional[pulumi.Input[str]] = None,
|
33
|
-
standby_policy: Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']] = None,
|
34
33
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]]] = None,
|
35
34
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]]] = None,
|
36
35
|
stateful_internal_ips: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]]] = None,
|
37
36
|
target_pools: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
38
37
|
target_size: Optional[pulumi.Input[int]] = None,
|
39
|
-
target_stopped_size: Optional[pulumi.Input[int]] = None,
|
40
|
-
target_suspended_size: Optional[pulumi.Input[int]] = None,
|
41
38
|
update_policy: Optional[pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs']] = None,
|
42
39
|
wait_for_instances: Optional[pulumi.Input[bool]] = None,
|
43
40
|
wait_for_instances_status: Optional[pulumi.Input[str]] = None):
|
@@ -83,7 +80,6 @@ class RegionInstanceGroupManagerArgs:
|
|
83
80
|
:param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
|
84
81
|
|
85
82
|
- - -
|
86
|
-
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
87
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`.
|
88
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.
|
89
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.
|
@@ -92,8 +88,6 @@ class RegionInstanceGroupManagerArgs:
|
|
92
88
|
not affect existing instances.
|
93
89
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
94
90
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
95
|
-
:param pulumi.Input[int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
96
|
-
:param pulumi.Input[int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
97
91
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] 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/beta/regionInstanceGroupManagers/patch)
|
98
92
|
:param pulumi.Input[bool] wait_for_instances: Whether to wait for all instances to be created/updated before
|
99
93
|
returning. Note that if this is set to true and the operation does not succeed, the provider will
|
@@ -129,8 +123,6 @@ class RegionInstanceGroupManagerArgs:
|
|
129
123
|
pulumi.set(__self__, "project", project)
|
130
124
|
if region is not None:
|
131
125
|
pulumi.set(__self__, "region", region)
|
132
|
-
if standby_policy is not None:
|
133
|
-
pulumi.set(__self__, "standby_policy", standby_policy)
|
134
126
|
if stateful_disks is not None:
|
135
127
|
pulumi.set(__self__, "stateful_disks", stateful_disks)
|
136
128
|
if stateful_external_ips is not None:
|
@@ -141,10 +133,6 @@ class RegionInstanceGroupManagerArgs:
|
|
141
133
|
pulumi.set(__self__, "target_pools", target_pools)
|
142
134
|
if target_size is not None:
|
143
135
|
pulumi.set(__self__, "target_size", target_size)
|
144
|
-
if target_stopped_size is not None:
|
145
|
-
pulumi.set(__self__, "target_stopped_size", target_stopped_size)
|
146
|
-
if target_suspended_size is not None:
|
147
|
-
pulumi.set(__self__, "target_suspended_size", target_suspended_size)
|
148
136
|
if update_policy is not None:
|
149
137
|
pulumi.set(__self__, "update_policy", update_policy)
|
150
138
|
if wait_for_instances is not None:
|
@@ -346,18 +334,6 @@ class RegionInstanceGroupManagerArgs:
|
|
346
334
|
def region(self, value: Optional[pulumi.Input[str]]):
|
347
335
|
pulumi.set(self, "region", value)
|
348
336
|
|
349
|
-
@property
|
350
|
-
@pulumi.getter(name="standbyPolicy")
|
351
|
-
def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
|
352
|
-
"""
|
353
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
354
|
-
"""
|
355
|
-
return pulumi.get(self, "standby_policy")
|
356
|
-
|
357
|
-
@standby_policy.setter
|
358
|
-
def standby_policy(self, value: Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]):
|
359
|
-
pulumi.set(self, "standby_policy", value)
|
360
|
-
|
361
337
|
@property
|
362
338
|
@pulumi.getter(name="statefulDisks")
|
363
339
|
def stateful_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]]]:
|
@@ -421,30 +397,6 @@ class RegionInstanceGroupManagerArgs:
|
|
421
397
|
def target_size(self, value: Optional[pulumi.Input[int]]):
|
422
398
|
pulumi.set(self, "target_size", value)
|
423
399
|
|
424
|
-
@property
|
425
|
-
@pulumi.getter(name="targetStoppedSize")
|
426
|
-
def target_stopped_size(self) -> Optional[pulumi.Input[int]]:
|
427
|
-
"""
|
428
|
-
The target number of stopped instances for this managed instance group.
|
429
|
-
"""
|
430
|
-
return pulumi.get(self, "target_stopped_size")
|
431
|
-
|
432
|
-
@target_stopped_size.setter
|
433
|
-
def target_stopped_size(self, value: Optional[pulumi.Input[int]]):
|
434
|
-
pulumi.set(self, "target_stopped_size", value)
|
435
|
-
|
436
|
-
@property
|
437
|
-
@pulumi.getter(name="targetSuspendedSize")
|
438
|
-
def target_suspended_size(self) -> Optional[pulumi.Input[int]]:
|
439
|
-
"""
|
440
|
-
The target number of suspended instances for this managed instance group.
|
441
|
-
"""
|
442
|
-
return pulumi.get(self, "target_suspended_size")
|
443
|
-
|
444
|
-
@target_suspended_size.setter
|
445
|
-
def target_suspended_size(self, value: Optional[pulumi.Input[int]]):
|
446
|
-
pulumi.set(self, "target_suspended_size", value)
|
447
|
-
|
448
400
|
@property
|
449
401
|
@pulumi.getter(name="updatePolicy")
|
450
402
|
def update_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs']]:
|
@@ -507,15 +459,12 @@ class _RegionInstanceGroupManagerState:
|
|
507
459
|
project: Optional[pulumi.Input[str]] = None,
|
508
460
|
region: Optional[pulumi.Input[str]] = None,
|
509
461
|
self_link: Optional[pulumi.Input[str]] = None,
|
510
|
-
standby_policy: Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']] = None,
|
511
462
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]]] = None,
|
512
463
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]]] = None,
|
513
464
|
stateful_internal_ips: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]]] = None,
|
514
465
|
statuses: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatusArgs']]]] = None,
|
515
466
|
target_pools: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
516
467
|
target_size: Optional[pulumi.Input[int]] = None,
|
517
|
-
target_stopped_size: Optional[pulumi.Input[int]] = None,
|
518
|
-
target_suspended_size: Optional[pulumi.Input[int]] = None,
|
519
468
|
update_policy: Optional[pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs']] = None,
|
520
469
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerVersionArgs']]]] = None,
|
521
470
|
wait_for_instances: Optional[pulumi.Input[bool]] = None,
|
@@ -563,7 +512,6 @@ class _RegionInstanceGroupManagerState:
|
|
563
512
|
|
564
513
|
- - -
|
565
514
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
566
|
-
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
567
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`.
|
568
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.
|
569
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.
|
@@ -573,8 +521,6 @@ class _RegionInstanceGroupManagerState:
|
|
573
521
|
not affect existing instances.
|
574
522
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
575
523
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
576
|
-
:param pulumi.Input[int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
577
|
-
:param pulumi.Input[int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
578
524
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] 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/beta/regionInstanceGroupManagers/patch)
|
579
525
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerVersionArgs']]] versions: Application versions managed by this instance group. Each
|
580
526
|
version deals with a specific instance template, allowing canary release scenarios.
|
@@ -621,8 +567,6 @@ class _RegionInstanceGroupManagerState:
|
|
621
567
|
pulumi.set(__self__, "region", region)
|
622
568
|
if self_link is not None:
|
623
569
|
pulumi.set(__self__, "self_link", self_link)
|
624
|
-
if standby_policy is not None:
|
625
|
-
pulumi.set(__self__, "standby_policy", standby_policy)
|
626
570
|
if stateful_disks is not None:
|
627
571
|
pulumi.set(__self__, "stateful_disks", stateful_disks)
|
628
572
|
if stateful_external_ips is not None:
|
@@ -635,10 +579,6 @@ class _RegionInstanceGroupManagerState:
|
|
635
579
|
pulumi.set(__self__, "target_pools", target_pools)
|
636
580
|
if target_size is not None:
|
637
581
|
pulumi.set(__self__, "target_size", target_size)
|
638
|
-
if target_stopped_size is not None:
|
639
|
-
pulumi.set(__self__, "target_stopped_size", target_stopped_size)
|
640
|
-
if target_suspended_size is not None:
|
641
|
-
pulumi.set(__self__, "target_suspended_size", target_suspended_size)
|
642
582
|
if update_policy is not None:
|
643
583
|
pulumi.set(__self__, "update_policy", update_policy)
|
644
584
|
if versions is not None:
|
@@ -876,18 +816,6 @@ class _RegionInstanceGroupManagerState:
|
|
876
816
|
def self_link(self, value: Optional[pulumi.Input[str]]):
|
877
817
|
pulumi.set(self, "self_link", value)
|
878
818
|
|
879
|
-
@property
|
880
|
-
@pulumi.getter(name="standbyPolicy")
|
881
|
-
def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
|
882
|
-
"""
|
883
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
884
|
-
"""
|
885
|
-
return pulumi.get(self, "standby_policy")
|
886
|
-
|
887
|
-
@standby_policy.setter
|
888
|
-
def standby_policy(self, value: Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]):
|
889
|
-
pulumi.set(self, "standby_policy", value)
|
890
|
-
|
891
819
|
@property
|
892
820
|
@pulumi.getter(name="statefulDisks")
|
893
821
|
def stateful_disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]]]:
|
@@ -963,30 +891,6 @@ class _RegionInstanceGroupManagerState:
|
|
963
891
|
def target_size(self, value: Optional[pulumi.Input[int]]):
|
964
892
|
pulumi.set(self, "target_size", value)
|
965
893
|
|
966
|
-
@property
|
967
|
-
@pulumi.getter(name="targetStoppedSize")
|
968
|
-
def target_stopped_size(self) -> Optional[pulumi.Input[int]]:
|
969
|
-
"""
|
970
|
-
The target number of stopped instances for this managed instance group.
|
971
|
-
"""
|
972
|
-
return pulumi.get(self, "target_stopped_size")
|
973
|
-
|
974
|
-
@target_stopped_size.setter
|
975
|
-
def target_stopped_size(self, value: Optional[pulumi.Input[int]]):
|
976
|
-
pulumi.set(self, "target_stopped_size", value)
|
977
|
-
|
978
|
-
@property
|
979
|
-
@pulumi.getter(name="targetSuspendedSize")
|
980
|
-
def target_suspended_size(self) -> Optional[pulumi.Input[int]]:
|
981
|
-
"""
|
982
|
-
The target number of suspended instances for this managed instance group.
|
983
|
-
"""
|
984
|
-
return pulumi.get(self, "target_suspended_size")
|
985
|
-
|
986
|
-
@target_suspended_size.setter
|
987
|
-
def target_suspended_size(self, value: Optional[pulumi.Input[int]]):
|
988
|
-
pulumi.set(self, "target_suspended_size", value)
|
989
|
-
|
990
894
|
@property
|
991
895
|
@pulumi.getter(name="updatePolicy")
|
992
896
|
def update_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs']]:
|
@@ -1061,14 +965,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1061
965
|
params: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']]] = None,
|
1062
966
|
project: Optional[pulumi.Input[str]] = None,
|
1063
967
|
region: Optional[pulumi.Input[str]] = None,
|
1064
|
-
standby_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStandbyPolicyArgs']]] = None,
|
1065
968
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
1066
969
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulExternalIpArgs']]]]] = None,
|
1067
970
|
stateful_internal_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulInternalIpArgs']]]]] = None,
|
1068
971
|
target_pools: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1069
972
|
target_size: Optional[pulumi.Input[int]] = None,
|
1070
|
-
target_stopped_size: Optional[pulumi.Input[int]] = None,
|
1071
|
-
target_suspended_size: Optional[pulumi.Input[int]] = None,
|
1072
973
|
update_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerUpdatePolicyArgs']]] = None,
|
1073
974
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerVersionArgs']]]]] = None,
|
1074
975
|
wait_for_instances: Optional[pulumi.Input[bool]] = None,
|
@@ -1159,28 +1060,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1159
1060
|
])
|
1160
1061
|
```
|
1161
1062
|
|
1162
|
-
### With Standby Policy (`Google-Beta` Provider)
|
1163
|
-
```python
|
1164
|
-
import pulumi
|
1165
|
-
import pulumi_gcp as gcp
|
1166
|
-
|
1167
|
-
igm_sr = gcp.compute.RegionInstanceGroupManager("igm-sr",
|
1168
|
-
name="tf-sr-igm",
|
1169
|
-
base_instance_name="tf-sr-igm-instance",
|
1170
|
-
region="us-central1",
|
1171
|
-
target_size=5,
|
1172
|
-
versions=[gcp.compute.RegionInstanceGroupManagerVersionArgs(
|
1173
|
-
instance_template=sr_igm["selfLink"],
|
1174
|
-
name="primary",
|
1175
|
-
)],
|
1176
|
-
standby_policy=gcp.compute.RegionInstanceGroupManagerStandbyPolicyArgs(
|
1177
|
-
initial_delay_sec=50,
|
1178
|
-
mode="SCALE_OUT_POOL",
|
1179
|
-
),
|
1180
|
-
target_suspended_size=1,
|
1181
|
-
target_stopped_size=1)
|
1182
|
-
```
|
1183
|
-
|
1184
1063
|
## Import
|
1185
1064
|
|
1186
1065
|
Instance group managers can be imported using any of these accepted formats:
|
@@ -1232,7 +1111,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1232
1111
|
:param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
|
1233
1112
|
|
1234
1113
|
- - -
|
1235
|
-
:param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStandbyPolicyArgs']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1236
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`.
|
1237
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.
|
1238
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.
|
@@ -1241,8 +1119,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1241
1119
|
not affect existing instances.
|
1242
1120
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1243
1121
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1244
|
-
:param pulumi.Input[int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1245
|
-
:param pulumi.Input[int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1246
1122
|
:param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerUpdatePolicyArgs']] 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/beta/regionInstanceGroupManagers/patch)
|
1247
1123
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerVersionArgs']]]] versions: Application versions managed by this instance group. Each
|
1248
1124
|
version deals with a specific instance template, allowing canary release scenarios.
|
@@ -1346,28 +1222,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1346
1222
|
])
|
1347
1223
|
```
|
1348
1224
|
|
1349
|
-
### With Standby Policy (`Google-Beta` Provider)
|
1350
|
-
```python
|
1351
|
-
import pulumi
|
1352
|
-
import pulumi_gcp as gcp
|
1353
|
-
|
1354
|
-
igm_sr = gcp.compute.RegionInstanceGroupManager("igm-sr",
|
1355
|
-
name="tf-sr-igm",
|
1356
|
-
base_instance_name="tf-sr-igm-instance",
|
1357
|
-
region="us-central1",
|
1358
|
-
target_size=5,
|
1359
|
-
versions=[gcp.compute.RegionInstanceGroupManagerVersionArgs(
|
1360
|
-
instance_template=sr_igm["selfLink"],
|
1361
|
-
name="primary",
|
1362
|
-
)],
|
1363
|
-
standby_policy=gcp.compute.RegionInstanceGroupManagerStandbyPolicyArgs(
|
1364
|
-
initial_delay_sec=50,
|
1365
|
-
mode="SCALE_OUT_POOL",
|
1366
|
-
),
|
1367
|
-
target_suspended_size=1,
|
1368
|
-
target_stopped_size=1)
|
1369
|
-
```
|
1370
|
-
|
1371
1225
|
## Import
|
1372
1226
|
|
1373
1227
|
Instance group managers can be imported using any of these accepted formats:
|
@@ -1408,14 +1262,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1408
1262
|
params: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerParamsArgs']]] = None,
|
1409
1263
|
project: Optional[pulumi.Input[str]] = None,
|
1410
1264
|
region: Optional[pulumi.Input[str]] = None,
|
1411
|
-
standby_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStandbyPolicyArgs']]] = None,
|
1412
1265
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
1413
1266
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulExternalIpArgs']]]]] = None,
|
1414
1267
|
stateful_internal_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulInternalIpArgs']]]]] = None,
|
1415
1268
|
target_pools: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1416
1269
|
target_size: Optional[pulumi.Input[int]] = None,
|
1417
|
-
target_stopped_size: Optional[pulumi.Input[int]] = None,
|
1418
|
-
target_suspended_size: Optional[pulumi.Input[int]] = None,
|
1419
1270
|
update_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerUpdatePolicyArgs']]] = None,
|
1420
1271
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerVersionArgs']]]]] = None,
|
1421
1272
|
wait_for_instances: Optional[pulumi.Input[bool]] = None,
|
@@ -1444,14 +1295,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1444
1295
|
__props__.__dict__["params"] = params
|
1445
1296
|
__props__.__dict__["project"] = project
|
1446
1297
|
__props__.__dict__["region"] = region
|
1447
|
-
__props__.__dict__["standby_policy"] = standby_policy
|
1448
1298
|
__props__.__dict__["stateful_disks"] = stateful_disks
|
1449
1299
|
__props__.__dict__["stateful_external_ips"] = stateful_external_ips
|
1450
1300
|
__props__.__dict__["stateful_internal_ips"] = stateful_internal_ips
|
1451
1301
|
__props__.__dict__["target_pools"] = target_pools
|
1452
1302
|
__props__.__dict__["target_size"] = target_size
|
1453
|
-
__props__.__dict__["target_stopped_size"] = target_stopped_size
|
1454
|
-
__props__.__dict__["target_suspended_size"] = target_suspended_size
|
1455
1303
|
__props__.__dict__["update_policy"] = update_policy
|
1456
1304
|
if versions is None and not opts.urn:
|
1457
1305
|
raise TypeError("Missing required property 'versions'")
|
@@ -1490,15 +1338,12 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1490
1338
|
project: Optional[pulumi.Input[str]] = None,
|
1491
1339
|
region: Optional[pulumi.Input[str]] = None,
|
1492
1340
|
self_link: Optional[pulumi.Input[str]] = None,
|
1493
|
-
standby_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStandbyPolicyArgs']]] = None,
|
1494
1341
|
stateful_disks: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulDiskArgs']]]]] = None,
|
1495
1342
|
stateful_external_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulExternalIpArgs']]]]] = None,
|
1496
1343
|
stateful_internal_ips: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatefulInternalIpArgs']]]]] = None,
|
1497
1344
|
statuses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStatusArgs']]]]] = None,
|
1498
1345
|
target_pools: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1499
1346
|
target_size: Optional[pulumi.Input[int]] = None,
|
1500
|
-
target_stopped_size: Optional[pulumi.Input[int]] = None,
|
1501
|
-
target_suspended_size: Optional[pulumi.Input[int]] = None,
|
1502
1347
|
update_policy: Optional[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerUpdatePolicyArgs']]] = None,
|
1503
1348
|
versions: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerVersionArgs']]]]] = None,
|
1504
1349
|
wait_for_instances: Optional[pulumi.Input[bool]] = None,
|
@@ -1551,7 +1396,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1551
1396
|
|
1552
1397
|
- - -
|
1553
1398
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
1554
|
-
:param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerStandbyPolicyArgs']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1555
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`.
|
1556
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.
|
1557
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.
|
@@ -1561,8 +1405,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1561
1405
|
not affect existing instances.
|
1562
1406
|
:param pulumi.Input[int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1563
1407
|
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1564
|
-
:param pulumi.Input[int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1565
|
-
:param pulumi.Input[int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1566
1408
|
:param pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerUpdatePolicyArgs']] 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/beta/regionInstanceGroupManagers/patch)
|
1567
1409
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceGroupManagerVersionArgs']]]] versions: Application versions managed by this instance group. Each
|
1568
1410
|
version deals with a specific instance template, allowing canary release scenarios.
|
@@ -1596,15 +1438,12 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1596
1438
|
__props__.__dict__["project"] = project
|
1597
1439
|
__props__.__dict__["region"] = region
|
1598
1440
|
__props__.__dict__["self_link"] = self_link
|
1599
|
-
__props__.__dict__["standby_policy"] = standby_policy
|
1600
1441
|
__props__.__dict__["stateful_disks"] = stateful_disks
|
1601
1442
|
__props__.__dict__["stateful_external_ips"] = stateful_external_ips
|
1602
1443
|
__props__.__dict__["stateful_internal_ips"] = stateful_internal_ips
|
1603
1444
|
__props__.__dict__["statuses"] = statuses
|
1604
1445
|
__props__.__dict__["target_pools"] = target_pools
|
1605
1446
|
__props__.__dict__["target_size"] = target_size
|
1606
|
-
__props__.__dict__["target_stopped_size"] = target_stopped_size
|
1607
|
-
__props__.__dict__["target_suspended_size"] = target_suspended_size
|
1608
1447
|
__props__.__dict__["update_policy"] = update_policy
|
1609
1448
|
__props__.__dict__["versions"] = versions
|
1610
1449
|
__props__.__dict__["wait_for_instances"] = wait_for_instances
|
@@ -1771,14 +1610,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1771
1610
|
"""
|
1772
1611
|
return pulumi.get(self, "self_link")
|
1773
1612
|
|
1774
|
-
@property
|
1775
|
-
@pulumi.getter(name="standbyPolicy")
|
1776
|
-
def standby_policy(self) -> pulumi.Output['outputs.RegionInstanceGroupManagerStandbyPolicy']:
|
1777
|
-
"""
|
1778
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1779
|
-
"""
|
1780
|
-
return pulumi.get(self, "standby_policy")
|
1781
|
-
|
1782
1613
|
@property
|
1783
1614
|
@pulumi.getter(name="statefulDisks")
|
1784
1615
|
def stateful_disks(self) -> pulumi.Output[Optional[Sequence['outputs.RegionInstanceGroupManagerStatefulDisk']]]:
|
@@ -1830,22 +1661,6 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1830
1661
|
"""
|
1831
1662
|
return pulumi.get(self, "target_size")
|
1832
1663
|
|
1833
|
-
@property
|
1834
|
-
@pulumi.getter(name="targetStoppedSize")
|
1835
|
-
def target_stopped_size(self) -> pulumi.Output[int]:
|
1836
|
-
"""
|
1837
|
-
The target number of stopped instances for this managed instance group.
|
1838
|
-
"""
|
1839
|
-
return pulumi.get(self, "target_stopped_size")
|
1840
|
-
|
1841
|
-
@property
|
1842
|
-
@pulumi.getter(name="targetSuspendedSize")
|
1843
|
-
def target_suspended_size(self) -> pulumi.Output[int]:
|
1844
|
-
"""
|
1845
|
-
The target number of suspended instances for this managed instance group.
|
1846
|
-
"""
|
1847
|
-
return pulumi.get(self, "target_suspended_size")
|
1848
|
-
|
1849
1664
|
@property
|
1850
1665
|
@pulumi.getter(name="updatePolicy")
|
1851
1666
|
def update_policy(self) -> pulumi.Output['outputs.RegionInstanceGroupManagerUpdatePolicy']:
|
@@ -33,7 +33,6 @@ class RegionInstanceTemplateArgs:
|
|
33
33
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
34
34
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]]] = None,
|
35
35
|
network_performance_config: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']] = None,
|
36
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
37
36
|
project: Optional[pulumi.Input[str]] = None,
|
38
37
|
region: Optional[pulumi.Input[str]] = None,
|
39
38
|
reservation_affinity: Optional[pulumi.Input['RegionInstanceTemplateReservationAffinityArgs']] = None,
|
@@ -87,7 +86,6 @@ class RegionInstanceTemplateArgs:
|
|
87
86
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
88
87
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
89
88
|
in order for this setting to take effect.
|
90
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
91
89
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
92
90
|
is not provided, the provider project is used.
|
93
91
|
:param pulumi.Input[str] region: The Region in which the resource belongs.
|
@@ -135,8 +133,6 @@ class RegionInstanceTemplateArgs:
|
|
135
133
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
136
134
|
if network_performance_config is not None:
|
137
135
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
138
|
-
if partner_metadata is not None:
|
139
|
-
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
140
136
|
if project is not None:
|
141
137
|
pulumi.set(__self__, "project", project)
|
142
138
|
if region is not None:
|
@@ -383,18 +379,6 @@ class RegionInstanceTemplateArgs:
|
|
383
379
|
def network_performance_config(self, value: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']]):
|
384
380
|
pulumi.set(self, "network_performance_config", value)
|
385
381
|
|
386
|
-
@property
|
387
|
-
@pulumi.getter(name="partnerMetadata")
|
388
|
-
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
389
|
-
"""
|
390
|
-
Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
391
|
-
"""
|
392
|
-
return pulumi.get(self, "partner_metadata")
|
393
|
-
|
394
|
-
@partner_metadata.setter
|
395
|
-
def partner_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
396
|
-
pulumi.set(self, "partner_metadata", value)
|
397
|
-
|
398
382
|
@property
|
399
383
|
@pulumi.getter
|
400
384
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -531,7 +515,6 @@ class _RegionInstanceTemplateState:
|
|
531
515
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
532
516
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]]] = None,
|
533
517
|
network_performance_config: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']] = None,
|
534
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
535
518
|
project: Optional[pulumi.Input[str]] = None,
|
536
519
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
537
520
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -590,7 +573,6 @@ class _RegionInstanceTemplateState:
|
|
590
573
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
591
574
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
592
575
|
in order for this setting to take effect.
|
593
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
594
576
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
595
577
|
is not provided, the provider project is used.
|
596
578
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -647,8 +629,6 @@ class _RegionInstanceTemplateState:
|
|
647
629
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
648
630
|
if network_performance_config is not None:
|
649
631
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
650
|
-
if partner_metadata is not None:
|
651
|
-
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
652
632
|
if project is not None:
|
653
633
|
pulumi.set(__self__, "project", project)
|
654
634
|
if pulumi_labels is not None:
|
@@ -925,18 +905,6 @@ class _RegionInstanceTemplateState:
|
|
925
905
|
def network_performance_config(self, value: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']]):
|
926
906
|
pulumi.set(self, "network_performance_config", value)
|
927
907
|
|
928
|
-
@property
|
929
|
-
@pulumi.getter(name="partnerMetadata")
|
930
|
-
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
931
|
-
"""
|
932
|
-
Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
933
|
-
"""
|
934
|
-
return pulumi.get(self, "partner_metadata")
|
935
|
-
|
936
|
-
@partner_metadata.setter
|
937
|
-
def partner_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
938
|
-
pulumi.set(self, "partner_metadata", value)
|
939
|
-
|
940
908
|
@property
|
941
909
|
@pulumi.getter
|
942
910
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -1109,7 +1077,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1109
1077
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1110
1078
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1111
1079
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1112
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1113
1080
|
project: Optional[pulumi.Input[str]] = None,
|
1114
1081
|
region: Optional[pulumi.Input[str]] = None,
|
1115
1082
|
reservation_affinity: Optional[pulumi.Input[pulumi.InputType['RegionInstanceTemplateReservationAffinityArgs']]] = None,
|
@@ -1189,7 +1156,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1189
1156
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
1190
1157
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
1191
1158
|
in order for this setting to take effect.
|
1192
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
1193
1159
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1194
1160
|
is not provided, the provider project is used.
|
1195
1161
|
:param pulumi.Input[str] region: The Region in which the resource belongs.
|
@@ -1268,7 +1234,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1268
1234
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1269
1235
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1270
1236
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1271
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1272
1237
|
project: Optional[pulumi.Input[str]] = None,
|
1273
1238
|
region: Optional[pulumi.Input[str]] = None,
|
1274
1239
|
reservation_affinity: Optional[pulumi.Input[pulumi.InputType['RegionInstanceTemplateReservationAffinityArgs']]] = None,
|
@@ -1308,7 +1273,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1308
1273
|
__props__.__dict__["name_prefix"] = name_prefix
|
1309
1274
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
1310
1275
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
1311
|
-
__props__.__dict__["partner_metadata"] = partner_metadata
|
1312
1276
|
__props__.__dict__["project"] = project
|
1313
1277
|
__props__.__dict__["region"] = region
|
1314
1278
|
__props__.__dict__["reservation_affinity"] = reservation_affinity
|
@@ -1354,7 +1318,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1354
1318
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1355
1319
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1356
1320
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['RegionInstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1357
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1358
1321
|
project: Optional[pulumi.Input[str]] = None,
|
1359
1322
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1360
1323
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -1418,7 +1381,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1418
1381
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
1419
1382
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
1420
1383
|
in order for this setting to take effect.
|
1421
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
1422
1384
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1423
1385
|
is not provided, the provider project is used.
|
1424
1386
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -1460,7 +1422,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1460
1422
|
__props__.__dict__["name_prefix"] = name_prefix
|
1461
1423
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
1462
1424
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
1463
|
-
__props__.__dict__["partner_metadata"] = partner_metadata
|
1464
1425
|
__props__.__dict__["project"] = project
|
1465
1426
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1466
1427
|
__props__.__dict__["region"] = region
|
@@ -1650,14 +1611,6 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1650
1611
|
"""
|
1651
1612
|
return pulumi.get(self, "network_performance_config")
|
1652
1613
|
|
1653
|
-
@property
|
1654
|
-
@pulumi.getter(name="partnerMetadata")
|
1655
|
-
def partner_metadata(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1656
|
-
"""
|
1657
|
-
Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
1658
|
-
"""
|
1659
|
-
return pulumi.get(self, "partner_metadata")
|
1660
|
-
|
1661
1614
|
@property
|
1662
1615
|
@pulumi.getter
|
1663
1616
|
def project(self) -> pulumi.Output[str]:
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -296,8 +296,6 @@ secureSourceManagerCustomEndpoint: Optional[str]
|
|
296
296
|
|
297
297
|
securityCenterCustomEndpoint: Optional[str]
|
298
298
|
|
299
|
-
securityCenterManagementCustomEndpoint: Optional[str]
|
300
|
-
|
301
299
|
securityScannerCustomEndpoint: Optional[str]
|
302
300
|
|
303
301
|
securitypostureCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -588,10 +588,6 @@ class _ExportableConfig(types.ModuleType):
|
|
588
588
|
def security_center_custom_endpoint(self) -> Optional[str]:
|
589
589
|
return __config__.get('securityCenterCustomEndpoint')
|
590
590
|
|
591
|
-
@property
|
592
|
-
def security_center_management_custom_endpoint(self) -> Optional[str]:
|
593
|
-
return __config__.get('securityCenterManagementCustomEndpoint')
|
594
|
-
|
595
591
|
@property
|
596
592
|
def security_scanner_custom_endpoint(self) -> Optional[str]:
|
597
593
|
return __config__.get('securityScannerCustomEndpoint')
|