pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/top_level.txt +0 -0
pulumi_gcp/config/vars.py CHANGED
@@ -509,10 +509,6 @@ class _ExportableConfig(types.ModuleType):
509
509
  def notebooks_custom_endpoint(self) -> Optional[str]:
510
510
  return __config__.get('notebooksCustomEndpoint')
511
511
 
512
- @property
513
- def oracle_database_custom_endpoint(self) -> Optional[str]:
514
- return __config__.get('oracleDatabaseCustomEndpoint')
515
-
516
512
  @property
517
513
  def org_policy_custom_endpoint(self) -> Optional[str]:
518
514
  return __config__.get('orgPolicyCustomEndpoint')
@@ -693,10 +689,6 @@ class _ExportableConfig(types.ModuleType):
693
689
  def tpu_v2_custom_endpoint(self) -> Optional[str]:
694
690
  return __config__.get('tpuV2CustomEndpoint')
695
691
 
696
- @property
697
- def transcoder_custom_endpoint(self) -> Optional[str]:
698
- return __config__.get('transcoderCustomEndpoint')
699
-
700
692
  @property
701
693
  def universe_domain(self) -> Optional[str]:
702
694
  return __config__.get('universeDomain')
@@ -97,9 +97,6 @@ class AttachedClusterArgs:
97
97
  pulumi.set(__self__, "project", project)
98
98
  if proxy_config is not None:
99
99
  pulumi.set(__self__, "proxy_config", proxy_config)
100
- if security_posture_config is not None:
101
- warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
102
- pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
103
100
  if security_posture_config is not None:
104
101
  pulumi.set(__self__, "security_posture_config", security_posture_config)
105
102
 
@@ -299,7 +296,6 @@ class AttachedClusterArgs:
299
296
 
300
297
  @property
301
298
  @pulumi.getter(name="securityPostureConfig")
302
- @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
303
299
  def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
304
300
  """
305
301
  Enable/Disable Security Posture API features for the cluster.
@@ -432,9 +428,6 @@ class _AttachedClusterState:
432
428
  pulumi.set(__self__, "proxy_config", proxy_config)
433
429
  if reconciling is not None:
434
430
  pulumi.set(__self__, "reconciling", reconciling)
435
- if security_posture_config is not None:
436
- warnings.warn("""`security_posture_config` is deprecated and will be removed in a future major release.""", DeprecationWarning)
437
- pulumi.log.warn("""security_posture_config is deprecated: `security_posture_config` is deprecated and will be removed in a future major release.""")
438
431
  if security_posture_config is not None:
439
432
  pulumi.set(__self__, "security_posture_config", security_posture_config)
440
433
  if state is not None:
@@ -714,7 +707,6 @@ class _AttachedClusterState:
714
707
 
715
708
  @property
716
709
  @pulumi.getter(name="securityPostureConfig")
717
- @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
718
710
  def security_posture_config(self) -> Optional[pulumi.Input['AttachedClusterSecurityPostureConfigArgs']]:
719
711
  """
720
712
  Enable/Disable Security Posture API features for the cluster.
@@ -892,6 +884,9 @@ class AttachedCluster(pulumi.CustomResource):
892
884
  "name": "proxy-config",
893
885
  "namespace": "default",
894
886
  },
887
+ },
888
+ security_posture_config={
889
+ "vulnerability_mode": "VULNERABILITY_ENTERPRISE",
895
890
  })
896
891
  ```
897
892
  ### Container Attached Cluster Ignore Errors
@@ -1077,6 +1072,9 @@ class AttachedCluster(pulumi.CustomResource):
1077
1072
  "name": "proxy-config",
1078
1073
  "namespace": "default",
1079
1074
  },
1075
+ },
1076
+ security_posture_config={
1077
+ "vulnerability_mode": "VULNERABILITY_ENTERPRISE",
1080
1078
  })
1081
1079
  ```
1082
1080
  ### Container Attached Cluster Ignore Errors
@@ -1511,7 +1509,6 @@ class AttachedCluster(pulumi.CustomResource):
1511
1509
 
1512
1510
  @property
1513
1511
  @pulumi.getter(name="securityPostureConfig")
1514
- @_utilities.deprecated("""`security_posture_config` is deprecated and will be removed in a future major release.""")
1515
1512
  def security_posture_config(self) -> pulumi.Output['outputs.AttachedClusterSecurityPostureConfig']:
1516
1513
  """
1517
1514
  Enable/Disable Security Posture API features for the cluster.
@@ -16534,7 +16534,7 @@ class GetClusterLoggingConfigResult(dict):
16534
16534
  def __init__(__self__, *,
16535
16535
  enable_components: Sequence[str]):
16536
16536
  """
16537
- :param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
16537
+ :param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
16538
16538
  """
16539
16539
  pulumi.set(__self__, "enable_components", enable_components)
16540
16540
 
@@ -16542,7 +16542,7 @@ class GetClusterLoggingConfigResult(dict):
16542
16542
  @pulumi.getter(name="enableComponents")
16543
16543
  def enable_components(self) -> Sequence[str]:
16544
16544
  """
16545
- GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
16545
+ GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.
16546
16546
  """
16547
16547
  return pulumi.get(self, "enable_components")
16548
16548
 
@@ -707,7 +707,7 @@ class Stream(pulumi.CustomResource):
707
707
  connection_profile_id="source-profile",
708
708
  postgresql_profile={
709
709
  "hostname": "hostname",
710
- "port": 5432,
710
+ "port": 3306,
711
711
  "username": "user",
712
712
  "password": "pass",
713
713
  "database": "postgres",
@@ -1545,7 +1545,7 @@ class Stream(pulumi.CustomResource):
1545
1545
  connection_profile_id="source-profile",
1546
1546
  postgresql_profile={
1547
1547
  "hostname": "hostname",
1548
- "port": 5432,
1548
+ "port": 3306,
1549
1549
  "username": "user",
1550
1550
  "password": "pass",
1551
1551
  "database": "postgres",