pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.7.0a1730196225__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 +70 -0
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  8. pulumi_gcp/apigee/__init__.py +2 -0
  9. pulumi_gcp/apigee/_inputs.py +108 -0
  10. pulumi_gcp/apigee/app_group.py +811 -0
  11. pulumi_gcp/apigee/developer.py +757 -0
  12. pulumi_gcp/apigee/outputs.py +64 -0
  13. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  14. pulumi_gcp/bigquery/connection.py +12 -12
  15. pulumi_gcp/bigquery/job.py +6 -6
  16. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  17. pulumi_gcp/cloudrunv2/service.py +92 -0
  18. pulumi_gcp/compute/_inputs.py +214 -116
  19. pulumi_gcp/compute/backend_service.py +76 -0
  20. pulumi_gcp/compute/get_backend_service.py +12 -1
  21. pulumi_gcp/compute/get_instance.py +29 -1
  22. pulumi_gcp/compute/get_instance_template.py +29 -1
  23. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  24. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  25. pulumi_gcp/compute/instance.py +89 -0
  26. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  27. pulumi_gcp/compute/instance_from_template.py +82 -0
  28. pulumi_gcp/compute/instance_template.py +75 -0
  29. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  30. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  31. pulumi_gcp/compute/outputs.py +170 -80
  32. pulumi_gcp/compute/region_backend_service.py +94 -0
  33. pulumi_gcp/compute/region_instance_template.py +75 -0
  34. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  35. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  36. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  37. pulumi_gcp/config/__init__.pyi +4 -0
  38. pulumi_gcp/config/vars.py +8 -0
  39. pulumi_gcp/container/attached_cluster.py +9 -6
  40. pulumi_gcp/container/outputs.py +2 -2
  41. pulumi_gcp/datastream/stream.py +2 -2
  42. pulumi_gcp/diagflow/_inputs.py +472 -2
  43. pulumi_gcp/diagflow/cx_agent.py +64 -4
  44. pulumi_gcp/diagflow/cx_flow.py +30 -0
  45. pulumi_gcp/diagflow/outputs.py +378 -2
  46. pulumi_gcp/gkehub/feature.py +2 -4
  47. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  48. pulumi_gcp/looker/instance.py +104 -2
  49. pulumi_gcp/monitoring/_inputs.py +23 -0
  50. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  51. pulumi_gcp/monitoring/outputs.py +16 -0
  52. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  53. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  54. pulumi_gcp/networkconnectivity/group.py +764 -0
  55. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  56. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  57. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  58. pulumi_gcp/oracledatabase/__init__.py +20 -0
  59. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  60. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  61. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  62. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  63. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  64. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  65. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  66. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  67. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  68. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  69. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  70. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  71. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  72. pulumi_gcp/organizations/folder.py +7 -7
  73. pulumi_gcp/organizations/project.py +7 -7
  74. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  75. pulumi_gcp/orgpolicy/outputs.py +2 -2
  76. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  77. pulumi_gcp/provider.py +40 -0
  78. pulumi_gcp/pulumi-plugin.json +1 -1
  79. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  80. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  81. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  82. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  83. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  84. pulumi_gcp/siteverification/get_token.py +0 -16
  85. pulumi_gcp/siteverification/owner.py +0 -16
  86. pulumi_gcp/spanner/_inputs.py +29 -5
  87. pulumi_gcp/spanner/outputs.py +20 -3
  88. pulumi_gcp/sql/_inputs.py +6 -6
  89. pulumi_gcp/sql/outputs.py +4 -4
  90. pulumi_gcp/sql/user.py +28 -21
  91. pulumi_gcp/storage/_inputs.py +36 -0
  92. pulumi_gcp/storage/bucket.py +47 -0
  93. pulumi_gcp/storage/get_bucket.py +12 -1
  94. pulumi_gcp/storage/outputs.py +40 -0
  95. pulumi_gcp/transcoder/__init__.py +11 -0
  96. pulumi_gcp/transcoder/_inputs.py +3991 -0
  97. pulumi_gcp/transcoder/job.py +2134 -0
  98. pulumi_gcp/transcoder/job_template.py +1524 -0
  99. pulumi_gcp/transcoder/outputs.py +2918 -0
  100. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  101. pulumi_gcp/vmwareengine/_inputs.py +440 -0
  102. pulumi_gcp/vmwareengine/cluster.py +100 -2
  103. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  104. pulumi_gcp/vmwareengine/outputs.py +615 -0
  105. pulumi_gcp/workstations/_inputs.py +54 -0
  106. pulumi_gcp/workstations/outputs.py +32 -0
  107. pulumi_gcp/workstations/workstation_config.py +205 -0
  108. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/METADATA +1 -1
  109. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/RECORD +111 -89
  110. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/WHEEL +1 -1
  111. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,245 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetDbServersResult',
20
+ 'AwaitableGetDbServersResult',
21
+ 'get_db_servers',
22
+ 'get_db_servers_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetDbServersResult:
27
+ """
28
+ A collection of values returned by getDbServers.
29
+ """
30
+ def __init__(__self__, cloud_exadata_infrastructure=None, db_servers=None, id=None, location=None, project=None):
31
+ if cloud_exadata_infrastructure and not isinstance(cloud_exadata_infrastructure, str):
32
+ raise TypeError("Expected argument 'cloud_exadata_infrastructure' to be a str")
33
+ pulumi.set(__self__, "cloud_exadata_infrastructure", cloud_exadata_infrastructure)
34
+ if db_servers and not isinstance(db_servers, list):
35
+ raise TypeError("Expected argument 'db_servers' to be a list")
36
+ pulumi.set(__self__, "db_servers", db_servers)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+ if location and not isinstance(location, str):
41
+ raise TypeError("Expected argument 'location' to be a str")
42
+ pulumi.set(__self__, "location", location)
43
+ if project and not isinstance(project, str):
44
+ raise TypeError("Expected argument 'project' to be a str")
45
+ pulumi.set(__self__, "project", project)
46
+
47
+ @property
48
+ @pulumi.getter(name="cloudExadataInfrastructure")
49
+ def cloud_exadata_infrastructure(self) -> str:
50
+ return pulumi.get(self, "cloud_exadata_infrastructure")
51
+
52
+ @property
53
+ @pulumi.getter(name="dbServers")
54
+ def db_servers(self) -> Sequence['outputs.GetDbServersDbServerResult']:
55
+ return pulumi.get(self, "db_servers")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def id(self) -> str:
60
+ """
61
+ The provider-assigned unique ID for this managed resource.
62
+ """
63
+ return pulumi.get(self, "id")
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def location(self) -> str:
68
+ return pulumi.get(self, "location")
69
+
70
+ @property
71
+ @pulumi.getter
72
+ def project(self) -> Optional[str]:
73
+ return pulumi.get(self, "project")
74
+
75
+
76
+ class AwaitableGetDbServersResult(GetDbServersResult):
77
+ # pylint: disable=using-constant-test
78
+ def __await__(self):
79
+ if False:
80
+ yield self
81
+ return GetDbServersResult(
82
+ cloud_exadata_infrastructure=self.cloud_exadata_infrastructure,
83
+ db_servers=self.db_servers,
84
+ id=self.id,
85
+ location=self.location,
86
+ project=self.project)
87
+
88
+
89
+ def get_db_servers(cloud_exadata_infrastructure: Optional[str] = None,
90
+ location: Optional[str] = None,
91
+ project: Optional[str] = None,
92
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDbServersResult:
93
+ """
94
+ List all DbServers of a Cloud Exdata Infrastructure.
95
+
96
+ For more information see the
97
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures.dbServers).
98
+
99
+ ## Example Usage
100
+
101
+ ```python
102
+ import pulumi
103
+ import pulumi_gcp as gcp
104
+
105
+ my_db_servers = gcp.oracledatabase.get_db_servers(location="us-east4",
106
+ cloud_exadata_infrastructure="exadata-id")
107
+ ```
108
+
109
+ ## Attributes reference
110
+
111
+ The following attributes are exported:
112
+
113
+ * `db_servers` - List of dbServers. Structure is documented below.
114
+
115
+ <a name="nested_dbservers"></a> The `db_servers` block supports:
116
+
117
+ * `display_name` - User friendly name for the resource.
118
+
119
+ * `properties` - Various properties of the databse server. Structure is documented below.
120
+
121
+ <a name="nested_properties"></a> The `properties` block supports:
122
+
123
+ * `ocid` - The OCID of database server.
124
+
125
+ * `ocpu_count` - The OCPU count per database.
126
+
127
+ * `max_ocpu_count` - The total number of CPU cores available.
128
+
129
+ * `memory_size_gb` - The allocated memory in gigabytes on the database server.
130
+
131
+ * `max_memory_size_gb` - The total memory available in gigabytes.
132
+
133
+ * `db_node_storage_size_gb` - The local storage per VM.
134
+
135
+ * `max_db_node_storage_size_gb` - The total local node storage available in GBs.
136
+
137
+ * `vm_count` - The VM count per database.
138
+
139
+ * `state` - The current state of the database server.
140
+ <a name="nested_states"></a>Allowed values for `state` are:<br>
141
+ `CREATING` - Indicates that the resource is being created.<br>
142
+ `AVAILABLE` - Indicates that the resource is available.<br>
143
+ `UNAVAILABLE` - Indicates that the resource is unavailable.<br>
144
+ `DELETING` - Indicates that the resource is being deleted.<br>
145
+ `DELETED` - Indicates that the resource has been deleted.<br>
146
+
147
+ * `db_node_ids` - The OCID of database nodes associated with the database server.
148
+
149
+
150
+ :param str cloud_exadata_infrastructure: The Exadata Infrastructure id.
151
+ :param str location: The location of resource.
152
+ :param str project: The project to which the resource belongs. If it
153
+ is not provided, the provider project is used.
154
+ """
155
+ __args__ = dict()
156
+ __args__['cloudExadataInfrastructure'] = cloud_exadata_infrastructure
157
+ __args__['location'] = location
158
+ __args__['project'] = project
159
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
160
+ __ret__ = pulumi.runtime.invoke('gcp:oracledatabase/getDbServers:getDbServers', __args__, opts=opts, typ=GetDbServersResult).value
161
+
162
+ return AwaitableGetDbServersResult(
163
+ cloud_exadata_infrastructure=pulumi.get(__ret__, 'cloud_exadata_infrastructure'),
164
+ db_servers=pulumi.get(__ret__, 'db_servers'),
165
+ id=pulumi.get(__ret__, 'id'),
166
+ location=pulumi.get(__ret__, 'location'),
167
+ project=pulumi.get(__ret__, 'project'))
168
+ def get_db_servers_output(cloud_exadata_infrastructure: Optional[pulumi.Input[str]] = None,
169
+ location: Optional[pulumi.Input[str]] = None,
170
+ project: Optional[pulumi.Input[Optional[str]]] = None,
171
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDbServersResult]:
172
+ """
173
+ List all DbServers of a Cloud Exdata Infrastructure.
174
+
175
+ For more information see the
176
+ [API](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudExadataInfrastructures.dbServers).
177
+
178
+ ## Example Usage
179
+
180
+ ```python
181
+ import pulumi
182
+ import pulumi_gcp as gcp
183
+
184
+ my_db_servers = gcp.oracledatabase.get_db_servers(location="us-east4",
185
+ cloud_exadata_infrastructure="exadata-id")
186
+ ```
187
+
188
+ ## Attributes reference
189
+
190
+ The following attributes are exported:
191
+
192
+ * `db_servers` - List of dbServers. Structure is documented below.
193
+
194
+ <a name="nested_dbservers"></a> The `db_servers` block supports:
195
+
196
+ * `display_name` - User friendly name for the resource.
197
+
198
+ * `properties` - Various properties of the databse server. Structure is documented below.
199
+
200
+ <a name="nested_properties"></a> The `properties` block supports:
201
+
202
+ * `ocid` - The OCID of database server.
203
+
204
+ * `ocpu_count` - The OCPU count per database.
205
+
206
+ * `max_ocpu_count` - The total number of CPU cores available.
207
+
208
+ * `memory_size_gb` - The allocated memory in gigabytes on the database server.
209
+
210
+ * `max_memory_size_gb` - The total memory available in gigabytes.
211
+
212
+ * `db_node_storage_size_gb` - The local storage per VM.
213
+
214
+ * `max_db_node_storage_size_gb` - The total local node storage available in GBs.
215
+
216
+ * `vm_count` - The VM count per database.
217
+
218
+ * `state` - The current state of the database server.
219
+ <a name="nested_states"></a>Allowed values for `state` are:<br>
220
+ `CREATING` - Indicates that the resource is being created.<br>
221
+ `AVAILABLE` - Indicates that the resource is available.<br>
222
+ `UNAVAILABLE` - Indicates that the resource is unavailable.<br>
223
+ `DELETING` - Indicates that the resource is being deleted.<br>
224
+ `DELETED` - Indicates that the resource has been deleted.<br>
225
+
226
+ * `db_node_ids` - The OCID of database nodes associated with the database server.
227
+
228
+
229
+ :param str cloud_exadata_infrastructure: The Exadata Infrastructure id.
230
+ :param str location: The location of resource.
231
+ :param str project: The project to which the resource belongs. If it
232
+ is not provided, the provider project is used.
233
+ """
234
+ __args__ = dict()
235
+ __args__['cloudExadataInfrastructure'] = cloud_exadata_infrastructure
236
+ __args__['location'] = location
237
+ __args__['project'] = project
238
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
239
+ __ret__ = pulumi.runtime.invoke_output('gcp:oracledatabase/getDbServers:getDbServers', __args__, opts=opts, typ=GetDbServersResult)
240
+ return __ret__.apply(lambda __response__: GetDbServersResult(
241
+ cloud_exadata_infrastructure=pulumi.get(__response__, 'cloud_exadata_infrastructure'),
242
+ db_servers=pulumi.get(__response__, 'db_servers'),
243
+ id=pulumi.get(__response__, 'id'),
244
+ location=pulumi.get(__response__, 'location'),
245
+ project=pulumi.get(__response__, 'project')))