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,1086 @@
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
+ from ._inputs import *
18
+
19
+ __all__ = ['CloudVmClusterArgs', 'CloudVmCluster']
20
+
21
+ @pulumi.input_type
22
+ class CloudVmClusterArgs:
23
+ def __init__(__self__, *,
24
+ backup_subnet_cidr: pulumi.Input[str],
25
+ cidr: pulumi.Input[str],
26
+ cloud_vm_cluster_id: pulumi.Input[str],
27
+ exadata_infrastructure: pulumi.Input[str],
28
+ location: pulumi.Input[str],
29
+ network: pulumi.Input[str],
30
+ display_name: Optional[pulumi.Input[str]] = None,
31
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
32
+ project: Optional[pulumi.Input[str]] = None,
33
+ properties: Optional[pulumi.Input['CloudVmClusterPropertiesArgs']] = None):
34
+ """
35
+ The set of arguments for constructing a CloudVmCluster resource.
36
+ :param pulumi.Input[str] backup_subnet_cidr: CIDR range of the backup subnet.
37
+ :param pulumi.Input[str] cidr: Network settings. CIDR to use for cluster IP allocation.
38
+ :param pulumi.Input[str] cloud_vm_cluster_id: The ID of the VM Cluster to create. This value is restricted
39
+ to (^a-z?$) and must be a maximum of 63
40
+ characters in length. The value must start with a letter and end with
41
+ a letter or a number.
42
+
43
+
44
+ - - -
45
+ :param pulumi.Input[str] exadata_infrastructure: The name of the Exadata Infrastructure resource on which VM cluster
46
+ resource is created, in the following format:
47
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
48
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
49
+ :param pulumi.Input[str] network: The name of the VPC network.
50
+ Format: projects/{project}/global/networks/{network}
51
+ :param pulumi.Input[str] display_name: User friendly name for this resource.
52
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels or tags associated with the VM Cluster.
53
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
54
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
55
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
56
+ If it is not provided, the provider project is used.
57
+ :param pulumi.Input['CloudVmClusterPropertiesArgs'] properties: Various properties and settings associated with Exadata VM cluster.
58
+ Structure is documented below.
59
+ """
60
+ pulumi.set(__self__, "backup_subnet_cidr", backup_subnet_cidr)
61
+ pulumi.set(__self__, "cidr", cidr)
62
+ pulumi.set(__self__, "cloud_vm_cluster_id", cloud_vm_cluster_id)
63
+ pulumi.set(__self__, "exadata_infrastructure", exadata_infrastructure)
64
+ pulumi.set(__self__, "location", location)
65
+ pulumi.set(__self__, "network", network)
66
+ if display_name is not None:
67
+ pulumi.set(__self__, "display_name", display_name)
68
+ if labels is not None:
69
+ pulumi.set(__self__, "labels", labels)
70
+ if project is not None:
71
+ pulumi.set(__self__, "project", project)
72
+ if properties is not None:
73
+ pulumi.set(__self__, "properties", properties)
74
+
75
+ @property
76
+ @pulumi.getter(name="backupSubnetCidr")
77
+ def backup_subnet_cidr(self) -> pulumi.Input[str]:
78
+ """
79
+ CIDR range of the backup subnet.
80
+ """
81
+ return pulumi.get(self, "backup_subnet_cidr")
82
+
83
+ @backup_subnet_cidr.setter
84
+ def backup_subnet_cidr(self, value: pulumi.Input[str]):
85
+ pulumi.set(self, "backup_subnet_cidr", value)
86
+
87
+ @property
88
+ @pulumi.getter
89
+ def cidr(self) -> pulumi.Input[str]:
90
+ """
91
+ Network settings. CIDR to use for cluster IP allocation.
92
+ """
93
+ return pulumi.get(self, "cidr")
94
+
95
+ @cidr.setter
96
+ def cidr(self, value: pulumi.Input[str]):
97
+ pulumi.set(self, "cidr", value)
98
+
99
+ @property
100
+ @pulumi.getter(name="cloudVmClusterId")
101
+ def cloud_vm_cluster_id(self) -> pulumi.Input[str]:
102
+ """
103
+ The ID of the VM Cluster to create. This value is restricted
104
+ to (^a-z?$) and must be a maximum of 63
105
+ characters in length. The value must start with a letter and end with
106
+ a letter or a number.
107
+
108
+
109
+ - - -
110
+ """
111
+ return pulumi.get(self, "cloud_vm_cluster_id")
112
+
113
+ @cloud_vm_cluster_id.setter
114
+ def cloud_vm_cluster_id(self, value: pulumi.Input[str]):
115
+ pulumi.set(self, "cloud_vm_cluster_id", value)
116
+
117
+ @property
118
+ @pulumi.getter(name="exadataInfrastructure")
119
+ def exadata_infrastructure(self) -> pulumi.Input[str]:
120
+ """
121
+ The name of the Exadata Infrastructure resource on which VM cluster
122
+ resource is created, in the following format:
123
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
124
+ """
125
+ return pulumi.get(self, "exadata_infrastructure")
126
+
127
+ @exadata_infrastructure.setter
128
+ def exadata_infrastructure(self, value: pulumi.Input[str]):
129
+ pulumi.set(self, "exadata_infrastructure", value)
130
+
131
+ @property
132
+ @pulumi.getter
133
+ def location(self) -> pulumi.Input[str]:
134
+ """
135
+ Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
136
+ """
137
+ return pulumi.get(self, "location")
138
+
139
+ @location.setter
140
+ def location(self, value: pulumi.Input[str]):
141
+ pulumi.set(self, "location", value)
142
+
143
+ @property
144
+ @pulumi.getter
145
+ def network(self) -> pulumi.Input[str]:
146
+ """
147
+ The name of the VPC network.
148
+ Format: projects/{project}/global/networks/{network}
149
+ """
150
+ return pulumi.get(self, "network")
151
+
152
+ @network.setter
153
+ def network(self, value: pulumi.Input[str]):
154
+ pulumi.set(self, "network", value)
155
+
156
+ @property
157
+ @pulumi.getter(name="displayName")
158
+ def display_name(self) -> Optional[pulumi.Input[str]]:
159
+ """
160
+ User friendly name for this resource.
161
+ """
162
+ return pulumi.get(self, "display_name")
163
+
164
+ @display_name.setter
165
+ def display_name(self, value: Optional[pulumi.Input[str]]):
166
+ pulumi.set(self, "display_name", value)
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
171
+ """
172
+ Labels or tags associated with the VM Cluster.
173
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
174
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
175
+ """
176
+ return pulumi.get(self, "labels")
177
+
178
+ @labels.setter
179
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
180
+ pulumi.set(self, "labels", value)
181
+
182
+ @property
183
+ @pulumi.getter
184
+ def project(self) -> Optional[pulumi.Input[str]]:
185
+ """
186
+ The ID of the project in which the resource belongs.
187
+ If it is not provided, the provider project is used.
188
+ """
189
+ return pulumi.get(self, "project")
190
+
191
+ @project.setter
192
+ def project(self, value: Optional[pulumi.Input[str]]):
193
+ pulumi.set(self, "project", value)
194
+
195
+ @property
196
+ @pulumi.getter
197
+ def properties(self) -> Optional[pulumi.Input['CloudVmClusterPropertiesArgs']]:
198
+ """
199
+ Various properties and settings associated with Exadata VM cluster.
200
+ Structure is documented below.
201
+ """
202
+ return pulumi.get(self, "properties")
203
+
204
+ @properties.setter
205
+ def properties(self, value: Optional[pulumi.Input['CloudVmClusterPropertiesArgs']]):
206
+ pulumi.set(self, "properties", value)
207
+
208
+
209
+ @pulumi.input_type
210
+ class _CloudVmClusterState:
211
+ def __init__(__self__, *,
212
+ backup_subnet_cidr: Optional[pulumi.Input[str]] = None,
213
+ cidr: Optional[pulumi.Input[str]] = None,
214
+ cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
215
+ create_time: Optional[pulumi.Input[str]] = None,
216
+ display_name: Optional[pulumi.Input[str]] = None,
217
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
218
+ exadata_infrastructure: Optional[pulumi.Input[str]] = None,
219
+ gcp_oracle_zone: Optional[pulumi.Input[str]] = None,
220
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
221
+ location: Optional[pulumi.Input[str]] = None,
222
+ name: Optional[pulumi.Input[str]] = None,
223
+ network: Optional[pulumi.Input[str]] = None,
224
+ project: Optional[pulumi.Input[str]] = None,
225
+ properties: Optional[pulumi.Input['CloudVmClusterPropertiesArgs']] = None,
226
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
227
+ """
228
+ Input properties used for looking up and filtering CloudVmCluster resources.
229
+ :param pulumi.Input[str] backup_subnet_cidr: CIDR range of the backup subnet.
230
+ :param pulumi.Input[str] cidr: Network settings. CIDR to use for cluster IP allocation.
231
+ :param pulumi.Input[str] cloud_vm_cluster_id: The ID of the VM Cluster to create. This value is restricted
232
+ to (^a-z?$) and must be a maximum of 63
233
+ characters in length. The value must start with a letter and end with
234
+ a letter or a number.
235
+
236
+
237
+ - - -
238
+ :param pulumi.Input[str] create_time: The date and time that the VM cluster was created.
239
+ :param pulumi.Input[str] display_name: User friendly name for this resource.
240
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
241
+ :param pulumi.Input[str] exadata_infrastructure: The name of the Exadata Infrastructure resource on which VM cluster
242
+ resource is created, in the following format:
243
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
244
+ :param pulumi.Input[str] gcp_oracle_zone: GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone
245
+ of Exadata infrastructure.
246
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels or tags associated with the VM Cluster.
247
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
248
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
249
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
250
+ :param pulumi.Input[str] name: Identifier. The name of the VM Cluster resource with the format:
251
+ projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
252
+ :param pulumi.Input[str] network: The name of the VPC network.
253
+ Format: projects/{project}/global/networks/{network}
254
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
255
+ If it is not provided, the provider project is used.
256
+ :param pulumi.Input['CloudVmClusterPropertiesArgs'] properties: Various properties and settings associated with Exadata VM cluster.
257
+ Structure is documented below.
258
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
259
+ and default labels configured on the provider.
260
+ """
261
+ if backup_subnet_cidr is not None:
262
+ pulumi.set(__self__, "backup_subnet_cidr", backup_subnet_cidr)
263
+ if cidr is not None:
264
+ pulumi.set(__self__, "cidr", cidr)
265
+ if cloud_vm_cluster_id is not None:
266
+ pulumi.set(__self__, "cloud_vm_cluster_id", cloud_vm_cluster_id)
267
+ if create_time is not None:
268
+ pulumi.set(__self__, "create_time", create_time)
269
+ if display_name is not None:
270
+ pulumi.set(__self__, "display_name", display_name)
271
+ if effective_labels is not None:
272
+ pulumi.set(__self__, "effective_labels", effective_labels)
273
+ if exadata_infrastructure is not None:
274
+ pulumi.set(__self__, "exadata_infrastructure", exadata_infrastructure)
275
+ if gcp_oracle_zone is not None:
276
+ pulumi.set(__self__, "gcp_oracle_zone", gcp_oracle_zone)
277
+ if labels is not None:
278
+ pulumi.set(__self__, "labels", labels)
279
+ if location is not None:
280
+ pulumi.set(__self__, "location", location)
281
+ if name is not None:
282
+ pulumi.set(__self__, "name", name)
283
+ if network is not None:
284
+ pulumi.set(__self__, "network", network)
285
+ if project is not None:
286
+ pulumi.set(__self__, "project", project)
287
+ if properties is not None:
288
+ pulumi.set(__self__, "properties", properties)
289
+ if pulumi_labels is not None:
290
+ pulumi.set(__self__, "pulumi_labels", pulumi_labels)
291
+
292
+ @property
293
+ @pulumi.getter(name="backupSubnetCidr")
294
+ def backup_subnet_cidr(self) -> Optional[pulumi.Input[str]]:
295
+ """
296
+ CIDR range of the backup subnet.
297
+ """
298
+ return pulumi.get(self, "backup_subnet_cidr")
299
+
300
+ @backup_subnet_cidr.setter
301
+ def backup_subnet_cidr(self, value: Optional[pulumi.Input[str]]):
302
+ pulumi.set(self, "backup_subnet_cidr", value)
303
+
304
+ @property
305
+ @pulumi.getter
306
+ def cidr(self) -> Optional[pulumi.Input[str]]:
307
+ """
308
+ Network settings. CIDR to use for cluster IP allocation.
309
+ """
310
+ return pulumi.get(self, "cidr")
311
+
312
+ @cidr.setter
313
+ def cidr(self, value: Optional[pulumi.Input[str]]):
314
+ pulumi.set(self, "cidr", value)
315
+
316
+ @property
317
+ @pulumi.getter(name="cloudVmClusterId")
318
+ def cloud_vm_cluster_id(self) -> Optional[pulumi.Input[str]]:
319
+ """
320
+ The ID of the VM Cluster to create. This value is restricted
321
+ to (^a-z?$) and must be a maximum of 63
322
+ characters in length. The value must start with a letter and end with
323
+ a letter or a number.
324
+
325
+
326
+ - - -
327
+ """
328
+ return pulumi.get(self, "cloud_vm_cluster_id")
329
+
330
+ @cloud_vm_cluster_id.setter
331
+ def cloud_vm_cluster_id(self, value: Optional[pulumi.Input[str]]):
332
+ pulumi.set(self, "cloud_vm_cluster_id", value)
333
+
334
+ @property
335
+ @pulumi.getter(name="createTime")
336
+ def create_time(self) -> Optional[pulumi.Input[str]]:
337
+ """
338
+ The date and time that the VM cluster was created.
339
+ """
340
+ return pulumi.get(self, "create_time")
341
+
342
+ @create_time.setter
343
+ def create_time(self, value: Optional[pulumi.Input[str]]):
344
+ pulumi.set(self, "create_time", value)
345
+
346
+ @property
347
+ @pulumi.getter(name="displayName")
348
+ def display_name(self) -> Optional[pulumi.Input[str]]:
349
+ """
350
+ User friendly name for this resource.
351
+ """
352
+ return pulumi.get(self, "display_name")
353
+
354
+ @display_name.setter
355
+ def display_name(self, value: Optional[pulumi.Input[str]]):
356
+ pulumi.set(self, "display_name", value)
357
+
358
+ @property
359
+ @pulumi.getter(name="effectiveLabels")
360
+ def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
361
+ """
362
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
363
+ """
364
+ return pulumi.get(self, "effective_labels")
365
+
366
+ @effective_labels.setter
367
+ def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
368
+ pulumi.set(self, "effective_labels", value)
369
+
370
+ @property
371
+ @pulumi.getter(name="exadataInfrastructure")
372
+ def exadata_infrastructure(self) -> Optional[pulumi.Input[str]]:
373
+ """
374
+ The name of the Exadata Infrastructure resource on which VM cluster
375
+ resource is created, in the following format:
376
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
377
+ """
378
+ return pulumi.get(self, "exadata_infrastructure")
379
+
380
+ @exadata_infrastructure.setter
381
+ def exadata_infrastructure(self, value: Optional[pulumi.Input[str]]):
382
+ pulumi.set(self, "exadata_infrastructure", value)
383
+
384
+ @property
385
+ @pulumi.getter(name="gcpOracleZone")
386
+ def gcp_oracle_zone(self) -> Optional[pulumi.Input[str]]:
387
+ """
388
+ GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone
389
+ of Exadata infrastructure.
390
+ """
391
+ return pulumi.get(self, "gcp_oracle_zone")
392
+
393
+ @gcp_oracle_zone.setter
394
+ def gcp_oracle_zone(self, value: Optional[pulumi.Input[str]]):
395
+ pulumi.set(self, "gcp_oracle_zone", value)
396
+
397
+ @property
398
+ @pulumi.getter
399
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
400
+ """
401
+ Labels or tags associated with the VM Cluster.
402
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
403
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
404
+ """
405
+ return pulumi.get(self, "labels")
406
+
407
+ @labels.setter
408
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
409
+ pulumi.set(self, "labels", value)
410
+
411
+ @property
412
+ @pulumi.getter
413
+ def location(self) -> Optional[pulumi.Input[str]]:
414
+ """
415
+ Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
416
+ """
417
+ return pulumi.get(self, "location")
418
+
419
+ @location.setter
420
+ def location(self, value: Optional[pulumi.Input[str]]):
421
+ pulumi.set(self, "location", value)
422
+
423
+ @property
424
+ @pulumi.getter
425
+ def name(self) -> Optional[pulumi.Input[str]]:
426
+ """
427
+ Identifier. The name of the VM Cluster resource with the format:
428
+ projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
429
+ """
430
+ return pulumi.get(self, "name")
431
+
432
+ @name.setter
433
+ def name(self, value: Optional[pulumi.Input[str]]):
434
+ pulumi.set(self, "name", value)
435
+
436
+ @property
437
+ @pulumi.getter
438
+ def network(self) -> Optional[pulumi.Input[str]]:
439
+ """
440
+ The name of the VPC network.
441
+ Format: projects/{project}/global/networks/{network}
442
+ """
443
+ return pulumi.get(self, "network")
444
+
445
+ @network.setter
446
+ def network(self, value: Optional[pulumi.Input[str]]):
447
+ pulumi.set(self, "network", value)
448
+
449
+ @property
450
+ @pulumi.getter
451
+ def project(self) -> Optional[pulumi.Input[str]]:
452
+ """
453
+ The ID of the project in which the resource belongs.
454
+ If it is not provided, the provider project is used.
455
+ """
456
+ return pulumi.get(self, "project")
457
+
458
+ @project.setter
459
+ def project(self, value: Optional[pulumi.Input[str]]):
460
+ pulumi.set(self, "project", value)
461
+
462
+ @property
463
+ @pulumi.getter
464
+ def properties(self) -> Optional[pulumi.Input['CloudVmClusterPropertiesArgs']]:
465
+ """
466
+ Various properties and settings associated with Exadata VM cluster.
467
+ Structure is documented below.
468
+ """
469
+ return pulumi.get(self, "properties")
470
+
471
+ @properties.setter
472
+ def properties(self, value: Optional[pulumi.Input['CloudVmClusterPropertiesArgs']]):
473
+ pulumi.set(self, "properties", value)
474
+
475
+ @property
476
+ @pulumi.getter(name="pulumiLabels")
477
+ def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
478
+ """
479
+ The combination of labels configured directly on the resource
480
+ and default labels configured on the provider.
481
+ """
482
+ return pulumi.get(self, "pulumi_labels")
483
+
484
+ @pulumi_labels.setter
485
+ def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
486
+ pulumi.set(self, "pulumi_labels", value)
487
+
488
+
489
+ class CloudVmCluster(pulumi.CustomResource):
490
+ @overload
491
+ def __init__(__self__,
492
+ resource_name: str,
493
+ opts: Optional[pulumi.ResourceOptions] = None,
494
+ backup_subnet_cidr: Optional[pulumi.Input[str]] = None,
495
+ cidr: Optional[pulumi.Input[str]] = None,
496
+ cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
497
+ display_name: Optional[pulumi.Input[str]] = None,
498
+ exadata_infrastructure: Optional[pulumi.Input[str]] = None,
499
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
500
+ location: Optional[pulumi.Input[str]] = None,
501
+ network: Optional[pulumi.Input[str]] = None,
502
+ project: Optional[pulumi.Input[str]] = None,
503
+ properties: Optional[pulumi.Input[Union['CloudVmClusterPropertiesArgs', 'CloudVmClusterPropertiesArgsDict']]] = None,
504
+ __props__=None):
505
+ """
506
+ A CloudVmCluster resource.
507
+
508
+ To get more information about CloudVmCluster, see:
509
+
510
+ * [API documentation](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudVmClusters)
511
+ * How-to Guides
512
+ * [Create VM clusters](https://cloud.google.com/oracle/database/docs/create-clusters)
513
+
514
+ ## Example Usage
515
+
516
+ ### Oracledatabase Cloud Vmcluster Basic
517
+
518
+ ```python
519
+ import pulumi
520
+ import pulumi_gcp as gcp
521
+
522
+ cloud_exadata_infrastructures = gcp.oracledatabase.CloudExadataInfrastructure("cloudExadataInfrastructures",
523
+ cloud_exadata_infrastructure_id="my-exadata",
524
+ display_name="my-exadata displayname",
525
+ location="us-east4",
526
+ project="my-project",
527
+ properties={
528
+ "shape": "Exadata.X9M",
529
+ "compute_count": 2,
530
+ "storage_count": 3,
531
+ })
532
+ default = gcp.compute.get_network(name="new",
533
+ project="my-project")
534
+ my_vmcluster = gcp.oracledatabase.CloudVmCluster("my_vmcluster",
535
+ cloud_vm_cluster_id="my-instance",
536
+ display_name="my-instance displayname",
537
+ location="us-east4",
538
+ project="my-project",
539
+ exadata_infrastructure=cloud_exadata_infrastructures.id,
540
+ network=default.id,
541
+ cidr="10.5.0.0/24",
542
+ backup_subnet_cidr="10.6.0.0/24",
543
+ properties={
544
+ "license_type": "LICENSE_INCLUDED",
545
+ "ssh_public_keys": ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCz1X2744t+6vRLmE5u6nHi6/QWh8bQDgHmd+OIxRQIGA/IWUtCs2FnaCNZcqvZkaeyjk5v0lTA/n+9jvO42Ipib53athrfVG8gRt8fzPL66C6ZqHq+6zZophhrCdfJh/0G4x9xJh5gdMprlaCR1P8yAaVvhBQSKGc4SiIkyMNBcHJ5YTtMQMTfxaB4G1sHZ6SDAY9a6Cq/zNjDwfPapWLsiP4mRhE5SSjJX6l6EYbkm0JeLQg+AbJiNEPvrvDp1wtTxzlPJtIivthmLMThFxK7+DkrYFuLvN5AHUdo9KTDLvHtDCvV70r8v0gafsrKkM/OE9Jtzoo0e1N/5K/ZdyFRbAkFT4QSF3nwpbmBWLf2Evg//YyEuxnz4CwPqFST2mucnrCCGCVWp1vnHZ0y30nM35njLOmWdRDFy5l27pKUTwLp02y3UYiiZyP7d3/u5pKiN4vC27VuvzprSdJxWoAvluOiDeRh+/oeQDowxoT/Oop8DzB9uJmjktXw8jyMW2+Rpg+ENQqeNgF1OGlEzypaWiRskEFlkpLb4v/s3ZDYkL1oW0Nv/J8LTjTOTEaYt2Udjoe9x2xWiGnQixhdChWuG+MaoWffzUgx1tsVj/DBXijR5DjkPkrA1GA98zd3q8GKEaAdcDenJjHhNYSd4+rE9pIsnYn7fo5X/tFfcQH1XQ== nobody@google.com"],
546
+ "cpu_core_count": 4,
547
+ "gi_version": "19.0.0.0",
548
+ "hostname_prefix": "hostname1",
549
+ })
550
+ ```
551
+ ### Oracledatabase Cloud Vmcluster Full
552
+
553
+ ```python
554
+ import pulumi
555
+ import pulumi_gcp as gcp
556
+
557
+ cloud_exadata_infrastructures = gcp.oracledatabase.CloudExadataInfrastructure("cloudExadataInfrastructures",
558
+ cloud_exadata_infrastructure_id="my-exadata",
559
+ display_name="my-exadata displayname",
560
+ location="us-east4",
561
+ project="my-project",
562
+ properties={
563
+ "shape": "Exadata.X9M",
564
+ "compute_count": 2,
565
+ "storage_count": 3,
566
+ })
567
+ default = gcp.compute.get_network(name="new",
568
+ project="my-project")
569
+ mydbserver = gcp.oracledatabase.get_db_servers_output(location="us-east4",
570
+ project="my-project",
571
+ cloud_exadata_infrastructure=cloud_exadata_infrastructures.cloud_exadata_infrastructure_id)
572
+ my_vmcluster = gcp.oracledatabase.CloudVmCluster("my_vmcluster",
573
+ cloud_vm_cluster_id="my-instance",
574
+ display_name="my-instance displayname",
575
+ location="us-east4",
576
+ project="my-project",
577
+ exadata_infrastructure=cloud_exadata_infrastructures.id,
578
+ network=default.id,
579
+ cidr="10.5.0.0/24",
580
+ backup_subnet_cidr="10.6.0.0/24",
581
+ labels={
582
+ "label-one": "value-one",
583
+ },
584
+ properties={
585
+ "license_type": "LICENSE_INCLUDED",
586
+ "ssh_public_keys": ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCz1X2744t+6vRLmE5u6nHi6/QWh8bQDgHmd+OIxRQIGA/IWUtCs2FnaCNZcqvZkaeyjk5v0lTA/n+9jvO42Ipib53athrfVG8gRt8fzPL66C6ZqHq+6zZophhrCdfJh/0G4x9xJh5gdMprlaCR1P8yAaVvhBQSKGc4SiIkyMNBcHJ5YTtMQMTfxaB4G1sHZ6SDAY9a6Cq/zNjDwfPapWLsiP4mRhE5SSjJX6l6EYbkm0JeLQg+AbJiNEPvrvDp1wtTxzlPJtIivthmLMThFxK7+DkrYFuLvN5AHUdo9KTDLvHtDCvV70r8v0gafsrKkM/OE9Jtzoo0e1N/5K/ZdyFRbAkFT4QSF3nwpbmBWLf2Evg//YyEuxnz4CwPqFST2mucnrCCGCVWp1vnHZ0y30nM35njLOmWdRDFy5l27pKUTwLp02y3UYiiZyP7d3/u5pKiN4vC27VuvzprSdJxWoAvluOiDeRh+/oeQDowxoT/Oop8DzB9uJmjktXw8jyMW2+Rpg+ENQqeNgF1OGlEzypaWiRskEFlkpLb4v/s3ZDYkL1oW0Nv/J8LTjTOTEaYt2Udjoe9x2xWiGnQixhdChWuG+MaoWffzUgx1tsVj/DBXijR5DjkPkrA1GA98zd3q8GKEaAdcDenJjHhNYSd4+rE9pIsnYn7fo5X/tFfcQH1XQ== nobody@google.com"],
587
+ "cpu_core_count": 4,
588
+ "gi_version": "19.0.0.0",
589
+ "time_zone": {
590
+ "id": "UTC",
591
+ },
592
+ "node_count": 2,
593
+ "ocpu_count": 4,
594
+ "data_storage_size_tb": 2,
595
+ "db_node_storage_size_gb": 120,
596
+ "db_server_ocids": [
597
+ mydbserver.db_servers[0].properties[0].ocid,
598
+ mydbserver.db_servers[1].properties[0].ocid,
599
+ ],
600
+ "disk_redundancy": "HIGH",
601
+ "sparse_diskgroup_enabled": False,
602
+ "local_backup_enabled": False,
603
+ "cluster_name": "pq-ppat4",
604
+ "hostname_prefix": "hostname1",
605
+ "diagnostics_data_collection_options": {
606
+ "diagnostics_events_enabled": True,
607
+ "health_monitoring_enabled": True,
608
+ "incident_logs_enabled": True,
609
+ },
610
+ "memory_size_gb": 60,
611
+ })
612
+ ```
613
+
614
+ ## Import
615
+
616
+ CloudVmCluster can be imported using any of these accepted formats:
617
+
618
+ * `projects/{{project}}/locations/{{location}}/cloudVmClusters/{{cloud_vm_cluster_id}}`
619
+
620
+ * `{{project}}/{{location}}/{{cloud_vm_cluster_id}}`
621
+
622
+ * `{{location}}/{{cloud_vm_cluster_id}}`
623
+
624
+ When using the `pulumi import` command, CloudVmCluster can be imported using one of the formats above. For example:
625
+
626
+ ```sh
627
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default projects/{{project}}/locations/{{location}}/cloudVmClusters/{{cloud_vm_cluster_id}}
628
+ ```
629
+
630
+ ```sh
631
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default {{project}}/{{location}}/{{cloud_vm_cluster_id}}
632
+ ```
633
+
634
+ ```sh
635
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default {{location}}/{{cloud_vm_cluster_id}}
636
+ ```
637
+
638
+ :param str resource_name: The name of the resource.
639
+ :param pulumi.ResourceOptions opts: Options for the resource.
640
+ :param pulumi.Input[str] backup_subnet_cidr: CIDR range of the backup subnet.
641
+ :param pulumi.Input[str] cidr: Network settings. CIDR to use for cluster IP allocation.
642
+ :param pulumi.Input[str] cloud_vm_cluster_id: The ID of the VM Cluster to create. This value is restricted
643
+ to (^a-z?$) and must be a maximum of 63
644
+ characters in length. The value must start with a letter and end with
645
+ a letter or a number.
646
+
647
+
648
+ - - -
649
+ :param pulumi.Input[str] display_name: User friendly name for this resource.
650
+ :param pulumi.Input[str] exadata_infrastructure: The name of the Exadata Infrastructure resource on which VM cluster
651
+ resource is created, in the following format:
652
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
653
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels or tags associated with the VM Cluster.
654
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
655
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
656
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
657
+ :param pulumi.Input[str] network: The name of the VPC network.
658
+ Format: projects/{project}/global/networks/{network}
659
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
660
+ If it is not provided, the provider project is used.
661
+ :param pulumi.Input[Union['CloudVmClusterPropertiesArgs', 'CloudVmClusterPropertiesArgsDict']] properties: Various properties and settings associated with Exadata VM cluster.
662
+ Structure is documented below.
663
+ """
664
+ ...
665
+ @overload
666
+ def __init__(__self__,
667
+ resource_name: str,
668
+ args: CloudVmClusterArgs,
669
+ opts: Optional[pulumi.ResourceOptions] = None):
670
+ """
671
+ A CloudVmCluster resource.
672
+
673
+ To get more information about CloudVmCluster, see:
674
+
675
+ * [API documentation](https://cloud.google.com/oracle/database/docs/reference/rest/v1/projects.locations.cloudVmClusters)
676
+ * How-to Guides
677
+ * [Create VM clusters](https://cloud.google.com/oracle/database/docs/create-clusters)
678
+
679
+ ## Example Usage
680
+
681
+ ### Oracledatabase Cloud Vmcluster Basic
682
+
683
+ ```python
684
+ import pulumi
685
+ import pulumi_gcp as gcp
686
+
687
+ cloud_exadata_infrastructures = gcp.oracledatabase.CloudExadataInfrastructure("cloudExadataInfrastructures",
688
+ cloud_exadata_infrastructure_id="my-exadata",
689
+ display_name="my-exadata displayname",
690
+ location="us-east4",
691
+ project="my-project",
692
+ properties={
693
+ "shape": "Exadata.X9M",
694
+ "compute_count": 2,
695
+ "storage_count": 3,
696
+ })
697
+ default = gcp.compute.get_network(name="new",
698
+ project="my-project")
699
+ my_vmcluster = gcp.oracledatabase.CloudVmCluster("my_vmcluster",
700
+ cloud_vm_cluster_id="my-instance",
701
+ display_name="my-instance displayname",
702
+ location="us-east4",
703
+ project="my-project",
704
+ exadata_infrastructure=cloud_exadata_infrastructures.id,
705
+ network=default.id,
706
+ cidr="10.5.0.0/24",
707
+ backup_subnet_cidr="10.6.0.0/24",
708
+ properties={
709
+ "license_type": "LICENSE_INCLUDED",
710
+ "ssh_public_keys": ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCz1X2744t+6vRLmE5u6nHi6/QWh8bQDgHmd+OIxRQIGA/IWUtCs2FnaCNZcqvZkaeyjk5v0lTA/n+9jvO42Ipib53athrfVG8gRt8fzPL66C6ZqHq+6zZophhrCdfJh/0G4x9xJh5gdMprlaCR1P8yAaVvhBQSKGc4SiIkyMNBcHJ5YTtMQMTfxaB4G1sHZ6SDAY9a6Cq/zNjDwfPapWLsiP4mRhE5SSjJX6l6EYbkm0JeLQg+AbJiNEPvrvDp1wtTxzlPJtIivthmLMThFxK7+DkrYFuLvN5AHUdo9KTDLvHtDCvV70r8v0gafsrKkM/OE9Jtzoo0e1N/5K/ZdyFRbAkFT4QSF3nwpbmBWLf2Evg//YyEuxnz4CwPqFST2mucnrCCGCVWp1vnHZ0y30nM35njLOmWdRDFy5l27pKUTwLp02y3UYiiZyP7d3/u5pKiN4vC27VuvzprSdJxWoAvluOiDeRh+/oeQDowxoT/Oop8DzB9uJmjktXw8jyMW2+Rpg+ENQqeNgF1OGlEzypaWiRskEFlkpLb4v/s3ZDYkL1oW0Nv/J8LTjTOTEaYt2Udjoe9x2xWiGnQixhdChWuG+MaoWffzUgx1tsVj/DBXijR5DjkPkrA1GA98zd3q8GKEaAdcDenJjHhNYSd4+rE9pIsnYn7fo5X/tFfcQH1XQ== nobody@google.com"],
711
+ "cpu_core_count": 4,
712
+ "gi_version": "19.0.0.0",
713
+ "hostname_prefix": "hostname1",
714
+ })
715
+ ```
716
+ ### Oracledatabase Cloud Vmcluster Full
717
+
718
+ ```python
719
+ import pulumi
720
+ import pulumi_gcp as gcp
721
+
722
+ cloud_exadata_infrastructures = gcp.oracledatabase.CloudExadataInfrastructure("cloudExadataInfrastructures",
723
+ cloud_exadata_infrastructure_id="my-exadata",
724
+ display_name="my-exadata displayname",
725
+ location="us-east4",
726
+ project="my-project",
727
+ properties={
728
+ "shape": "Exadata.X9M",
729
+ "compute_count": 2,
730
+ "storage_count": 3,
731
+ })
732
+ default = gcp.compute.get_network(name="new",
733
+ project="my-project")
734
+ mydbserver = gcp.oracledatabase.get_db_servers_output(location="us-east4",
735
+ project="my-project",
736
+ cloud_exadata_infrastructure=cloud_exadata_infrastructures.cloud_exadata_infrastructure_id)
737
+ my_vmcluster = gcp.oracledatabase.CloudVmCluster("my_vmcluster",
738
+ cloud_vm_cluster_id="my-instance",
739
+ display_name="my-instance displayname",
740
+ location="us-east4",
741
+ project="my-project",
742
+ exadata_infrastructure=cloud_exadata_infrastructures.id,
743
+ network=default.id,
744
+ cidr="10.5.0.0/24",
745
+ backup_subnet_cidr="10.6.0.0/24",
746
+ labels={
747
+ "label-one": "value-one",
748
+ },
749
+ properties={
750
+ "license_type": "LICENSE_INCLUDED",
751
+ "ssh_public_keys": ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCz1X2744t+6vRLmE5u6nHi6/QWh8bQDgHmd+OIxRQIGA/IWUtCs2FnaCNZcqvZkaeyjk5v0lTA/n+9jvO42Ipib53athrfVG8gRt8fzPL66C6ZqHq+6zZophhrCdfJh/0G4x9xJh5gdMprlaCR1P8yAaVvhBQSKGc4SiIkyMNBcHJ5YTtMQMTfxaB4G1sHZ6SDAY9a6Cq/zNjDwfPapWLsiP4mRhE5SSjJX6l6EYbkm0JeLQg+AbJiNEPvrvDp1wtTxzlPJtIivthmLMThFxK7+DkrYFuLvN5AHUdo9KTDLvHtDCvV70r8v0gafsrKkM/OE9Jtzoo0e1N/5K/ZdyFRbAkFT4QSF3nwpbmBWLf2Evg//YyEuxnz4CwPqFST2mucnrCCGCVWp1vnHZ0y30nM35njLOmWdRDFy5l27pKUTwLp02y3UYiiZyP7d3/u5pKiN4vC27VuvzprSdJxWoAvluOiDeRh+/oeQDowxoT/Oop8DzB9uJmjktXw8jyMW2+Rpg+ENQqeNgF1OGlEzypaWiRskEFlkpLb4v/s3ZDYkL1oW0Nv/J8LTjTOTEaYt2Udjoe9x2xWiGnQixhdChWuG+MaoWffzUgx1tsVj/DBXijR5DjkPkrA1GA98zd3q8GKEaAdcDenJjHhNYSd4+rE9pIsnYn7fo5X/tFfcQH1XQ== nobody@google.com"],
752
+ "cpu_core_count": 4,
753
+ "gi_version": "19.0.0.0",
754
+ "time_zone": {
755
+ "id": "UTC",
756
+ },
757
+ "node_count": 2,
758
+ "ocpu_count": 4,
759
+ "data_storage_size_tb": 2,
760
+ "db_node_storage_size_gb": 120,
761
+ "db_server_ocids": [
762
+ mydbserver.db_servers[0].properties[0].ocid,
763
+ mydbserver.db_servers[1].properties[0].ocid,
764
+ ],
765
+ "disk_redundancy": "HIGH",
766
+ "sparse_diskgroup_enabled": False,
767
+ "local_backup_enabled": False,
768
+ "cluster_name": "pq-ppat4",
769
+ "hostname_prefix": "hostname1",
770
+ "diagnostics_data_collection_options": {
771
+ "diagnostics_events_enabled": True,
772
+ "health_monitoring_enabled": True,
773
+ "incident_logs_enabled": True,
774
+ },
775
+ "memory_size_gb": 60,
776
+ })
777
+ ```
778
+
779
+ ## Import
780
+
781
+ CloudVmCluster can be imported using any of these accepted formats:
782
+
783
+ * `projects/{{project}}/locations/{{location}}/cloudVmClusters/{{cloud_vm_cluster_id}}`
784
+
785
+ * `{{project}}/{{location}}/{{cloud_vm_cluster_id}}`
786
+
787
+ * `{{location}}/{{cloud_vm_cluster_id}}`
788
+
789
+ When using the `pulumi import` command, CloudVmCluster can be imported using one of the formats above. For example:
790
+
791
+ ```sh
792
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default projects/{{project}}/locations/{{location}}/cloudVmClusters/{{cloud_vm_cluster_id}}
793
+ ```
794
+
795
+ ```sh
796
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default {{project}}/{{location}}/{{cloud_vm_cluster_id}}
797
+ ```
798
+
799
+ ```sh
800
+ $ pulumi import gcp:oracledatabase/cloudVmCluster:CloudVmCluster default {{location}}/{{cloud_vm_cluster_id}}
801
+ ```
802
+
803
+ :param str resource_name: The name of the resource.
804
+ :param CloudVmClusterArgs args: The arguments to use to populate this resource's properties.
805
+ :param pulumi.ResourceOptions opts: Options for the resource.
806
+ """
807
+ ...
808
+ def __init__(__self__, resource_name: str, *args, **kwargs):
809
+ resource_args, opts = _utilities.get_resource_args_opts(CloudVmClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
810
+ if resource_args is not None:
811
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
812
+ else:
813
+ __self__._internal_init(resource_name, *args, **kwargs)
814
+
815
+ def _internal_init(__self__,
816
+ resource_name: str,
817
+ opts: Optional[pulumi.ResourceOptions] = None,
818
+ backup_subnet_cidr: Optional[pulumi.Input[str]] = None,
819
+ cidr: Optional[pulumi.Input[str]] = None,
820
+ cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
821
+ display_name: Optional[pulumi.Input[str]] = None,
822
+ exadata_infrastructure: Optional[pulumi.Input[str]] = None,
823
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
824
+ location: Optional[pulumi.Input[str]] = None,
825
+ network: Optional[pulumi.Input[str]] = None,
826
+ project: Optional[pulumi.Input[str]] = None,
827
+ properties: Optional[pulumi.Input[Union['CloudVmClusterPropertiesArgs', 'CloudVmClusterPropertiesArgsDict']]] = None,
828
+ __props__=None):
829
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
830
+ if not isinstance(opts, pulumi.ResourceOptions):
831
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
832
+ if opts.id is None:
833
+ if __props__ is not None:
834
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
835
+ __props__ = CloudVmClusterArgs.__new__(CloudVmClusterArgs)
836
+
837
+ if backup_subnet_cidr is None and not opts.urn:
838
+ raise TypeError("Missing required property 'backup_subnet_cidr'")
839
+ __props__.__dict__["backup_subnet_cidr"] = backup_subnet_cidr
840
+ if cidr is None and not opts.urn:
841
+ raise TypeError("Missing required property 'cidr'")
842
+ __props__.__dict__["cidr"] = cidr
843
+ if cloud_vm_cluster_id is None and not opts.urn:
844
+ raise TypeError("Missing required property 'cloud_vm_cluster_id'")
845
+ __props__.__dict__["cloud_vm_cluster_id"] = cloud_vm_cluster_id
846
+ __props__.__dict__["display_name"] = display_name
847
+ if exadata_infrastructure is None and not opts.urn:
848
+ raise TypeError("Missing required property 'exadata_infrastructure'")
849
+ __props__.__dict__["exadata_infrastructure"] = exadata_infrastructure
850
+ __props__.__dict__["labels"] = labels
851
+ if location is None and not opts.urn:
852
+ raise TypeError("Missing required property 'location'")
853
+ __props__.__dict__["location"] = location
854
+ if network is None and not opts.urn:
855
+ raise TypeError("Missing required property 'network'")
856
+ __props__.__dict__["network"] = network
857
+ __props__.__dict__["project"] = project
858
+ __props__.__dict__["properties"] = properties
859
+ __props__.__dict__["create_time"] = None
860
+ __props__.__dict__["effective_labels"] = None
861
+ __props__.__dict__["gcp_oracle_zone"] = None
862
+ __props__.__dict__["name"] = None
863
+ __props__.__dict__["pulumi_labels"] = None
864
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
865
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
866
+ super(CloudVmCluster, __self__).__init__(
867
+ 'gcp:oracledatabase/cloudVmCluster:CloudVmCluster',
868
+ resource_name,
869
+ __props__,
870
+ opts)
871
+
872
+ @staticmethod
873
+ def get(resource_name: str,
874
+ id: pulumi.Input[str],
875
+ opts: Optional[pulumi.ResourceOptions] = None,
876
+ backup_subnet_cidr: Optional[pulumi.Input[str]] = None,
877
+ cidr: Optional[pulumi.Input[str]] = None,
878
+ cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
879
+ create_time: Optional[pulumi.Input[str]] = None,
880
+ display_name: Optional[pulumi.Input[str]] = None,
881
+ effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
882
+ exadata_infrastructure: Optional[pulumi.Input[str]] = None,
883
+ gcp_oracle_zone: Optional[pulumi.Input[str]] = None,
884
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
885
+ location: Optional[pulumi.Input[str]] = None,
886
+ name: Optional[pulumi.Input[str]] = None,
887
+ network: Optional[pulumi.Input[str]] = None,
888
+ project: Optional[pulumi.Input[str]] = None,
889
+ properties: Optional[pulumi.Input[Union['CloudVmClusterPropertiesArgs', 'CloudVmClusterPropertiesArgsDict']]] = None,
890
+ pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'CloudVmCluster':
891
+ """
892
+ Get an existing CloudVmCluster resource's state with the given name, id, and optional extra
893
+ properties used to qualify the lookup.
894
+
895
+ :param str resource_name: The unique name of the resulting resource.
896
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
897
+ :param pulumi.ResourceOptions opts: Options for the resource.
898
+ :param pulumi.Input[str] backup_subnet_cidr: CIDR range of the backup subnet.
899
+ :param pulumi.Input[str] cidr: Network settings. CIDR to use for cluster IP allocation.
900
+ :param pulumi.Input[str] cloud_vm_cluster_id: The ID of the VM Cluster to create. This value is restricted
901
+ to (^a-z?$) and must be a maximum of 63
902
+ characters in length. The value must start with a letter and end with
903
+ a letter or a number.
904
+
905
+
906
+ - - -
907
+ :param pulumi.Input[str] create_time: The date and time that the VM cluster was created.
908
+ :param pulumi.Input[str] display_name: User friendly name for this resource.
909
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
910
+ :param pulumi.Input[str] exadata_infrastructure: The name of the Exadata Infrastructure resource on which VM cluster
911
+ resource is created, in the following format:
912
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
913
+ :param pulumi.Input[str] gcp_oracle_zone: GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone
914
+ of Exadata infrastructure.
915
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels or tags associated with the VM Cluster.
916
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
917
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
918
+ :param pulumi.Input[str] location: Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
919
+ :param pulumi.Input[str] name: Identifier. The name of the VM Cluster resource with the format:
920
+ projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
921
+ :param pulumi.Input[str] network: The name of the VPC network.
922
+ Format: projects/{project}/global/networks/{network}
923
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
924
+ If it is not provided, the provider project is used.
925
+ :param pulumi.Input[Union['CloudVmClusterPropertiesArgs', 'CloudVmClusterPropertiesArgsDict']] properties: Various properties and settings associated with Exadata VM cluster.
926
+ Structure is documented below.
927
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
928
+ and default labels configured on the provider.
929
+ """
930
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
931
+
932
+ __props__ = _CloudVmClusterState.__new__(_CloudVmClusterState)
933
+
934
+ __props__.__dict__["backup_subnet_cidr"] = backup_subnet_cidr
935
+ __props__.__dict__["cidr"] = cidr
936
+ __props__.__dict__["cloud_vm_cluster_id"] = cloud_vm_cluster_id
937
+ __props__.__dict__["create_time"] = create_time
938
+ __props__.__dict__["display_name"] = display_name
939
+ __props__.__dict__["effective_labels"] = effective_labels
940
+ __props__.__dict__["exadata_infrastructure"] = exadata_infrastructure
941
+ __props__.__dict__["gcp_oracle_zone"] = gcp_oracle_zone
942
+ __props__.__dict__["labels"] = labels
943
+ __props__.__dict__["location"] = location
944
+ __props__.__dict__["name"] = name
945
+ __props__.__dict__["network"] = network
946
+ __props__.__dict__["project"] = project
947
+ __props__.__dict__["properties"] = properties
948
+ __props__.__dict__["pulumi_labels"] = pulumi_labels
949
+ return CloudVmCluster(resource_name, opts=opts, __props__=__props__)
950
+
951
+ @property
952
+ @pulumi.getter(name="backupSubnetCidr")
953
+ def backup_subnet_cidr(self) -> pulumi.Output[str]:
954
+ """
955
+ CIDR range of the backup subnet.
956
+ """
957
+ return pulumi.get(self, "backup_subnet_cidr")
958
+
959
+ @property
960
+ @pulumi.getter
961
+ def cidr(self) -> pulumi.Output[str]:
962
+ """
963
+ Network settings. CIDR to use for cluster IP allocation.
964
+ """
965
+ return pulumi.get(self, "cidr")
966
+
967
+ @property
968
+ @pulumi.getter(name="cloudVmClusterId")
969
+ def cloud_vm_cluster_id(self) -> pulumi.Output[str]:
970
+ """
971
+ The ID of the VM Cluster to create. This value is restricted
972
+ to (^a-z?$) and must be a maximum of 63
973
+ characters in length. The value must start with a letter and end with
974
+ a letter or a number.
975
+
976
+
977
+ - - -
978
+ """
979
+ return pulumi.get(self, "cloud_vm_cluster_id")
980
+
981
+ @property
982
+ @pulumi.getter(name="createTime")
983
+ def create_time(self) -> pulumi.Output[str]:
984
+ """
985
+ The date and time that the VM cluster was created.
986
+ """
987
+ return pulumi.get(self, "create_time")
988
+
989
+ @property
990
+ @pulumi.getter(name="displayName")
991
+ def display_name(self) -> pulumi.Output[Optional[str]]:
992
+ """
993
+ User friendly name for this resource.
994
+ """
995
+ return pulumi.get(self, "display_name")
996
+
997
+ @property
998
+ @pulumi.getter(name="effectiveLabels")
999
+ def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
1000
+ """
1001
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1002
+ """
1003
+ return pulumi.get(self, "effective_labels")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="exadataInfrastructure")
1007
+ def exadata_infrastructure(self) -> pulumi.Output[str]:
1008
+ """
1009
+ The name of the Exadata Infrastructure resource on which VM cluster
1010
+ resource is created, in the following format:
1011
+ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}
1012
+ """
1013
+ return pulumi.get(self, "exadata_infrastructure")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="gcpOracleZone")
1017
+ def gcp_oracle_zone(self) -> pulumi.Output[str]:
1018
+ """
1019
+ GCP location where Oracle Exadata is hosted. It is same as GCP Oracle zone
1020
+ of Exadata infrastructure.
1021
+ """
1022
+ return pulumi.get(self, "gcp_oracle_zone")
1023
+
1024
+ @property
1025
+ @pulumi.getter
1026
+ def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1027
+ """
1028
+ Labels or tags associated with the VM Cluster.
1029
+ **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1030
+ Please refer to the field `effective_labels` for all of the labels present on the resource.
1031
+ """
1032
+ return pulumi.get(self, "labels")
1033
+
1034
+ @property
1035
+ @pulumi.getter
1036
+ def location(self) -> pulumi.Output[str]:
1037
+ """
1038
+ Resource ID segment making up resource `name`. See documentation for resource type `oracledatabase.googleapis.com/DbNode`.
1039
+ """
1040
+ return pulumi.get(self, "location")
1041
+
1042
+ @property
1043
+ @pulumi.getter
1044
+ def name(self) -> pulumi.Output[str]:
1045
+ """
1046
+ Identifier. The name of the VM Cluster resource with the format:
1047
+ projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}
1048
+ """
1049
+ return pulumi.get(self, "name")
1050
+
1051
+ @property
1052
+ @pulumi.getter
1053
+ def network(self) -> pulumi.Output[str]:
1054
+ """
1055
+ The name of the VPC network.
1056
+ Format: projects/{project}/global/networks/{network}
1057
+ """
1058
+ return pulumi.get(self, "network")
1059
+
1060
+ @property
1061
+ @pulumi.getter
1062
+ def project(self) -> pulumi.Output[str]:
1063
+ """
1064
+ The ID of the project in which the resource belongs.
1065
+ If it is not provided, the provider project is used.
1066
+ """
1067
+ return pulumi.get(self, "project")
1068
+
1069
+ @property
1070
+ @pulumi.getter
1071
+ def properties(self) -> pulumi.Output[Optional['outputs.CloudVmClusterProperties']]:
1072
+ """
1073
+ Various properties and settings associated with Exadata VM cluster.
1074
+ Structure is documented below.
1075
+ """
1076
+ return pulumi.get(self, "properties")
1077
+
1078
+ @property
1079
+ @pulumi.getter(name="pulumiLabels")
1080
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
1081
+ """
1082
+ The combination of labels configured directly on the resource
1083
+ and default labels configured on the provider.
1084
+ """
1085
+ return pulumi.get(self, "pulumi_labels")
1086
+