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
@@ -33,7 +33,6 @@ class InstanceTemplateArgs:
|
|
33
33
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
34
34
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateNetworkInterfaceArgs']]]] = None,
|
35
35
|
network_performance_config: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']] = 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['InstanceTemplateReservationAffinityArgs']] = None,
|
@@ -89,7 +88,6 @@ class InstanceTemplateArgs:
|
|
89
88
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
90
89
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
91
90
|
in order for this setting to take effect.
|
92
|
-
: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.
|
93
91
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
94
92
|
is not provided, the provider project is used.
|
95
93
|
:param pulumi.Input[str] region: An instance template is a global resource that is not
|
@@ -141,8 +139,6 @@ class InstanceTemplateArgs:
|
|
141
139
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
142
140
|
if network_performance_config is not None:
|
143
141
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
144
|
-
if partner_metadata is not None:
|
145
|
-
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
146
142
|
if project is not None:
|
147
143
|
pulumi.set(__self__, "project", project)
|
148
144
|
if region is not None:
|
@@ -393,18 +389,6 @@ class InstanceTemplateArgs:
|
|
393
389
|
def network_performance_config(self, value: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']]):
|
394
390
|
pulumi.set(self, "network_performance_config", value)
|
395
391
|
|
396
|
-
@property
|
397
|
-
@pulumi.getter(name="partnerMetadata")
|
398
|
-
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
399
|
-
"""
|
400
|
-
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.
|
401
|
-
"""
|
402
|
-
return pulumi.get(self, "partner_metadata")
|
403
|
-
|
404
|
-
@partner_metadata.setter
|
405
|
-
def partner_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
406
|
-
pulumi.set(self, "partner_metadata", value)
|
407
|
-
|
408
392
|
@property
|
409
393
|
@pulumi.getter
|
410
394
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -545,7 +529,6 @@ class _InstanceTemplateState:
|
|
545
529
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
546
530
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateNetworkInterfaceArgs']]]] = None,
|
547
531
|
network_performance_config: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']] = None,
|
548
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
549
532
|
project: Optional[pulumi.Input[str]] = None,
|
550
533
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
551
534
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -607,7 +590,6 @@ class _InstanceTemplateState:
|
|
607
590
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
608
591
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
609
592
|
in order for this setting to take effect.
|
610
|
-
: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.
|
611
593
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
612
594
|
is not provided, the provider project is used.
|
613
595
|
: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.
|
@@ -670,8 +652,6 @@ class _InstanceTemplateState:
|
|
670
652
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
671
653
|
if network_performance_config is not None:
|
672
654
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
673
|
-
if partner_metadata is not None:
|
674
|
-
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
675
655
|
if project is not None:
|
676
656
|
pulumi.set(__self__, "project", project)
|
677
657
|
if pulumi_labels is not None:
|
@@ -954,18 +934,6 @@ class _InstanceTemplateState:
|
|
954
934
|
def network_performance_config(self, value: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']]):
|
955
935
|
pulumi.set(self, "network_performance_config", value)
|
956
936
|
|
957
|
-
@property
|
958
|
-
@pulumi.getter(name="partnerMetadata")
|
959
|
-
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
960
|
-
"""
|
961
|
-
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.
|
962
|
-
"""
|
963
|
-
return pulumi.get(self, "partner_metadata")
|
964
|
-
|
965
|
-
@partner_metadata.setter
|
966
|
-
def partner_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
967
|
-
pulumi.set(self, "partner_metadata", value)
|
968
|
-
|
969
937
|
@property
|
970
938
|
@pulumi.getter
|
971
939
|
def project(self) -> Optional[pulumi.Input[str]]:
|
@@ -1155,7 +1123,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1155
1123
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1156
1124
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1157
1125
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1158
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1159
1126
|
project: Optional[pulumi.Input[str]] = None,
|
1160
1127
|
region: Optional[pulumi.Input[str]] = None,
|
1161
1128
|
reservation_affinity: Optional[pulumi.Input[pulumi.InputType['InstanceTemplateReservationAffinityArgs']]] = None,
|
@@ -1406,7 +1373,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1406
1373
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
1407
1374
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
1408
1375
|
in order for this setting to take effect.
|
1409
|
-
: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.
|
1410
1376
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1411
1377
|
is not provided, the provider project is used.
|
1412
1378
|
:param pulumi.Input[str] region: An instance template is a global resource that is not
|
@@ -1658,7 +1624,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1658
1624
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1659
1625
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1660
1626
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1661
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1662
1627
|
project: Optional[pulumi.Input[str]] = None,
|
1663
1628
|
region: Optional[pulumi.Input[str]] = None,
|
1664
1629
|
reservation_affinity: Optional[pulumi.Input[pulumi.InputType['InstanceTemplateReservationAffinityArgs']]] = None,
|
@@ -1698,7 +1663,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1698
1663
|
__props__.__dict__["name_prefix"] = name_prefix
|
1699
1664
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
1700
1665
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
1701
|
-
__props__.__dict__["partner_metadata"] = partner_metadata
|
1702
1666
|
__props__.__dict__["project"] = project
|
1703
1667
|
__props__.__dict__["region"] = region
|
1704
1668
|
__props__.__dict__["reservation_affinity"] = reservation_affinity
|
@@ -1745,7 +1709,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1745
1709
|
name_prefix: Optional[pulumi.Input[str]] = None,
|
1746
1710
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkInterfaceArgs']]]]] = None,
|
1747
1711
|
network_performance_config: Optional[pulumi.Input[pulumi.InputType['InstanceTemplateNetworkPerformanceConfigArgs']]] = None,
|
1748
|
-
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1749
1712
|
project: Optional[pulumi.Input[str]] = None,
|
1750
1713
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1751
1714
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -1812,7 +1775,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1812
1775
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
1813
1776
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
1814
1777
|
in order for this setting to take effect.
|
1815
|
-
: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.
|
1816
1778
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1817
1779
|
is not provided, the provider project is used.
|
1818
1780
|
: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.
|
@@ -1860,7 +1822,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1860
1822
|
__props__.__dict__["name_prefix"] = name_prefix
|
1861
1823
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
1862
1824
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
1863
|
-
__props__.__dict__["partner_metadata"] = partner_metadata
|
1864
1825
|
__props__.__dict__["project"] = project
|
1865
1826
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1866
1827
|
__props__.__dict__["region"] = region
|
@@ -2055,14 +2016,6 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2055
2016
|
"""
|
2056
2017
|
return pulumi.get(self, "network_performance_config")
|
2057
2018
|
|
2058
|
-
@property
|
2059
|
-
@pulumi.getter(name="partnerMetadata")
|
2060
|
-
def partner_metadata(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
2061
|
-
"""
|
2062
|
-
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.
|
2063
|
-
"""
|
2064
|
-
return pulumi.get(self, "partner_metadata")
|
2065
|
-
|
2066
2019
|
@property
|
2067
2020
|
@pulumi.getter
|
2068
2021
|
def project(self) -> pulumi.Output[str]:
|