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
@@ -818,31 +818,18 @@ class WorkstationConfigHostGceInstanceBoostConfigArgs:
|
|
818
818
|
def __init__(__self__, *,
|
819
819
|
id: pulumi.Input[str],
|
820
820
|
accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs']]]] = None,
|
821
|
-
|
822
|
-
enable_nested_virtualization: Optional[pulumi.Input[bool]] = None,
|
823
|
-
machine_type: Optional[pulumi.Input[str]] = None,
|
824
|
-
pool_size: Optional[pulumi.Input[int]] = None):
|
821
|
+
machine_type: Optional[pulumi.Input[str]] = None):
|
825
822
|
"""
|
826
823
|
:param pulumi.Input[str] id: The id to be used for the boost config.
|
827
824
|
:param pulumi.Input[Sequence[pulumi.Input['WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs']]] accelerators: An accelerator card attached to the boost instance.
|
828
825
|
Structure is documented below.
|
829
|
-
:param pulumi.Input[int] boot_disk_size_gb: Size of the boot disk in GB. The minimum boot disk size is `30` GB. Defaults to `50` GB.
|
830
|
-
:param pulumi.Input[bool] enable_nested_virtualization: Whether to enable nested virtualization on the Compute Engine VMs backing boosted Workstations.
|
831
|
-
See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization
|
832
826
|
:param pulumi.Input[str] machine_type: The type of machine that boosted VM instances will use—for example, e2-standard-4. For more information about machine types that Cloud Workstations supports, see the list of available machine types https://cloud.google.com/workstations/docs/available-machine-types. Defaults to e2-standard-4.
|
833
|
-
:param pulumi.Input[int] pool_size: Number of instances to pool for faster workstation boosting.
|
834
827
|
"""
|
835
828
|
pulumi.set(__self__, "id", id)
|
836
829
|
if accelerators is not None:
|
837
830
|
pulumi.set(__self__, "accelerators", accelerators)
|
838
|
-
if boot_disk_size_gb is not None:
|
839
|
-
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
840
|
-
if enable_nested_virtualization is not None:
|
841
|
-
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
842
831
|
if machine_type is not None:
|
843
832
|
pulumi.set(__self__, "machine_type", machine_type)
|
844
|
-
if pool_size is not None:
|
845
|
-
pulumi.set(__self__, "pool_size", pool_size)
|
846
833
|
|
847
834
|
@property
|
848
835
|
@pulumi.getter
|
@@ -869,31 +856,6 @@ class WorkstationConfigHostGceInstanceBoostConfigArgs:
|
|
869
856
|
def accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs']]]]):
|
870
857
|
pulumi.set(self, "accelerators", value)
|
871
858
|
|
872
|
-
@property
|
873
|
-
@pulumi.getter(name="bootDiskSizeGb")
|
874
|
-
def boot_disk_size_gb(self) -> Optional[pulumi.Input[int]]:
|
875
|
-
"""
|
876
|
-
Size of the boot disk in GB. The minimum boot disk size is `30` GB. Defaults to `50` GB.
|
877
|
-
"""
|
878
|
-
return pulumi.get(self, "boot_disk_size_gb")
|
879
|
-
|
880
|
-
@boot_disk_size_gb.setter
|
881
|
-
def boot_disk_size_gb(self, value: Optional[pulumi.Input[int]]):
|
882
|
-
pulumi.set(self, "boot_disk_size_gb", value)
|
883
|
-
|
884
|
-
@property
|
885
|
-
@pulumi.getter(name="enableNestedVirtualization")
|
886
|
-
def enable_nested_virtualization(self) -> Optional[pulumi.Input[bool]]:
|
887
|
-
"""
|
888
|
-
Whether to enable nested virtualization on the Compute Engine VMs backing boosted Workstations.
|
889
|
-
See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization
|
890
|
-
"""
|
891
|
-
return pulumi.get(self, "enable_nested_virtualization")
|
892
|
-
|
893
|
-
@enable_nested_virtualization.setter
|
894
|
-
def enable_nested_virtualization(self, value: Optional[pulumi.Input[bool]]):
|
895
|
-
pulumi.set(self, "enable_nested_virtualization", value)
|
896
|
-
|
897
859
|
@property
|
898
860
|
@pulumi.getter(name="machineType")
|
899
861
|
def machine_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -906,18 +868,6 @@ class WorkstationConfigHostGceInstanceBoostConfigArgs:
|
|
906
868
|
def machine_type(self, value: Optional[pulumi.Input[str]]):
|
907
869
|
pulumi.set(self, "machine_type", value)
|
908
870
|
|
909
|
-
@property
|
910
|
-
@pulumi.getter(name="poolSize")
|
911
|
-
def pool_size(self) -> Optional[pulumi.Input[int]]:
|
912
|
-
"""
|
913
|
-
Number of instances to pool for faster workstation boosting.
|
914
|
-
"""
|
915
|
-
return pulumi.get(self, "pool_size")
|
916
|
-
|
917
|
-
@pool_size.setter
|
918
|
-
def pool_size(self, value: Optional[pulumi.Input[int]]):
|
919
|
-
pulumi.set(self, "pool_size", value)
|
920
|
-
|
921
871
|
|
922
872
|
@pulumi.input_type
|
923
873
|
class WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs:
|
@@ -812,14 +812,8 @@ class WorkstationConfigHostGceInstanceBoostConfig(dict):
|
|
812
812
|
@staticmethod
|
813
813
|
def __key_warning(key: str):
|
814
814
|
suggest = None
|
815
|
-
if key == "
|
816
|
-
suggest = "boot_disk_size_gb"
|
817
|
-
elif key == "enableNestedVirtualization":
|
818
|
-
suggest = "enable_nested_virtualization"
|
819
|
-
elif key == "machineType":
|
815
|
+
if key == "machineType":
|
820
816
|
suggest = "machine_type"
|
821
|
-
elif key == "poolSize":
|
822
|
-
suggest = "pool_size"
|
823
817
|
|
824
818
|
if suggest:
|
825
819
|
pulumi.log.warn(f"Key '{key}' not found in WorkstationConfigHostGceInstanceBoostConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -835,31 +829,18 @@ class WorkstationConfigHostGceInstanceBoostConfig(dict):
|
|
835
829
|
def __init__(__self__, *,
|
836
830
|
id: str,
|
837
831
|
accelerators: Optional[Sequence['outputs.WorkstationConfigHostGceInstanceBoostConfigAccelerator']] = None,
|
838
|
-
|
839
|
-
enable_nested_virtualization: Optional[bool] = None,
|
840
|
-
machine_type: Optional[str] = None,
|
841
|
-
pool_size: Optional[int] = None):
|
832
|
+
machine_type: Optional[str] = None):
|
842
833
|
"""
|
843
834
|
:param str id: The id to be used for the boost config.
|
844
835
|
:param Sequence['WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs'] accelerators: An accelerator card attached to the boost instance.
|
845
836
|
Structure is documented below.
|
846
|
-
:param int boot_disk_size_gb: Size of the boot disk in GB. The minimum boot disk size is `30` GB. Defaults to `50` GB.
|
847
|
-
:param bool enable_nested_virtualization: Whether to enable nested virtualization on the Compute Engine VMs backing boosted Workstations.
|
848
|
-
See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization
|
849
837
|
:param str machine_type: The type of machine that boosted VM instances will use—for example, e2-standard-4. For more information about machine types that Cloud Workstations supports, see the list of available machine types https://cloud.google.com/workstations/docs/available-machine-types. Defaults to e2-standard-4.
|
850
|
-
:param int pool_size: Number of instances to pool for faster workstation boosting.
|
851
838
|
"""
|
852
839
|
pulumi.set(__self__, "id", id)
|
853
840
|
if accelerators is not None:
|
854
841
|
pulumi.set(__self__, "accelerators", accelerators)
|
855
|
-
if boot_disk_size_gb is not None:
|
856
|
-
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
857
|
-
if enable_nested_virtualization is not None:
|
858
|
-
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
859
842
|
if machine_type is not None:
|
860
843
|
pulumi.set(__self__, "machine_type", machine_type)
|
861
|
-
if pool_size is not None:
|
862
|
-
pulumi.set(__self__, "pool_size", pool_size)
|
863
844
|
|
864
845
|
@property
|
865
846
|
@pulumi.getter
|
@@ -878,23 +859,6 @@ class WorkstationConfigHostGceInstanceBoostConfig(dict):
|
|
878
859
|
"""
|
879
860
|
return pulumi.get(self, "accelerators")
|
880
861
|
|
881
|
-
@property
|
882
|
-
@pulumi.getter(name="bootDiskSizeGb")
|
883
|
-
def boot_disk_size_gb(self) -> Optional[int]:
|
884
|
-
"""
|
885
|
-
Size of the boot disk in GB. The minimum boot disk size is `30` GB. Defaults to `50` GB.
|
886
|
-
"""
|
887
|
-
return pulumi.get(self, "boot_disk_size_gb")
|
888
|
-
|
889
|
-
@property
|
890
|
-
@pulumi.getter(name="enableNestedVirtualization")
|
891
|
-
def enable_nested_virtualization(self) -> Optional[bool]:
|
892
|
-
"""
|
893
|
-
Whether to enable nested virtualization on the Compute Engine VMs backing boosted Workstations.
|
894
|
-
See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization
|
895
|
-
"""
|
896
|
-
return pulumi.get(self, "enable_nested_virtualization")
|
897
|
-
|
898
862
|
@property
|
899
863
|
@pulumi.getter(name="machineType")
|
900
864
|
def machine_type(self) -> Optional[str]:
|
@@ -903,14 +867,6 @@ class WorkstationConfigHostGceInstanceBoostConfig(dict):
|
|
903
867
|
"""
|
904
868
|
return pulumi.get(self, "machine_type")
|
905
869
|
|
906
|
-
@property
|
907
|
-
@pulumi.getter(name="poolSize")
|
908
|
-
def pool_size(self) -> Optional[int]:
|
909
|
-
"""
|
910
|
-
Number of instances to pool for faster workstation boosting.
|
911
|
-
"""
|
912
|
-
return pulumi.get(self, "pool_size")
|
913
|
-
|
914
870
|
|
915
871
|
@pulumi.output_type
|
916
872
|
class WorkstationConfigHostGceInstanceBoostConfigAccelerator(dict):
|
@@ -1166,11 +1166,8 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1166
1166
|
)],
|
1167
1167
|
),
|
1168
1168
|
gcp.workstations.WorkstationConfigHostGceInstanceBoostConfigArgs(
|
1169
|
-
id="boost-
|
1170
|
-
machine_type="
|
1171
|
-
pool_size=2,
|
1172
|
-
boot_disk_size_gb=30,
|
1173
|
-
enable_nested_virtualization=True,
|
1169
|
+
id="boost-1",
|
1170
|
+
machine_type="e2-standard-2",
|
1174
1171
|
),
|
1175
1172
|
],
|
1176
1173
|
),
|
@@ -1616,11 +1613,8 @@ class WorkstationConfig(pulumi.CustomResource):
|
|
1616
1613
|
)],
|
1617
1614
|
),
|
1618
1615
|
gcp.workstations.WorkstationConfigHostGceInstanceBoostConfigArgs(
|
1619
|
-
id="boost-
|
1620
|
-
machine_type="
|
1621
|
-
pool_size=2,
|
1622
|
-
boot_disk_size_gb=30,
|
1623
|
-
enable_nested_virtualization=True,
|
1616
|
+
id="boost-1",
|
1617
|
+
machine_type="e2-standard-2",
|
1624
1618
|
),
|
1625
1619
|
],
|
1626
1620
|
),
|