pulumi-spotinst 3.115.0a1742873189__py3-none-any.whl → 3.128.0a1767140134__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 (77) hide show
  1. pulumi_spotinst/__init__.py +11 -1
  2. pulumi_spotinst/_inputs.py +2206 -1519
  3. pulumi_spotinst/_utilities.py +1 -1
  4. pulumi_spotinst/account.py +20 -19
  5. pulumi_spotinst/aws/__init__.py +2 -1
  6. pulumi_spotinst/aws/_inputs.py +3991 -3619
  7. pulumi_spotinst/aws/account.py +20 -19
  8. pulumi_spotinst/aws/beanstalk.py +254 -177
  9. pulumi_spotinst/aws/credentials.py +37 -36
  10. pulumi_spotinst/aws/elastigroup.py +938 -950
  11. pulumi_spotinst/aws/managed_instance.py +507 -506
  12. pulumi_spotinst/aws/mr_scalar.py +658 -653
  13. pulumi_spotinst/aws/ocean.py +624 -529
  14. pulumi_spotinst/aws/ocean_extended_resource_definition.py +37 -36
  15. pulumi_spotinst/aws/ocean_launch_spec.py +395 -300
  16. pulumi_spotinst/aws/outputs.py +2631 -2371
  17. pulumi_spotinst/aws/suspension.py +23 -22
  18. pulumi_spotinst/azure/__init__.py +2 -1
  19. pulumi_spotinst/azure/_inputs.py +607 -607
  20. pulumi_spotinst/azure/ocean_np.py +387 -386
  21. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +323 -322
  22. pulumi_spotinst/azure/outputs.py +411 -411
  23. pulumi_spotinst/config/__init__.py +2 -1
  24. pulumi_spotinst/config/__init__.pyi +2 -2
  25. pulumi_spotinst/config/vars.py +6 -6
  26. pulumi_spotinst/credentials_azure.py +139 -89
  27. pulumi_spotinst/credentials_gcp.py +190 -189
  28. pulumi_spotinst/data_integration.py +40 -39
  29. pulumi_spotinst/ecs/__init__.py +2 -1
  30. pulumi_spotinst/ecs/_inputs.py +584 -584
  31. pulumi_spotinst/ecs/ocean.py +628 -415
  32. pulumi_spotinst/ecs/ocean_launch_spec.py +197 -196
  33. pulumi_spotinst/ecs/outputs.py +394 -394
  34. pulumi_spotinst/elastigroup_azure_v3.py +326 -325
  35. pulumi_spotinst/gcp/__init__.py +2 -1
  36. pulumi_spotinst/gcp/_inputs.py +573 -499
  37. pulumi_spotinst/gcp/elastigroup.py +491 -482
  38. pulumi_spotinst/gcp/outputs.py +395 -330
  39. pulumi_spotinst/gke/__init__.py +2 -1
  40. pulumi_spotinst/gke/_inputs.py +1120 -895
  41. pulumi_spotinst/gke/elastigroup.py +341 -340
  42. pulumi_spotinst/gke/ocean_import.py +204 -203
  43. pulumi_spotinst/gke/ocean_launch_spec.py +285 -213
  44. pulumi_spotinst/gke/ocean_launch_spec_import.py +37 -36
  45. pulumi_spotinst/gke/outputs.py +769 -583
  46. pulumi_spotinst/health_check.py +106 -65
  47. pulumi_spotinst/notification_center.py +344 -0
  48. pulumi_spotinst/ocean_right_sizing_rule.py +424 -77
  49. pulumi_spotinst/oceancd/__init__.py +2 -1
  50. pulumi_spotinst/oceancd/_inputs.py +764 -764
  51. pulumi_spotinst/oceancd/outputs.py +526 -526
  52. pulumi_spotinst/oceancd/rollout_spec.py +35 -34
  53. pulumi_spotinst/oceancd/strategy.py +22 -21
  54. pulumi_spotinst/oceancd/verification_provider.py +52 -51
  55. pulumi_spotinst/oceancd/verification_template.py +26 -25
  56. pulumi_spotinst/organization/__init__.py +2 -1
  57. pulumi_spotinst/organization/_inputs.py +68 -68
  58. pulumi_spotinst/organization/outputs.py +46 -46
  59. pulumi_spotinst/organization/policy.py +40 -39
  60. pulumi_spotinst/organization/programmatic_user.py +60 -59
  61. pulumi_spotinst/organization/user.py +108 -107
  62. pulumi_spotinst/organization/user_group.py +57 -56
  63. pulumi_spotinst/outputs.py +1472 -932
  64. pulumi_spotinst/provider.py +61 -40
  65. pulumi_spotinst/pulumi-plugin.json +1 -1
  66. pulumi_spotinst/spark/__init__.py +2 -1
  67. pulumi_spotinst/spark/_inputs.py +104 -104
  68. pulumi_spotinst/spark/ocean.py +38 -37
  69. pulumi_spotinst/spark/ocean_virtual_node_group.py +29 -28
  70. pulumi_spotinst/spark/outputs.py +72 -72
  71. pulumi_spotinst/stateful_node_azure.py +318 -343
  72. pulumi_spotinst/subscription.py +88 -87
  73. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/METADATA +3 -3
  74. pulumi_spotinst-3.128.0a1767140134.dist-info/RECORD +77 -0
  75. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/WHEEL +1 -1
  76. pulumi_spotinst-3.115.0a1742873189.dist-info/RECORD +0 -76
  77. {pulumi_spotinst-3.115.0a1742873189.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -52,28 +52,28 @@ class OceanCompute(dict):
52
52
  return super().get(key, default)
53
53
 
54
54
  def __init__(__self__, *,
55
- create_vngs: Optional[bool] = None,
56
- use_taints: Optional[bool] = None):
55
+ create_vngs: Optional[_builtins.bool] = None,
56
+ use_taints: Optional[_builtins.bool] = None):
57
57
  """
58
- :param bool create_vngs: - Enable/disable the creation of Ocean Spark VNGs during cluster creation.
59
- :param 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.
60
60
  """
61
61
  if create_vngs is not None:
62
62
  pulumi.set(__self__, "create_vngs", create_vngs)
63
63
  if use_taints is not None:
64
64
  pulumi.set(__self__, "use_taints", use_taints)
65
65
 
66
- @property
66
+ @_builtins.property
67
67
  @pulumi.getter(name="createVngs")
68
- def create_vngs(self) -> Optional[bool]:
68
+ def create_vngs(self) -> Optional[_builtins.bool]:
69
69
  """
70
70
  - Enable/disable the creation of Ocean Spark VNGs during cluster creation.
71
71
  """
72
72
  return pulumi.get(self, "create_vngs")
73
73
 
74
- @property
74
+ @_builtins.property
75
75
  @pulumi.getter(name="useTaints")
76
- def use_taints(self) -> Optional[bool]:
76
+ def use_taints(self) -> Optional[_builtins.bool]:
77
77
  """
78
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.
79
79
  """
@@ -110,9 +110,9 @@ class OceanIngress(dict):
110
110
  custom_endpoint: Optional['outputs.OceanIngressCustomEndpoint'] = None,
111
111
  load_balancer: Optional['outputs.OceanIngressLoadBalancer'] = None,
112
112
  private_link: Optional['outputs.OceanIngressPrivateLink'] = None,
113
- service_annotations: Optional[Mapping[str, str]] = None):
113
+ service_annotations: Optional[Mapping[str, _builtins.str]] = None):
114
114
  """
115
- :param Mapping[str, 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.
116
116
  """
117
117
  if controller is not None:
118
118
  pulumi.set(__self__, "controller", controller)
@@ -125,29 +125,29 @@ class OceanIngress(dict):
125
125
  if service_annotations is not None:
126
126
  pulumi.set(__self__, "service_annotations", service_annotations)
127
127
 
128
- @property
128
+ @_builtins.property
129
129
  @pulumi.getter
130
130
  def controller(self) -> Optional['outputs.OceanIngressController']:
131
131
  return pulumi.get(self, "controller")
132
132
 
133
- @property
133
+ @_builtins.property
134
134
  @pulumi.getter(name="customEndpoint")
135
135
  def custom_endpoint(self) -> Optional['outputs.OceanIngressCustomEndpoint']:
136
136
  return pulumi.get(self, "custom_endpoint")
137
137
 
138
- @property
138
+ @_builtins.property
139
139
  @pulumi.getter(name="loadBalancer")
140
140
  def load_balancer(self) -> Optional['outputs.OceanIngressLoadBalancer']:
141
141
  return pulumi.get(self, "load_balancer")
142
142
 
143
- @property
143
+ @_builtins.property
144
144
  @pulumi.getter(name="privateLink")
145
145
  def private_link(self) -> Optional['outputs.OceanIngressPrivateLink']:
146
146
  return pulumi.get(self, "private_link")
147
147
 
148
- @property
148
+ @_builtins.property
149
149
  @pulumi.getter(name="serviceAnnotations")
150
- def service_annotations(self) -> Optional[Mapping[str, str]]:
150
+ def service_annotations(self) -> Optional[Mapping[str, _builtins.str]]:
151
151
  """
152
152
  - **DEPRECATED**: Use `load_balancer.service_annotations` instead.
153
153
  """
@@ -157,16 +157,16 @@ class OceanIngress(dict):
157
157
  @pulumi.output_type
158
158
  class OceanIngressController(dict):
159
159
  def __init__(__self__, *,
160
- managed: Optional[bool] = None):
160
+ managed: Optional[_builtins.bool] = None):
161
161
  """
162
- :param 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.
163
163
  """
164
164
  if managed is not None:
165
165
  pulumi.set(__self__, "managed", managed)
166
166
 
167
- @property
167
+ @_builtins.property
168
168
  @pulumi.getter
169
- def managed(self) -> Optional[bool]:
169
+ def managed(self) -> Optional[_builtins.bool]:
170
170
  """
171
171
  - Should an ingress controller managed by Ocean for Apache Spark be installed on the cluster.
172
172
  """
@@ -176,28 +176,28 @@ class OceanIngressController(dict):
176
176
  @pulumi.output_type
177
177
  class OceanIngressCustomEndpoint(dict):
178
178
  def __init__(__self__, *,
179
- address: Optional[str] = None,
180
- enabled: Optional[bool] = None):
179
+ address: Optional[_builtins.str] = None,
180
+ enabled: Optional[_builtins.bool] = None):
181
181
  """
182
- :param str address: - The address the Ocean for Apache Spark control plane will use when addressing the cluster.
183
- :param 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.
184
184
  """
185
185
  if address is not None:
186
186
  pulumi.set(__self__, "address", address)
187
187
  if enabled is not None:
188
188
  pulumi.set(__self__, "enabled", enabled)
189
189
 
190
- @property
190
+ @_builtins.property
191
191
  @pulumi.getter
192
- def address(self) -> Optional[str]:
192
+ def address(self) -> Optional[_builtins.str]:
193
193
  """
194
194
  - The address the Ocean for Apache Spark control plane will use when addressing the cluster.
195
195
  """
196
196
  return pulumi.get(self, "address")
197
197
 
198
- @property
198
+ @_builtins.property
199
199
  @pulumi.getter
200
- def enabled(self) -> Optional[bool]:
200
+ def enabled(self) -> Optional[_builtins.bool]:
201
201
  """
202
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.
203
203
  """
@@ -226,13 +226,13 @@ class OceanIngressLoadBalancer(dict):
226
226
  return super().get(key, default)
227
227
 
228
228
  def __init__(__self__, *,
229
- managed: Optional[bool] = None,
230
- service_annotations: Optional[Mapping[str, str]] = None,
231
- target_group_arn: Optional[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):
232
232
  """
233
- :param 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, 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 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.
236
236
  """
237
237
  if managed is not None:
238
238
  pulumi.set(__self__, "managed", managed)
@@ -241,25 +241,25 @@ class OceanIngressLoadBalancer(dict):
241
241
  if target_group_arn is not None:
242
242
  pulumi.set(__self__, "target_group_arn", target_group_arn)
243
243
 
244
- @property
244
+ @_builtins.property
245
245
  @pulumi.getter
246
- def managed(self) -> Optional[bool]:
246
+ def managed(self) -> Optional[_builtins.bool]:
247
247
  """
248
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).
249
249
  """
250
250
  return pulumi.get(self, "managed")
251
251
 
252
- @property
252
+ @_builtins.property
253
253
  @pulumi.getter(name="serviceAnnotations")
254
- def service_annotations(self) -> Optional[Mapping[str, str]]:
254
+ def service_annotations(self) -> Optional[Mapping[str, _builtins.str]]:
255
255
  """
256
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.
257
257
  """
258
258
  return pulumi.get(self, "service_annotations")
259
259
 
260
- @property
260
+ @_builtins.property
261
261
  @pulumi.getter(name="targetGroupArn")
262
- def target_group_arn(self) -> Optional[str]:
262
+ def target_group_arn(self) -> Optional[_builtins.str]:
263
263
  """
264
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.
265
265
  """
@@ -286,28 +286,28 @@ class OceanIngressPrivateLink(dict):
286
286
  return super().get(key, default)
287
287
 
288
288
  def __init__(__self__, *,
289
- enabled: Optional[bool] = None,
290
- vpc_endpoint_service: Optional[str] = None):
289
+ enabled: Optional[_builtins.bool] = None,
290
+ vpc_endpoint_service: Optional[_builtins.str] = None):
291
291
  """
292
- :param bool enabled: - Should the Ocean for Apache Spark control plane address the cluster via an AWS Private Link. Only available on AWS.
293
- :param 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.
294
294
  """
295
295
  if enabled is not None:
296
296
  pulumi.set(__self__, "enabled", enabled)
297
297
  if vpc_endpoint_service is not None:
298
298
  pulumi.set(__self__, "vpc_endpoint_service", vpc_endpoint_service)
299
299
 
300
- @property
300
+ @_builtins.property
301
301
  @pulumi.getter
302
- def enabled(self) -> Optional[bool]:
302
+ def enabled(self) -> Optional[_builtins.bool]:
303
303
  """
304
304
  - Should the Ocean for Apache Spark control plane address the cluster via an AWS Private Link. Only available on AWS.
305
305
  """
306
306
  return pulumi.get(self, "enabled")
307
307
 
308
- @property
308
+ @_builtins.property
309
309
  @pulumi.getter(name="vpcEndpointService")
310
- def vpc_endpoint_service(self) -> Optional[str]:
310
+ def vpc_endpoint_service(self) -> Optional[_builtins.str]:
311
311
  """
312
312
  - The name of the VPC Endpoint Service the Ocean for Apache Spark control plane should bind to.
313
313
  """
@@ -334,16 +334,16 @@ class OceanLogCollection(dict):
334
334
  return super().get(key, default)
335
335
 
336
336
  def __init__(__self__, *,
337
- collect_app_logs: Optional[bool] = None):
337
+ collect_app_logs: Optional[_builtins.bool] = None):
338
338
  """
339
- :param 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.
340
340
  """
341
341
  if collect_app_logs is not None:
342
342
  pulumi.set(__self__, "collect_app_logs", collect_app_logs)
343
343
 
344
- @property
344
+ @_builtins.property
345
345
  @pulumi.getter(name="collectAppLogs")
346
- def collect_app_logs(self) -> Optional[bool]:
346
+ def collect_app_logs(self) -> Optional[_builtins.bool]:
347
347
  """
348
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.
349
349
  """
@@ -370,16 +370,16 @@ class OceanSpark(dict):
370
370
  return super().get(key, default)
371
371
 
372
372
  def __init__(__self__, *,
373
- additional_app_namespaces: Optional[Sequence[str]] = None):
373
+ additional_app_namespaces: Optional[Sequence[_builtins.str]] = None):
374
374
  """
375
- :param Sequence[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`.
376
376
  """
377
377
  if additional_app_namespaces is not None:
378
378
  pulumi.set(__self__, "additional_app_namespaces", additional_app_namespaces)
379
379
 
380
- @property
380
+ @_builtins.property
381
381
  @pulumi.getter(name="additionalAppNamespaces")
382
- def additional_app_namespaces(self) -> Optional[Sequence[str]]:
382
+ def additional_app_namespaces(self) -> Optional[Sequence[_builtins.str]]:
383
383
  """
384
384
  - List of Kubernetes namespaces that should be configured to run Spark applications, in addition to the default Spark application namespace `spark-apps`.
385
385
  """
@@ -408,28 +408,28 @@ class OceanWebhook(dict):
408
408
  return super().get(key, default)
409
409
 
410
410
  def __init__(__self__, *,
411
- host_network_ports: Optional[Sequence[int]] = None,
412
- use_host_network: Optional[bool] = None):
411
+ host_network_ports: Optional[Sequence[_builtins.int]] = None,
412
+ use_host_network: Optional[_builtins.bool] = None):
413
413
  """
414
- :param Sequence[int] host_network_ports: - List of ports allowed to use on the host network - if empty default is `25554`.
415
- :param 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.
416
416
  """
417
417
  if host_network_ports is not None:
418
418
  pulumi.set(__self__, "host_network_ports", host_network_ports)
419
419
  if use_host_network is not None:
420
420
  pulumi.set(__self__, "use_host_network", use_host_network)
421
421
 
422
- @property
422
+ @_builtins.property
423
423
  @pulumi.getter(name="hostNetworkPorts")
424
- def host_network_ports(self) -> Optional[Sequence[int]]:
424
+ def host_network_ports(self) -> Optional[Sequence[_builtins.int]]:
425
425
  """
426
426
  - List of ports allowed to use on the host network - if empty default is `25554`.
427
427
  """
428
428
  return pulumi.get(self, "host_network_ports")
429
429
 
430
- @property
430
+ @_builtins.property
431
431
  @pulumi.getter(name="useHostNetwork")
432
- def use_host_network(self) -> Optional[bool]:
432
+ def use_host_network(self) -> Optional[_builtins.bool]:
433
433
  """
434
434
  - Enable/disable host networking for the Spark Operator. Host networking can be useful when using custom CNI plugins like Calico on EKS.
435
435
  """
@@ -443,7 +443,7 @@ class OceanWorkspaces(dict):
443
443
  if storage is not None:
444
444
  pulumi.set(__self__, "storage", storage)
445
445
 
446
- @property
446
+ @_builtins.property
447
447
  @pulumi.getter
448
448
  def storage(self) -> Optional['outputs.OceanWorkspacesStorage']:
449
449
  return pulumi.get(self, "storage")
@@ -456,7 +456,7 @@ class OceanWorkspacesStorage(dict):
456
456
  if defaults is not None:
457
457
  pulumi.set(__self__, "defaults", defaults)
458
458
 
459
- @property
459
+ @_builtins.property
460
460
  @pulumi.getter
461
461
  def defaults(self) -> Optional['outputs.OceanWorkspacesStorageDefaults']:
462
462
  return pulumi.get(self, "defaults")
@@ -482,16 +482,16 @@ class OceanWorkspacesStorageDefaults(dict):
482
482
  return super().get(key, default)
483
483
 
484
484
  def __init__(__self__, *,
485
- storage_class_name: Optional[str] = None):
485
+ storage_class_name: Optional[_builtins.str] = None):
486
486
  """
487
- :param 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.
488
488
  """
489
489
  if storage_class_name is not None:
490
490
  pulumi.set(__self__, "storage_class_name", storage_class_name)
491
491
 
492
- @property
492
+ @_builtins.property
493
493
  @pulumi.getter(name="storageClassName")
494
- def storage_class_name(self) -> Optional[str]:
494
+ def storage_class_name(self) -> Optional[_builtins.str]:
495
495
  """
496
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.
497
497
  """