pulumi-spotinst 3.124.0a1753339288__py3-none-any.whl → 3.124.0a1753398242__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.

Potentially problematic release.


This version of pulumi-spotinst might be problematic. Click here for more details.

Files changed (76) hide show
  1. pulumi_spotinst/__init__.py +1 -1
  2. pulumi_spotinst/_inputs.py +1616 -1617
  3. pulumi_spotinst/account.py +18 -19
  4. pulumi_spotinst/aws/__init__.py +1 -1
  5. pulumi_spotinst/aws/_inputs.py +3654 -3655
  6. pulumi_spotinst/aws/account.py +18 -19
  7. pulumi_spotinst/aws/beanstalk.py +176 -177
  8. pulumi_spotinst/aws/credentials.py +35 -36
  9. pulumi_spotinst/aws/elastigroup.py +936 -937
  10. pulumi_spotinst/aws/managed_instance.py +505 -506
  11. pulumi_spotinst/aws/mr_scalar.py +652 -653
  12. pulumi_spotinst/aws/ocean.py +531 -532
  13. pulumi_spotinst/aws/ocean_extended_resource_definition.py +35 -36
  14. pulumi_spotinst/aws/ocean_launch_spec.py +302 -303
  15. pulumi_spotinst/aws/outputs.py +2392 -2393
  16. pulumi_spotinst/aws/suspension.py +21 -22
  17. pulumi_spotinst/azure/__init__.py +1 -1
  18. pulumi_spotinst/azure/_inputs.py +606 -607
  19. pulumi_spotinst/azure/ocean_np.py +385 -386
  20. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +321 -322
  21. pulumi_spotinst/azure/outputs.py +410 -411
  22. pulumi_spotinst/config/__init__.py +1 -1
  23. pulumi_spotinst/config/__init__.pyi +1 -2
  24. pulumi_spotinst/config/vars.py +5 -6
  25. pulumi_spotinst/credentials_azure.py +103 -104
  26. pulumi_spotinst/credentials_gcp.py +188 -189
  27. pulumi_spotinst/data_integration.py +38 -39
  28. pulumi_spotinst/ecs/__init__.py +1 -1
  29. pulumi_spotinst/ecs/_inputs.py +583 -584
  30. pulumi_spotinst/ecs/ocean.py +414 -415
  31. pulumi_spotinst/ecs/ocean_launch_spec.py +195 -196
  32. pulumi_spotinst/ecs/outputs.py +393 -394
  33. pulumi_spotinst/elastigroup_azure_v3.py +324 -325
  34. pulumi_spotinst/gcp/__init__.py +1 -1
  35. pulumi_spotinst/gcp/_inputs.py +505 -506
  36. pulumi_spotinst/gcp/elastigroup.py +481 -482
  37. pulumi_spotinst/gcp/outputs.py +335 -336
  38. pulumi_spotinst/gke/__init__.py +1 -1
  39. pulumi_spotinst/gke/_inputs.py +917 -918
  40. pulumi_spotinst/gke/elastigroup.py +339 -340
  41. pulumi_spotinst/gke/ocean_import.py +202 -203
  42. pulumi_spotinst/gke/ocean_launch_spec.py +210 -211
  43. pulumi_spotinst/gke/ocean_launch_spec_import.py +35 -36
  44. pulumi_spotinst/gke/outputs.py +597 -598
  45. pulumi_spotinst/health_check.py +64 -65
  46. pulumi_spotinst/notification_center.py +62 -63
  47. pulumi_spotinst/ocean_right_sizing_rule.py +74 -75
  48. pulumi_spotinst/oceancd/__init__.py +1 -1
  49. pulumi_spotinst/oceancd/_inputs.py +763 -764
  50. pulumi_spotinst/oceancd/outputs.py +525 -526
  51. pulumi_spotinst/oceancd/rollout_spec.py +33 -34
  52. pulumi_spotinst/oceancd/strategy.py +20 -21
  53. pulumi_spotinst/oceancd/verification_provider.py +50 -51
  54. pulumi_spotinst/oceancd/verification_template.py +24 -25
  55. pulumi_spotinst/organization/__init__.py +1 -1
  56. pulumi_spotinst/organization/_inputs.py +67 -68
  57. pulumi_spotinst/organization/outputs.py +45 -46
  58. pulumi_spotinst/organization/policy.py +38 -39
  59. pulumi_spotinst/organization/programmatic_user.py +58 -59
  60. pulumi_spotinst/organization/user.py +106 -107
  61. pulumi_spotinst/organization/user_group.py +55 -56
  62. pulumi_spotinst/outputs.py +990 -991
  63. pulumi_spotinst/provider.py +40 -41
  64. pulumi_spotinst/pulumi-plugin.json +1 -1
  65. pulumi_spotinst/spark/__init__.py +1 -1
  66. pulumi_spotinst/spark/_inputs.py +103 -104
  67. pulumi_spotinst/spark/ocean.py +36 -37
  68. pulumi_spotinst/spark/ocean_virtual_node_group.py +27 -28
  69. pulumi_spotinst/spark/outputs.py +71 -72
  70. pulumi_spotinst/stateful_node_azure.py +304 -305
  71. pulumi_spotinst/subscription.py +86 -87
  72. {pulumi_spotinst-3.124.0a1753339288.dist-info → pulumi_spotinst-3.124.0a1753398242.dist-info}/METADATA +1 -1
  73. pulumi_spotinst-3.124.0a1753398242.dist-info/RECORD +77 -0
  74. pulumi_spotinst-3.124.0a1753339288.dist-info/RECORD +0 -77
  75. {pulumi_spotinst-3.124.0a1753339288.dist-info → pulumi_spotinst-3.124.0a1753398242.dist-info}/WHEEL +0 -0
  76. {pulumi_spotinst-3.124.0a1753339288.dist-info → pulumi_spotinst-3.124.0a1753398242.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -53,28 +52,28 @@ class OceanCompute(dict):
53
52
  return super().get(key, default)
54
53
 
55
54
  def __init__(__self__, *,
56
- create_vngs: Optional[builtins.bool] = None,
57
- use_taints: Optional[builtins.bool] = None):
55
+ create_vngs: Optional[_builtins.bool] = None,
56
+ use_taints: Optional[_builtins.bool] = None):
58
57
  """
59
- :param builtins.bool create_vngs: - Enable/disable the creation of Ocean Spark VNGs during cluster creation.
60
- :param builtins.bool use_taints: - Enable/disable Ocean Spark taints on the Ocean Spark VNGs. By default, Ocean Spark uses taints to prevent non-Spark workloads from running on Ocean Spark VNGs.
58
+ :param _builtins.bool create_vngs: - Enable/disable the creation of Ocean Spark VNGs during cluster creation.
59
+ :param _builtins.bool use_taints: - Enable/disable Ocean Spark taints on the Ocean Spark VNGs. By default, Ocean Spark uses taints to prevent non-Spark workloads from running on Ocean Spark VNGs.
61
60
  """
62
61
  if create_vngs is not None:
63
62
  pulumi.set(__self__, "create_vngs", create_vngs)
64
63
  if use_taints is not None:
65
64
  pulumi.set(__self__, "use_taints", use_taints)
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter(name="createVngs")
69
- def create_vngs(self) -> Optional[builtins.bool]:
68
+ def create_vngs(self) -> Optional[_builtins.bool]:
70
69
  """
71
70
  - Enable/disable the creation of Ocean Spark VNGs during cluster creation.
72
71
  """
73
72
  return pulumi.get(self, "create_vngs")
74
73
 
75
- @property
74
+ @_builtins.property
76
75
  @pulumi.getter(name="useTaints")
77
- def use_taints(self) -> Optional[builtins.bool]:
76
+ def use_taints(self) -> Optional[_builtins.bool]:
78
77
  """
79
78
  - Enable/disable Ocean Spark taints on the Ocean Spark VNGs. By default, Ocean Spark uses taints to prevent non-Spark workloads from running on Ocean Spark VNGs.
80
79
  """
@@ -111,9 +110,9 @@ class OceanIngress(dict):
111
110
  custom_endpoint: Optional['outputs.OceanIngressCustomEndpoint'] = None,
112
111
  load_balancer: Optional['outputs.OceanIngressLoadBalancer'] = None,
113
112
  private_link: Optional['outputs.OceanIngressPrivateLink'] = None,
114
- service_annotations: Optional[Mapping[str, builtins.str]] = None):
113
+ service_annotations: Optional[Mapping[str, _builtins.str]] = None):
115
114
  """
116
- :param Mapping[str, builtins.str] service_annotations: - **DEPRECATED**: Use `load_balancer.service_annotations` instead.
115
+ :param Mapping[str, _builtins.str] service_annotations: - **DEPRECATED**: Use `load_balancer.service_annotations` instead.
117
116
  """
118
117
  if controller is not None:
119
118
  pulumi.set(__self__, "controller", controller)
@@ -126,29 +125,29 @@ class OceanIngress(dict):
126
125
  if service_annotations is not None:
127
126
  pulumi.set(__self__, "service_annotations", service_annotations)
128
127
 
129
- @property
128
+ @_builtins.property
130
129
  @pulumi.getter
131
130
  def controller(self) -> Optional['outputs.OceanIngressController']:
132
131
  return pulumi.get(self, "controller")
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter(name="customEndpoint")
136
135
  def custom_endpoint(self) -> Optional['outputs.OceanIngressCustomEndpoint']:
137
136
  return pulumi.get(self, "custom_endpoint")
138
137
 
139
- @property
138
+ @_builtins.property
140
139
  @pulumi.getter(name="loadBalancer")
141
140
  def load_balancer(self) -> Optional['outputs.OceanIngressLoadBalancer']:
142
141
  return pulumi.get(self, "load_balancer")
143
142
 
144
- @property
143
+ @_builtins.property
145
144
  @pulumi.getter(name="privateLink")
146
145
  def private_link(self) -> Optional['outputs.OceanIngressPrivateLink']:
147
146
  return pulumi.get(self, "private_link")
148
147
 
149
- @property
148
+ @_builtins.property
150
149
  @pulumi.getter(name="serviceAnnotations")
151
- def service_annotations(self) -> Optional[Mapping[str, builtins.str]]:
150
+ def service_annotations(self) -> Optional[Mapping[str, _builtins.str]]:
152
151
  """
153
152
  - **DEPRECATED**: Use `load_balancer.service_annotations` instead.
154
153
  """
@@ -158,16 +157,16 @@ class OceanIngress(dict):
158
157
  @pulumi.output_type
159
158
  class OceanIngressController(dict):
160
159
  def __init__(__self__, *,
161
- managed: Optional[builtins.bool] = None):
160
+ managed: Optional[_builtins.bool] = None):
162
161
  """
163
- :param builtins.bool managed: - Should an ingress controller managed by Ocean for Apache Spark be installed on the cluster.
162
+ :param _builtins.bool managed: - Should an ingress controller managed by Ocean for Apache Spark be installed on the cluster.
164
163
  """
165
164
  if managed is not None:
166
165
  pulumi.set(__self__, "managed", managed)
167
166
 
168
- @property
167
+ @_builtins.property
169
168
  @pulumi.getter
170
- def managed(self) -> Optional[builtins.bool]:
169
+ def managed(self) -> Optional[_builtins.bool]:
171
170
  """
172
171
  - Should an ingress controller managed by Ocean for Apache Spark be installed on the cluster.
173
172
  """
@@ -177,28 +176,28 @@ class OceanIngressController(dict):
177
176
  @pulumi.output_type
178
177
  class OceanIngressCustomEndpoint(dict):
179
178
  def __init__(__self__, *,
180
- address: Optional[builtins.str] = None,
181
- enabled: Optional[builtins.bool] = None):
179
+ address: Optional[_builtins.str] = None,
180
+ enabled: Optional[_builtins.bool] = None):
182
181
  """
183
- :param builtins.str address: - The address the Ocean for Apache Spark control plane will use when addressing the cluster.
184
- :param builtins.bool enabled: - Should the Ocean for Apache Spark control plane address the cluster using a custom endpoint. Use this to specify the DNS address of an externally provisioned (unmanaged) load balancer.
182
+ :param _builtins.str address: - The address the Ocean for Apache Spark control plane will use when addressing the cluster.
183
+ :param _builtins.bool enabled: - Should the Ocean for Apache Spark control plane address the cluster using a custom endpoint. Use this to specify the DNS address of an externally provisioned (unmanaged) load balancer.
185
184
  """
186
185
  if address is not None:
187
186
  pulumi.set(__self__, "address", address)
188
187
  if enabled is not None:
189
188
  pulumi.set(__self__, "enabled", enabled)
190
189
 
191
- @property
190
+ @_builtins.property
192
191
  @pulumi.getter
193
- def address(self) -> Optional[builtins.str]:
192
+ def address(self) -> Optional[_builtins.str]:
194
193
  """
195
194
  - The address the Ocean for Apache Spark control plane will use when addressing the cluster.
196
195
  """
197
196
  return pulumi.get(self, "address")
198
197
 
199
- @property
198
+ @_builtins.property
200
199
  @pulumi.getter
201
- def enabled(self) -> Optional[builtins.bool]:
200
+ def enabled(self) -> Optional[_builtins.bool]:
202
201
  """
203
202
  - Should the Ocean for Apache Spark control plane address the cluster using a custom endpoint. Use this to specify the DNS address of an externally provisioned (unmanaged) load balancer.
204
203
  """
@@ -227,13 +226,13 @@ class OceanIngressLoadBalancer(dict):
227
226
  return super().get(key, default)
228
227
 
229
228
  def __init__(__self__, *,
230
- managed: Optional[builtins.bool] = None,
231
- service_annotations: Optional[Mapping[str, builtins.str]] = None,
232
- target_group_arn: Optional[builtins.str] = None):
229
+ managed: Optional[_builtins.bool] = None,
230
+ service_annotations: Optional[Mapping[str, _builtins.str]] = None,
231
+ target_group_arn: Optional[_builtins.str] = None):
233
232
  """
234
- :param builtins.bool managed: - Should a load balancer managed by Ocean for Apache Spark be provisioned for the cluster. Set this to false if you want to use an existing load balancer (only available on AWS).
235
- :param Mapping[str, builtins.str] service_annotations: - Annotations to add to the ingress controller load balancer service. This is useful to configure properties of the managed load balancer, like the nature of the load balancer (e.g. ELB, NLB, ALB on AWS), the security groups, or various timeouts.
236
- :param builtins.str target_group_arn: - The ARN of a target group that the Ocean for Apache Spark ingress controller will be bound to. Set this to use an existing load balancer with Ocean for Apache Spark. Has no effect if using a managed load balancer. Only available on AWS.
233
+ :param _builtins.bool managed: - Should a load balancer managed by Ocean for Apache Spark be provisioned for the cluster. Set this to false if you want to use an existing load balancer (only available on AWS).
234
+ :param Mapping[str, _builtins.str] service_annotations: - Annotations to add to the ingress controller load balancer service. This is useful to configure properties of the managed load balancer, like the nature of the load balancer (e.g. ELB, NLB, ALB on AWS), the security groups, or various timeouts.
235
+ :param _builtins.str target_group_arn: - The ARN of a target group that the Ocean for Apache Spark ingress controller will be bound to. Set this to use an existing load balancer with Ocean for Apache Spark. Has no effect if using a managed load balancer. Only available on AWS.
237
236
  """
238
237
  if managed is not None:
239
238
  pulumi.set(__self__, "managed", managed)
@@ -242,25 +241,25 @@ class OceanIngressLoadBalancer(dict):
242
241
  if target_group_arn is not None:
243
242
  pulumi.set(__self__, "target_group_arn", target_group_arn)
244
243
 
245
- @property
244
+ @_builtins.property
246
245
  @pulumi.getter
247
- def managed(self) -> Optional[builtins.bool]:
246
+ def managed(self) -> Optional[_builtins.bool]:
248
247
  """
249
248
  - Should a load balancer managed by Ocean for Apache Spark be provisioned for the cluster. Set this to false if you want to use an existing load balancer (only available on AWS).
250
249
  """
251
250
  return pulumi.get(self, "managed")
252
251
 
253
- @property
252
+ @_builtins.property
254
253
  @pulumi.getter(name="serviceAnnotations")
255
- def service_annotations(self) -> Optional[Mapping[str, builtins.str]]:
254
+ def service_annotations(self) -> Optional[Mapping[str, _builtins.str]]:
256
255
  """
257
256
  - Annotations to add to the ingress controller load balancer service. This is useful to configure properties of the managed load balancer, like the nature of the load balancer (e.g. ELB, NLB, ALB on AWS), the security groups, or various timeouts.
258
257
  """
259
258
  return pulumi.get(self, "service_annotations")
260
259
 
261
- @property
260
+ @_builtins.property
262
261
  @pulumi.getter(name="targetGroupArn")
263
- def target_group_arn(self) -> Optional[builtins.str]:
262
+ def target_group_arn(self) -> Optional[_builtins.str]:
264
263
  """
265
264
  - The ARN of a target group that the Ocean for Apache Spark ingress controller will be bound to. Set this to use an existing load balancer with Ocean for Apache Spark. Has no effect if using a managed load balancer. Only available on AWS.
266
265
  """
@@ -287,28 +286,28 @@ class OceanIngressPrivateLink(dict):
287
286
  return super().get(key, default)
288
287
 
289
288
  def __init__(__self__, *,
290
- enabled: Optional[builtins.bool] = None,
291
- vpc_endpoint_service: Optional[builtins.str] = None):
289
+ enabled: Optional[_builtins.bool] = None,
290
+ vpc_endpoint_service: Optional[_builtins.str] = None):
292
291
  """
293
- :param builtins.bool enabled: - Should the Ocean for Apache Spark control plane address the cluster via an AWS Private Link. Only available on AWS.
294
- :param builtins.str vpc_endpoint_service: - The name of the VPC Endpoint Service the Ocean for Apache Spark control plane should bind to.
292
+ :param _builtins.bool enabled: - Should the Ocean for Apache Spark control plane address the cluster via an AWS Private Link. Only available on AWS.
293
+ :param _builtins.str vpc_endpoint_service: - The name of the VPC Endpoint Service the Ocean for Apache Spark control plane should bind to.
295
294
  """
296
295
  if enabled is not None:
297
296
  pulumi.set(__self__, "enabled", enabled)
298
297
  if vpc_endpoint_service is not None:
299
298
  pulumi.set(__self__, "vpc_endpoint_service", vpc_endpoint_service)
300
299
 
301
- @property
300
+ @_builtins.property
302
301
  @pulumi.getter
303
- def enabled(self) -> Optional[builtins.bool]:
302
+ def enabled(self) -> Optional[_builtins.bool]:
304
303
  """
305
304
  - Should the Ocean for Apache Spark control plane address the cluster via an AWS Private Link. Only available on AWS.
306
305
  """
307
306
  return pulumi.get(self, "enabled")
308
307
 
309
- @property
308
+ @_builtins.property
310
309
  @pulumi.getter(name="vpcEndpointService")
311
- def vpc_endpoint_service(self) -> Optional[builtins.str]:
310
+ def vpc_endpoint_service(self) -> Optional[_builtins.str]:
312
311
  """
313
312
  - The name of the VPC Endpoint Service the Ocean for Apache Spark control plane should bind to.
314
313
  """
@@ -335,16 +334,16 @@ class OceanLogCollection(dict):
335
334
  return super().get(key, default)
336
335
 
337
336
  def __init__(__self__, *,
338
- collect_app_logs: Optional[builtins.bool] = None):
337
+ collect_app_logs: Optional[_builtins.bool] = None):
339
338
  """
340
- :param builtins.bool collect_app_logs: - Enable/Disable collecting driver and executor logs. When enabled, logs are stored by NetApp and can be downloaded from the Spot console web interface. The logs are deleted after 30 days.
339
+ :param _builtins.bool collect_app_logs: - Enable/Disable collecting driver and executor logs. When enabled, logs are stored by NetApp and can be downloaded from the Spot console web interface. The logs are deleted after 30 days.
341
340
  """
342
341
  if collect_app_logs is not None:
343
342
  pulumi.set(__self__, "collect_app_logs", collect_app_logs)
344
343
 
345
- @property
344
+ @_builtins.property
346
345
  @pulumi.getter(name="collectAppLogs")
347
- def collect_app_logs(self) -> Optional[builtins.bool]:
346
+ def collect_app_logs(self) -> Optional[_builtins.bool]:
348
347
  """
349
348
  - Enable/Disable collecting driver and executor logs. When enabled, logs are stored by NetApp and can be downloaded from the Spot console web interface. The logs are deleted after 30 days.
350
349
  """
@@ -371,16 +370,16 @@ class OceanSpark(dict):
371
370
  return super().get(key, default)
372
371
 
373
372
  def __init__(__self__, *,
374
- additional_app_namespaces: Optional[Sequence[builtins.str]] = None):
373
+ additional_app_namespaces: Optional[Sequence[_builtins.str]] = None):
375
374
  """
376
- :param Sequence[builtins.str] additional_app_namespaces: - List of Kubernetes namespaces that should be configured to run Spark applications, in addition to the default Spark application namespace `spark-apps`.
375
+ :param Sequence[_builtins.str] additional_app_namespaces: - List of Kubernetes namespaces that should be configured to run Spark applications, in addition to the default Spark application namespace `spark-apps`.
377
376
  """
378
377
  if additional_app_namespaces is not None:
379
378
  pulumi.set(__self__, "additional_app_namespaces", additional_app_namespaces)
380
379
 
381
- @property
380
+ @_builtins.property
382
381
  @pulumi.getter(name="additionalAppNamespaces")
383
- def additional_app_namespaces(self) -> Optional[Sequence[builtins.str]]:
382
+ def additional_app_namespaces(self) -> Optional[Sequence[_builtins.str]]:
384
383
  """
385
384
  - List of Kubernetes namespaces that should be configured to run Spark applications, in addition to the default Spark application namespace `spark-apps`.
386
385
  """
@@ -409,28 +408,28 @@ class OceanWebhook(dict):
409
408
  return super().get(key, default)
410
409
 
411
410
  def __init__(__self__, *,
412
- host_network_ports: Optional[Sequence[builtins.int]] = None,
413
- use_host_network: Optional[builtins.bool] = None):
411
+ host_network_ports: Optional[Sequence[_builtins.int]] = None,
412
+ use_host_network: Optional[_builtins.bool] = None):
414
413
  """
415
- :param Sequence[builtins.int] host_network_ports: - List of ports allowed to use on the host network - if empty default is `25554`.
416
- :param builtins.bool use_host_network: - Enable/disable host networking for the Spark Operator. Host networking can be useful when using custom CNI plugins like Calico on EKS.
414
+ :param Sequence[_builtins.int] host_network_ports: - List of ports allowed to use on the host network - if empty default is `25554`.
415
+ :param _builtins.bool use_host_network: - Enable/disable host networking for the Spark Operator. Host networking can be useful when using custom CNI plugins like Calico on EKS.
417
416
  """
418
417
  if host_network_ports is not None:
419
418
  pulumi.set(__self__, "host_network_ports", host_network_ports)
420
419
  if use_host_network is not None:
421
420
  pulumi.set(__self__, "use_host_network", use_host_network)
422
421
 
423
- @property
422
+ @_builtins.property
424
423
  @pulumi.getter(name="hostNetworkPorts")
425
- def host_network_ports(self) -> Optional[Sequence[builtins.int]]:
424
+ def host_network_ports(self) -> Optional[Sequence[_builtins.int]]:
426
425
  """
427
426
  - List of ports allowed to use on the host network - if empty default is `25554`.
428
427
  """
429
428
  return pulumi.get(self, "host_network_ports")
430
429
 
431
- @property
430
+ @_builtins.property
432
431
  @pulumi.getter(name="useHostNetwork")
433
- def use_host_network(self) -> Optional[builtins.bool]:
432
+ def use_host_network(self) -> Optional[_builtins.bool]:
434
433
  """
435
434
  - Enable/disable host networking for the Spark Operator. Host networking can be useful when using custom CNI plugins like Calico on EKS.
436
435
  """
@@ -444,7 +443,7 @@ class OceanWorkspaces(dict):
444
443
  if storage is not None:
445
444
  pulumi.set(__self__, "storage", storage)
446
445
 
447
- @property
446
+ @_builtins.property
448
447
  @pulumi.getter
449
448
  def storage(self) -> Optional['outputs.OceanWorkspacesStorage']:
450
449
  return pulumi.get(self, "storage")
@@ -457,7 +456,7 @@ class OceanWorkspacesStorage(dict):
457
456
  if defaults is not None:
458
457
  pulumi.set(__self__, "defaults", defaults)
459
458
 
460
- @property
459
+ @_builtins.property
461
460
  @pulumi.getter
462
461
  def defaults(self) -> Optional['outputs.OceanWorkspacesStorageDefaults']:
463
462
  return pulumi.get(self, "defaults")
@@ -483,16 +482,16 @@ class OceanWorkspacesStorageDefaults(dict):
483
482
  return super().get(key, default)
484
483
 
485
484
  def __init__(__self__, *,
486
- storage_class_name: Optional[builtins.str] = None):
485
+ storage_class_name: Optional[_builtins.str] = None):
487
486
  """
488
- :param builtins.str storage_class_name: - The name of the default storage class to use for new workspaces. If not specified, the default storage class of the Kubernetes cluster will be used.
487
+ :param _builtins.str storage_class_name: - The name of the default storage class to use for new workspaces. If not specified, the default storage class of the Kubernetes cluster will be used.
489
488
  """
490
489
  if storage_class_name is not None:
491
490
  pulumi.set(__self__, "storage_class_name", storage_class_name)
492
491
 
493
- @property
492
+ @_builtins.property
494
493
  @pulumi.getter(name="storageClassName")
495
- def storage_class_name(self) -> Optional[builtins.str]:
494
+ def storage_class_name(self) -> Optional[_builtins.str]:
496
495
  """
497
496
  - The name of the default storage class to use for new workspaces. If not specified, the default storage class of the Kubernetes cluster will be used.
498
497
  """