pulumi-nomad 2.6.0a1753337858__py3-none-any.whl → 2.6.0a1753510487__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 (57) hide show
  1. pulumi_nomad/__init__.py +1 -1
  2. pulumi_nomad/_inputs.py +608 -609
  3. pulumi_nomad/acl_auth_method.py +106 -107
  4. pulumi_nomad/acl_binding_rule.py +86 -87
  5. pulumi_nomad/acl_policy.py +55 -56
  6. pulumi_nomad/acl_role.py +38 -39
  7. pulumi_nomad/acl_token.py +125 -126
  8. pulumi_nomad/config/__init__.py +1 -1
  9. pulumi_nomad/config/__init__.pyi +1 -2
  10. pulumi_nomad/config/outputs.py +9 -10
  11. pulumi_nomad/config/vars.py +14 -15
  12. pulumi_nomad/csi_volume.py +277 -278
  13. pulumi_nomad/csi_volume_registration.py +276 -277
  14. pulumi_nomad/dynamic_host_volume.py +191 -192
  15. pulumi_nomad/dynamic_host_volume_registration.py +156 -157
  16. pulumi_nomad/external_volume.py +255 -256
  17. pulumi_nomad/get_acl_policies.py +10 -11
  18. pulumi_nomad/get_acl_policy.py +13 -14
  19. pulumi_nomad/get_acl_role.py +12 -13
  20. pulumi_nomad/get_acl_roles.py +10 -11
  21. pulumi_nomad/get_acl_token.py +26 -27
  22. pulumi_nomad/get_acl_tokens.py +10 -11
  23. pulumi_nomad/get_allocations.py +22 -23
  24. pulumi_nomad/get_datacenters.py +17 -18
  25. pulumi_nomad/get_deployments.py +5 -6
  26. pulumi_nomad/get_dynamic_host_volume.py +41 -42
  27. pulumi_nomad/get_job.py +50 -51
  28. pulumi_nomad/get_job_parser.py +17 -18
  29. pulumi_nomad/get_jwks.py +6 -7
  30. pulumi_nomad/get_namespace.py +17 -18
  31. pulumi_nomad/get_namespaces.py +5 -6
  32. pulumi_nomad/get_node_pool.py +14 -15
  33. pulumi_nomad/get_node_pools.py +16 -17
  34. pulumi_nomad/get_plugin.py +36 -37
  35. pulumi_nomad/get_plugins.py +9 -10
  36. pulumi_nomad/get_regions.py +5 -6
  37. pulumi_nomad/get_scaling_policies.py +16 -17
  38. pulumi_nomad/get_scaling_policy.py +19 -20
  39. pulumi_nomad/get_scheduler_policy.py +9 -10
  40. pulumi_nomad/get_variable.py +17 -18
  41. pulumi_nomad/get_volumes.py +29 -30
  42. pulumi_nomad/job.py +245 -246
  43. pulumi_nomad/namespace.py +75 -76
  44. pulumi_nomad/node_pool.py +55 -56
  45. pulumi_nomad/outputs.py +743 -744
  46. pulumi_nomad/provider.py +119 -120
  47. pulumi_nomad/pulumi-plugin.json +1 -1
  48. pulumi_nomad/quote_specification.py +38 -39
  49. pulumi_nomad/scheduler_config.py +52 -53
  50. pulumi_nomad/sentinel_policy.py +86 -87
  51. pulumi_nomad/variable.py +52 -53
  52. pulumi_nomad/volume.py +272 -273
  53. {pulumi_nomad-2.6.0a1753337858.dist-info → pulumi_nomad-2.6.0a1753510487.dist-info}/METADATA +1 -1
  54. pulumi_nomad-2.6.0a1753510487.dist-info/RECORD +58 -0
  55. pulumi_nomad-2.6.0a1753337858.dist-info/RECORD +0 -58
  56. {pulumi_nomad-2.6.0a1753337858.dist-info → pulumi_nomad-2.6.0a1753510487.dist-info}/WHEEL +0 -0
  57. {pulumi_nomad-2.6.0a1753337858.dist-info → pulumi_nomad-2.6.0a1753510487.dist-info}/top_level.txt +0 -0
pulumi_nomad/outputs.py CHANGED
@@ -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
@@ -151,71 +150,71 @@ class AclAuthMethodConfig(dict):
151
150
  return super().get(key, default)
152
151
 
153
152
  def __init__(__self__, *,
154
- allowed_redirect_uris: Optional[Sequence[builtins.str]] = None,
155
- bound_audiences: Optional[Sequence[builtins.str]] = None,
156
- bound_issuers: Optional[Sequence[builtins.str]] = None,
157
- claim_mappings: Optional[Mapping[str, builtins.str]] = None,
158
- clock_skew_leeway: Optional[builtins.str] = None,
159
- discovery_ca_pems: Optional[Sequence[builtins.str]] = None,
160
- expiration_leeway: Optional[builtins.str] = None,
161
- jwks_ca_cert: Optional[builtins.str] = None,
162
- jwks_url: Optional[builtins.str] = None,
163
- jwt_validation_pub_keys: Optional[Sequence[builtins.str]] = None,
164
- list_claim_mappings: Optional[Mapping[str, builtins.str]] = None,
165
- not_before_leeway: Optional[builtins.str] = None,
153
+ allowed_redirect_uris: Optional[Sequence[_builtins.str]] = None,
154
+ bound_audiences: Optional[Sequence[_builtins.str]] = None,
155
+ bound_issuers: Optional[Sequence[_builtins.str]] = None,
156
+ claim_mappings: Optional[Mapping[str, _builtins.str]] = None,
157
+ clock_skew_leeway: Optional[_builtins.str] = None,
158
+ discovery_ca_pems: Optional[Sequence[_builtins.str]] = None,
159
+ expiration_leeway: Optional[_builtins.str] = None,
160
+ jwks_ca_cert: Optional[_builtins.str] = None,
161
+ jwks_url: Optional[_builtins.str] = None,
162
+ jwt_validation_pub_keys: Optional[Sequence[_builtins.str]] = None,
163
+ list_claim_mappings: Optional[Mapping[str, _builtins.str]] = None,
164
+ not_before_leeway: Optional[_builtins.str] = None,
166
165
  oidc_client_assertion: Optional['outputs.AclAuthMethodConfigOidcClientAssertion'] = None,
167
- oidc_client_id: Optional[builtins.str] = None,
168
- oidc_client_secret: Optional[builtins.str] = None,
169
- oidc_disable_userinfo: Optional[builtins.bool] = None,
170
- oidc_discovery_url: Optional[builtins.str] = None,
171
- oidc_enable_pkce: Optional[builtins.bool] = None,
172
- oidc_scopes: Optional[Sequence[builtins.str]] = None,
173
- signing_algs: Optional[Sequence[builtins.str]] = None,
174
- verbose_logging: Optional[builtins.bool] = None):
175
- """
176
- :param Sequence[builtins.str] allowed_redirect_uris: `([]string: <optional>)` - A list of allowed values
166
+ oidc_client_id: Optional[_builtins.str] = None,
167
+ oidc_client_secret: Optional[_builtins.str] = None,
168
+ oidc_disable_userinfo: Optional[_builtins.bool] = None,
169
+ oidc_discovery_url: Optional[_builtins.str] = None,
170
+ oidc_enable_pkce: Optional[_builtins.bool] = None,
171
+ oidc_scopes: Optional[Sequence[_builtins.str]] = None,
172
+ signing_algs: Optional[Sequence[_builtins.str]] = None,
173
+ verbose_logging: Optional[_builtins.bool] = None):
174
+ """
175
+ :param Sequence[_builtins.str] allowed_redirect_uris: `([]string: <optional>)` - A list of allowed values
177
176
  that can be used for the redirect URI.
178
- :param Sequence[builtins.str] bound_audiences: `([]string: <optional>)` - List of auth claims that are
177
+ :param Sequence[_builtins.str] bound_audiences: `([]string: <optional>)` - List of auth claims that are
179
178
  valid for login.
180
- :param Sequence[builtins.str] bound_issuers: `([]string: <optional>)` - The value against which to match
179
+ :param Sequence[_builtins.str] bound_issuers: `([]string: <optional>)` - The value against which to match
181
180
  the iss claim in a JWT.
182
- :param Mapping[str, builtins.str] claim_mappings: Mappings of claims (key) that will be copied to a metadata field (value).
183
- :param builtins.str clock_skew_leeway: `(string: <optional>)` - Duration of leeway when validating
181
+ :param Mapping[str, _builtins.str] claim_mappings: Mappings of claims (key) that will be copied to a metadata field (value).
182
+ :param _builtins.str clock_skew_leeway: `(string: <optional>)` - Duration of leeway when validating
184
183
  all claims in the form of a time duration such as "5m" or "1h".
185
- :param Sequence[builtins.str] discovery_ca_pems: `([]string: <optional>)` - PEM encoded CA certs for use
184
+ :param Sequence[_builtins.str] discovery_ca_pems: `([]string: <optional>)` - PEM encoded CA certs for use
186
185
  by the TLS client used to talk with the OIDC Discovery URL.
187
- :param builtins.str expiration_leeway: `(string: <optional>)` - Duration of leeway when validating
186
+ :param _builtins.str expiration_leeway: `(string: <optional>)` - Duration of leeway when validating
188
187
  expiration of a JWT in the form of a time duration such as "5m" or "1h".
189
- :param builtins.str jwks_ca_cert: `(string: <optional>)` - PEM encoded CA cert for use by the
188
+ :param _builtins.str jwks_ca_cert: `(string: <optional>)` - PEM encoded CA cert for use by the
190
189
  TLS client used to talk with the JWKS server.
191
- :param builtins.str jwks_url: `(string: <optional>)` - JSON Web Key Sets url for authenticating
190
+ :param _builtins.str jwks_url: `(string: <optional>)` - JSON Web Key Sets url for authenticating
192
191
  signatures.
193
- :param Sequence[builtins.str] jwt_validation_pub_keys: `([]string: <optional>)` - List of PEM-encoded
192
+ :param Sequence[_builtins.str] jwt_validation_pub_keys: `([]string: <optional>)` - List of PEM-encoded
194
193
  public keys to use to authenticate signatures locally.
195
- :param Mapping[str, builtins.str] list_claim_mappings: Mappings of list claims (key) that will be copied to a metadata field (value).
196
- :param builtins.str not_before_leeway: `(string: <optional>)` - Duration of leeway when validating
194
+ :param Mapping[str, _builtins.str] list_claim_mappings: Mappings of list claims (key) that will be copied to a metadata field (value).
195
+ :param _builtins.str not_before_leeway: `(string: <optional>)` - Duration of leeway when validating
197
196
  not before values of a token in the form of a time duration such as "5m" or "1h".
198
197
  :param 'AclAuthMethodConfigOidcClientAssertionArgs' oidc_client_assertion: `(OIDCClientAssertion: <optional>)` - Optionally
199
198
  send a signed JWT ("[private key jwt][]") as a client assertion to the OIDC
200
199
  provider. Browse to the [OIDC concepts][concepts-assertions] page to learn
201
200
  more.
202
- :param builtins.str oidc_client_id: `(string: <optional>)` - The OAuth Client ID configured
201
+ :param _builtins.str oidc_client_id: `(string: <optional>)` - The OAuth Client ID configured
203
202
  with the OIDC provider.
204
- :param builtins.str oidc_client_secret: `(string: <optional>)` - The OAuth Client Secret
203
+ :param _builtins.str oidc_client_secret: `(string: <optional>)` - The OAuth Client Secret
205
204
  configured with the OIDC provider.
206
- :param builtins.bool oidc_disable_userinfo: `(bool: false)` - When set to `true`, Nomad will
205
+ :param _builtins.bool oidc_disable_userinfo: `(bool: false)` - When set to `true`, Nomad will
207
206
  not make a request to the identity provider to get OIDC `UserInfo`.
208
207
  You may wish to set this if your identity provider doesn't send any
209
208
  additional claims from the `UserInfo` endpoint.
210
- :param builtins.str oidc_discovery_url: `(string: <optional>)` - The OIDC Discovery URL,
209
+ :param _builtins.str oidc_discovery_url: `(string: <optional>)` - The OIDC Discovery URL,
211
210
  without any .well-known component (base path).
212
- :param builtins.bool oidc_enable_pkce: `(bool: false)` - When set to `true`, Nomad will include
211
+ :param _builtins.bool oidc_enable_pkce: `(bool: false)` - When set to `true`, Nomad will include
213
212
  [PKCE][] verification in the auth flow. Even with PKCE enabled in Nomad,
214
213
  you may still need to enable it in your OIDC provider.
215
- :param Sequence[builtins.str] oidc_scopes: `([]string: <optional>)` - List of OIDC scopes.
216
- :param Sequence[builtins.str] signing_algs: `([]string: <optional>)` - A list of supported signing
214
+ :param Sequence[_builtins.str] oidc_scopes: `([]string: <optional>)` - List of OIDC scopes.
215
+ :param Sequence[_builtins.str] signing_algs: `([]string: <optional>)` - A list of supported signing
217
216
  algorithms.
218
- :param builtins.bool verbose_logging: Enable OIDC verbose logging on the Nomad server.
217
+ :param _builtins.bool verbose_logging: Enable OIDC verbose logging on the Nomad server.
219
218
  """
220
219
  if allowed_redirect_uris is not None:
221
220
  pulumi.set(__self__, "allowed_redirect_uris", allowed_redirect_uris)
@@ -260,113 +259,113 @@ class AclAuthMethodConfig(dict):
260
259
  if verbose_logging is not None:
261
260
  pulumi.set(__self__, "verbose_logging", verbose_logging)
262
261
 
263
- @property
262
+ @_builtins.property
264
263
  @pulumi.getter(name="allowedRedirectUris")
265
- def allowed_redirect_uris(self) -> Optional[Sequence[builtins.str]]:
264
+ def allowed_redirect_uris(self) -> Optional[Sequence[_builtins.str]]:
266
265
  """
267
266
  `([]string: <optional>)` - A list of allowed values
268
267
  that can be used for the redirect URI.
269
268
  """
270
269
  return pulumi.get(self, "allowed_redirect_uris")
271
270
 
272
- @property
271
+ @_builtins.property
273
272
  @pulumi.getter(name="boundAudiences")
274
- def bound_audiences(self) -> Optional[Sequence[builtins.str]]:
273
+ def bound_audiences(self) -> Optional[Sequence[_builtins.str]]:
275
274
  """
276
275
  `([]string: <optional>)` - List of auth claims that are
277
276
  valid for login.
278
277
  """
279
278
  return pulumi.get(self, "bound_audiences")
280
279
 
281
- @property
280
+ @_builtins.property
282
281
  @pulumi.getter(name="boundIssuers")
283
- def bound_issuers(self) -> Optional[Sequence[builtins.str]]:
282
+ def bound_issuers(self) -> Optional[Sequence[_builtins.str]]:
284
283
  """
285
284
  `([]string: <optional>)` - The value against which to match
286
285
  the iss claim in a JWT.
287
286
  """
288
287
  return pulumi.get(self, "bound_issuers")
289
288
 
290
- @property
289
+ @_builtins.property
291
290
  @pulumi.getter(name="claimMappings")
292
- def claim_mappings(self) -> Optional[Mapping[str, builtins.str]]:
291
+ def claim_mappings(self) -> Optional[Mapping[str, _builtins.str]]:
293
292
  """
294
293
  Mappings of claims (key) that will be copied to a metadata field (value).
295
294
  """
296
295
  return pulumi.get(self, "claim_mappings")
297
296
 
298
- @property
297
+ @_builtins.property
299
298
  @pulumi.getter(name="clockSkewLeeway")
300
- def clock_skew_leeway(self) -> Optional[builtins.str]:
299
+ def clock_skew_leeway(self) -> Optional[_builtins.str]:
301
300
  """
302
301
  `(string: <optional>)` - Duration of leeway when validating
303
302
  all claims in the form of a time duration such as "5m" or "1h".
304
303
  """
305
304
  return pulumi.get(self, "clock_skew_leeway")
306
305
 
307
- @property
306
+ @_builtins.property
308
307
  @pulumi.getter(name="discoveryCaPems")
309
- def discovery_ca_pems(self) -> Optional[Sequence[builtins.str]]:
308
+ def discovery_ca_pems(self) -> Optional[Sequence[_builtins.str]]:
310
309
  """
311
310
  `([]string: <optional>)` - PEM encoded CA certs for use
312
311
  by the TLS client used to talk with the OIDC Discovery URL.
313
312
  """
314
313
  return pulumi.get(self, "discovery_ca_pems")
315
314
 
316
- @property
315
+ @_builtins.property
317
316
  @pulumi.getter(name="expirationLeeway")
318
- def expiration_leeway(self) -> Optional[builtins.str]:
317
+ def expiration_leeway(self) -> Optional[_builtins.str]:
319
318
  """
320
319
  `(string: <optional>)` - Duration of leeway when validating
321
320
  expiration of a JWT in the form of a time duration such as "5m" or "1h".
322
321
  """
323
322
  return pulumi.get(self, "expiration_leeway")
324
323
 
325
- @property
324
+ @_builtins.property
326
325
  @pulumi.getter(name="jwksCaCert")
327
- def jwks_ca_cert(self) -> Optional[builtins.str]:
326
+ def jwks_ca_cert(self) -> Optional[_builtins.str]:
328
327
  """
329
328
  `(string: <optional>)` - PEM encoded CA cert for use by the
330
329
  TLS client used to talk with the JWKS server.
331
330
  """
332
331
  return pulumi.get(self, "jwks_ca_cert")
333
332
 
334
- @property
333
+ @_builtins.property
335
334
  @pulumi.getter(name="jwksUrl")
336
- def jwks_url(self) -> Optional[builtins.str]:
335
+ def jwks_url(self) -> Optional[_builtins.str]:
337
336
  """
338
337
  `(string: <optional>)` - JSON Web Key Sets url for authenticating
339
338
  signatures.
340
339
  """
341
340
  return pulumi.get(self, "jwks_url")
342
341
 
343
- @property
342
+ @_builtins.property
344
343
  @pulumi.getter(name="jwtValidationPubKeys")
345
- def jwt_validation_pub_keys(self) -> Optional[Sequence[builtins.str]]:
344
+ def jwt_validation_pub_keys(self) -> Optional[Sequence[_builtins.str]]:
346
345
  """
347
346
  `([]string: <optional>)` - List of PEM-encoded
348
347
  public keys to use to authenticate signatures locally.
349
348
  """
350
349
  return pulumi.get(self, "jwt_validation_pub_keys")
351
350
 
352
- @property
351
+ @_builtins.property
353
352
  @pulumi.getter(name="listClaimMappings")
354
- def list_claim_mappings(self) -> Optional[Mapping[str, builtins.str]]:
353
+ def list_claim_mappings(self) -> Optional[Mapping[str, _builtins.str]]:
355
354
  """
356
355
  Mappings of list claims (key) that will be copied to a metadata field (value).
357
356
  """
358
357
  return pulumi.get(self, "list_claim_mappings")
359
358
 
360
- @property
359
+ @_builtins.property
361
360
  @pulumi.getter(name="notBeforeLeeway")
362
- def not_before_leeway(self) -> Optional[builtins.str]:
361
+ def not_before_leeway(self) -> Optional[_builtins.str]:
363
362
  """
364
363
  `(string: <optional>)` - Duration of leeway when validating
365
364
  not before values of a token in the form of a time duration such as "5m" or "1h".
366
365
  """
367
366
  return pulumi.get(self, "not_before_leeway")
368
367
 
369
- @property
368
+ @_builtins.property
370
369
  @pulumi.getter(name="oidcClientAssertion")
371
370
  def oidc_client_assertion(self) -> Optional['outputs.AclAuthMethodConfigOidcClientAssertion']:
372
371
  """
@@ -377,27 +376,27 @@ class AclAuthMethodConfig(dict):
377
376
  """
378
377
  return pulumi.get(self, "oidc_client_assertion")
379
378
 
380
- @property
379
+ @_builtins.property
381
380
  @pulumi.getter(name="oidcClientId")
382
- def oidc_client_id(self) -> Optional[builtins.str]:
381
+ def oidc_client_id(self) -> Optional[_builtins.str]:
383
382
  """
384
383
  `(string: <optional>)` - The OAuth Client ID configured
385
384
  with the OIDC provider.
386
385
  """
387
386
  return pulumi.get(self, "oidc_client_id")
388
387
 
389
- @property
388
+ @_builtins.property
390
389
  @pulumi.getter(name="oidcClientSecret")
391
- def oidc_client_secret(self) -> Optional[builtins.str]:
390
+ def oidc_client_secret(self) -> Optional[_builtins.str]:
392
391
  """
393
392
  `(string: <optional>)` - The OAuth Client Secret
394
393
  configured with the OIDC provider.
395
394
  """
396
395
  return pulumi.get(self, "oidc_client_secret")
397
396
 
398
- @property
397
+ @_builtins.property
399
398
  @pulumi.getter(name="oidcDisableUserinfo")
400
- def oidc_disable_userinfo(self) -> Optional[builtins.bool]:
399
+ def oidc_disable_userinfo(self) -> Optional[_builtins.bool]:
401
400
  """
402
401
  `(bool: false)` - When set to `true`, Nomad will
403
402
  not make a request to the identity provider to get OIDC `UserInfo`.
@@ -406,18 +405,18 @@ class AclAuthMethodConfig(dict):
406
405
  """
407
406
  return pulumi.get(self, "oidc_disable_userinfo")
408
407
 
409
- @property
408
+ @_builtins.property
410
409
  @pulumi.getter(name="oidcDiscoveryUrl")
411
- def oidc_discovery_url(self) -> Optional[builtins.str]:
410
+ def oidc_discovery_url(self) -> Optional[_builtins.str]:
412
411
  """
413
412
  `(string: <optional>)` - The OIDC Discovery URL,
414
413
  without any .well-known component (base path).
415
414
  """
416
415
  return pulumi.get(self, "oidc_discovery_url")
417
416
 
418
- @property
417
+ @_builtins.property
419
418
  @pulumi.getter(name="oidcEnablePkce")
420
- def oidc_enable_pkce(self) -> Optional[builtins.bool]:
419
+ def oidc_enable_pkce(self) -> Optional[_builtins.bool]:
421
420
  """
422
421
  `(bool: false)` - When set to `true`, Nomad will include
423
422
  [PKCE][] verification in the auth flow. Even with PKCE enabled in Nomad,
@@ -425,26 +424,26 @@ class AclAuthMethodConfig(dict):
425
424
  """
426
425
  return pulumi.get(self, "oidc_enable_pkce")
427
426
 
428
- @property
427
+ @_builtins.property
429
428
  @pulumi.getter(name="oidcScopes")
430
- def oidc_scopes(self) -> Optional[Sequence[builtins.str]]:
429
+ def oidc_scopes(self) -> Optional[Sequence[_builtins.str]]:
431
430
  """
432
431
  `([]string: <optional>)` - List of OIDC scopes.
433
432
  """
434
433
  return pulumi.get(self, "oidc_scopes")
435
434
 
436
- @property
435
+ @_builtins.property
437
436
  @pulumi.getter(name="signingAlgs")
438
- def signing_algs(self) -> Optional[Sequence[builtins.str]]:
437
+ def signing_algs(self) -> Optional[Sequence[_builtins.str]]:
439
438
  """
440
439
  `([]string: <optional>)` - A list of supported signing
441
440
  algorithms.
442
441
  """
443
442
  return pulumi.get(self, "signing_algs")
444
443
 
445
- @property
444
+ @_builtins.property
446
445
  @pulumi.getter(name="verboseLogging")
447
- def verbose_logging(self) -> Optional[builtins.bool]:
446
+ def verbose_logging(self) -> Optional[_builtins.bool]:
448
447
  """
449
448
  Enable OIDC verbose logging on the Nomad server.
450
449
  """
@@ -477,24 +476,24 @@ class AclAuthMethodConfigOidcClientAssertion(dict):
477
476
  return super().get(key, default)
478
477
 
479
478
  def __init__(__self__, *,
480
- key_source: builtins.str,
481
- audiences: Optional[Sequence[builtins.str]] = None,
482
- extra_headers: Optional[Mapping[str, builtins.str]] = None,
483
- key_algorithm: Optional[builtins.str] = None,
479
+ key_source: _builtins.str,
480
+ audiences: Optional[Sequence[_builtins.str]] = None,
481
+ extra_headers: Optional[Mapping[str, _builtins.str]] = None,
482
+ key_algorithm: Optional[_builtins.str] = None,
484
483
  private_key: Optional['outputs.AclAuthMethodConfigOidcClientAssertionPrivateKey'] = None):
485
484
  """
486
- :param builtins.str key_source: `(string: <required>)` - Specifies where to get the private
485
+ :param _builtins.str key_source: `(string: <required>)` - Specifies where to get the private
487
486
  key to sign the JWT.
488
487
  Available sources:
489
488
  - "nomad": Use current active key in Nomad's keyring
490
489
  - "private_key": Use key material in the `private_key` field
491
490
  - "client_secret": Use the `oidc_client_secret` as an HMAC key
492
- :param Sequence[builtins.str] audiences: `([]string: optional)` - Who processes the assertion.
491
+ :param Sequence[_builtins.str] audiences: `([]string: optional)` - Who processes the assertion.
493
492
  Defaults to the auth method's `oidc_discovery_url`.
494
- :param Mapping[str, builtins.str] extra_headers: `(map[string]string: optional)` - Add to the JWT headers,
493
+ :param Mapping[str, _builtins.str] extra_headers: `(map[string]string: optional)` - Add to the JWT headers,
495
494
  alongside "kid" and "type". Setting the "kid" header here is not allowed;
496
495
  use `private_key.key_id`.
497
- :param builtins.str key_algorithm: `(string: <optional>)` is the key's algorithm.
496
+ :param _builtins.str key_algorithm: `(string: <optional>)` is the key's algorithm.
498
497
  Its default values are based on the `key_source`:
499
498
  - "nomad": "RS256"; this is from Nomad's keyring and must not be changed
500
499
  - "private_key": "RS256"; must be RS256, RS384, or RS512
@@ -512,9 +511,9 @@ class AclAuthMethodConfigOidcClientAssertion(dict):
512
511
  if private_key is not None:
513
512
  pulumi.set(__self__, "private_key", private_key)
514
513
 
515
- @property
514
+ @_builtins.property
516
515
  @pulumi.getter(name="keySource")
517
- def key_source(self) -> builtins.str:
516
+ def key_source(self) -> _builtins.str:
518
517
  """
519
518
  `(string: <required>)` - Specifies where to get the private
520
519
  key to sign the JWT.
@@ -525,18 +524,18 @@ class AclAuthMethodConfigOidcClientAssertion(dict):
525
524
  """
526
525
  return pulumi.get(self, "key_source")
527
526
 
528
- @property
527
+ @_builtins.property
529
528
  @pulumi.getter
530
- def audiences(self) -> Optional[Sequence[builtins.str]]:
529
+ def audiences(self) -> Optional[Sequence[_builtins.str]]:
531
530
  """
532
531
  `([]string: optional)` - Who processes the assertion.
533
532
  Defaults to the auth method's `oidc_discovery_url`.
534
533
  """
535
534
  return pulumi.get(self, "audiences")
536
535
 
537
- @property
536
+ @_builtins.property
538
537
  @pulumi.getter(name="extraHeaders")
539
- def extra_headers(self) -> Optional[Mapping[str, builtins.str]]:
538
+ def extra_headers(self) -> Optional[Mapping[str, _builtins.str]]:
540
539
  """
541
540
  `(map[string]string: optional)` - Add to the JWT headers,
542
541
  alongside "kid" and "type". Setting the "kid" header here is not allowed;
@@ -544,9 +543,9 @@ class AclAuthMethodConfigOidcClientAssertion(dict):
544
543
  """
545
544
  return pulumi.get(self, "extra_headers")
546
545
 
547
- @property
546
+ @_builtins.property
548
547
  @pulumi.getter(name="keyAlgorithm")
549
- def key_algorithm(self) -> Optional[builtins.str]:
548
+ def key_algorithm(self) -> Optional[_builtins.str]:
550
549
  """
551
550
  `(string: <optional>)` is the key's algorithm.
552
551
  Its default values are based on the `key_source`:
@@ -556,7 +555,7 @@ class AclAuthMethodConfigOidcClientAssertion(dict):
556
555
  """
557
556
  return pulumi.get(self, "key_algorithm")
558
557
 
559
- @property
558
+ @_builtins.property
560
559
  @pulumi.getter(name="privateKey")
561
560
  def private_key(self) -> Optional['outputs.AclAuthMethodConfigOidcClientAssertionPrivateKey']:
562
561
  """
@@ -596,35 +595,35 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
596
595
  return super().get(key, default)
597
596
 
598
597
  def __init__(__self__, *,
599
- key_id: Optional[builtins.str] = None,
600
- key_id_header: Optional[builtins.str] = None,
601
- pem_cert: Optional[builtins.str] = None,
602
- pem_cert_file: Optional[builtins.str] = None,
603
- pem_key: Optional[builtins.str] = None,
604
- pem_key_file: Optional[builtins.str] = None):
598
+ key_id: Optional[_builtins.str] = None,
599
+ key_id_header: Optional[_builtins.str] = None,
600
+ pem_cert: Optional[_builtins.str] = None,
601
+ pem_cert_file: Optional[_builtins.str] = None,
602
+ pem_key: Optional[_builtins.str] = None,
603
+ pem_key_file: Optional[_builtins.str] = None):
605
604
  """
606
- :param builtins.str key_id: `(string: optional)` - Becomes the JWT's "kid" header.
605
+ :param _builtins.str key_id: `(string: optional)` - Becomes the JWT's "kid" header.
607
606
  Mutually exclusive with `pem_cert` and `pem_cert_file`.
608
607
  Allowed `key_id_header` values: "kid" (the default)
609
- :param builtins.str key_id_header: `(string: optional)` - Which header the provider uses
608
+ :param _builtins.str key_id_header: `(string: optional)` - Which header the provider uses
610
609
  to find the public key to verify the signed JWT.
611
610
  The default and allowed values depend on whether you set `key_id`,
612
611
  `pem_cert`, or `pem_cert_file`. You must set exactly one of those
613
612
  options, so refer to them for their requirements.
614
- :param builtins.str pem_cert: `(string: optional)` - An x509 certificate, signed by the
613
+ :param _builtins.str pem_cert: `(string: optional)` - An x509 certificate, signed by the
615
614
  private key or a CA, in pem format. Nomad uses this certificate to
616
615
  derive an [x5t#S256][] (or [x5t][]) key_id.
617
616
  Mutually exclusive with `pem_cert_file` and `key_id`.
618
617
  Allowed `key_id_header` values: "x5t", "x5t#S256" (default "x5t#S256")
619
- :param builtins.str pem_cert_file: `(string: optional)` - An absolute path to an x509
618
+ :param _builtins.str pem_cert_file: `(string: optional)` - An absolute path to an x509
620
619
  certificate on Nomad servers' disk, signed by the private key or a CA,
621
620
  in pem format.
622
621
  Nomad uses this certificate to derive an [x5t#S256][] (or [x5t][])
623
622
  header. Mutually exclusive with `pem_cert` and key_id.
624
623
  Allowed `key_id_header` values: "x5t", "x5t#S256" (default "x5t#S256")
625
- :param builtins.str pem_key: `(string: <optional>)` - An RSA private key, in pem format.
624
+ :param _builtins.str pem_key: `(string: <optional>)` - An RSA private key, in pem format.
626
625
  It is used to sign the JWT. Mutually exclusive with `pem_key`.
627
- :param builtins.str pem_key_file: `(string: optional)` - An absolute path to a private key
626
+ :param _builtins.str pem_key_file: `(string: optional)` - An absolute path to a private key
628
627
  on Nomad servers' disk, in pem format. It is used to sign the JWT.
629
628
  Mutually exclusive with `pem_key_file`.
630
629
  """
@@ -641,9 +640,9 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
641
640
  if pem_key_file is not None:
642
641
  pulumi.set(__self__, "pem_key_file", pem_key_file)
643
642
 
644
- @property
643
+ @_builtins.property
645
644
  @pulumi.getter(name="keyId")
646
- def key_id(self) -> Optional[builtins.str]:
645
+ def key_id(self) -> Optional[_builtins.str]:
647
646
  """
648
647
  `(string: optional)` - Becomes the JWT's "kid" header.
649
648
  Mutually exclusive with `pem_cert` and `pem_cert_file`.
@@ -651,9 +650,9 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
651
650
  """
652
651
  return pulumi.get(self, "key_id")
653
652
 
654
- @property
653
+ @_builtins.property
655
654
  @pulumi.getter(name="keyIdHeader")
656
- def key_id_header(self) -> Optional[builtins.str]:
655
+ def key_id_header(self) -> Optional[_builtins.str]:
657
656
  """
658
657
  `(string: optional)` - Which header the provider uses
659
658
  to find the public key to verify the signed JWT.
@@ -663,9 +662,9 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
663
662
  """
664
663
  return pulumi.get(self, "key_id_header")
665
664
 
666
- @property
665
+ @_builtins.property
667
666
  @pulumi.getter(name="pemCert")
668
- def pem_cert(self) -> Optional[builtins.str]:
667
+ def pem_cert(self) -> Optional[_builtins.str]:
669
668
  """
670
669
  `(string: optional)` - An x509 certificate, signed by the
671
670
  private key or a CA, in pem format. Nomad uses this certificate to
@@ -675,9 +674,9 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
675
674
  """
676
675
  return pulumi.get(self, "pem_cert")
677
676
 
678
- @property
677
+ @_builtins.property
679
678
  @pulumi.getter(name="pemCertFile")
680
- def pem_cert_file(self) -> Optional[builtins.str]:
679
+ def pem_cert_file(self) -> Optional[_builtins.str]:
681
680
  """
682
681
  `(string: optional)` - An absolute path to an x509
683
682
  certificate on Nomad servers' disk, signed by the private key or a CA,
@@ -688,18 +687,18 @@ class AclAuthMethodConfigOidcClientAssertionPrivateKey(dict):
688
687
  """
689
688
  return pulumi.get(self, "pem_cert_file")
690
689
 
691
- @property
690
+ @_builtins.property
692
691
  @pulumi.getter(name="pemKey")
693
- def pem_key(self) -> Optional[builtins.str]:
692
+ def pem_key(self) -> Optional[_builtins.str]:
694
693
  """
695
694
  `(string: <optional>)` - An RSA private key, in pem format.
696
695
  It is used to sign the JWT. Mutually exclusive with `pem_key`.
697
696
  """
698
697
  return pulumi.get(self, "pem_key")
699
698
 
700
- @property
699
+ @_builtins.property
701
700
  @pulumi.getter(name="pemKeyFile")
702
- def pem_key_file(self) -> Optional[builtins.str]:
701
+ def pem_key_file(self) -> Optional[_builtins.str]:
703
702
  """
704
703
  `(string: optional)` - An absolute path to a private key
705
704
  on Nomad servers' disk, in pem format. It is used to sign the JWT.
@@ -728,15 +727,15 @@ class AclPolicyJobAcl(dict):
728
727
  return super().get(key, default)
729
728
 
730
729
  def __init__(__self__, *,
731
- job_id: builtins.str,
732
- group: Optional[builtins.str] = None,
733
- namespace: Optional[builtins.str] = None,
734
- task: Optional[builtins.str] = None):
730
+ job_id: _builtins.str,
731
+ group: Optional[_builtins.str] = None,
732
+ namespace: Optional[_builtins.str] = None,
733
+ task: Optional[_builtins.str] = None):
735
734
  """
736
- :param builtins.str job_id: Job
737
- :param builtins.str group: Group
738
- :param builtins.str namespace: Namespace
739
- :param builtins.str task: Task
735
+ :param _builtins.str job_id: Job
736
+ :param _builtins.str group: Group
737
+ :param _builtins.str namespace: Namespace
738
+ :param _builtins.str task: Task
740
739
  """
741
740
  pulumi.set(__self__, "job_id", job_id)
742
741
  if group is not None:
@@ -746,33 +745,33 @@ class AclPolicyJobAcl(dict):
746
745
  if task is not None:
747
746
  pulumi.set(__self__, "task", task)
748
747
 
749
- @property
748
+ @_builtins.property
750
749
  @pulumi.getter(name="jobId")
751
- def job_id(self) -> builtins.str:
750
+ def job_id(self) -> _builtins.str:
752
751
  """
753
752
  Job
754
753
  """
755
754
  return pulumi.get(self, "job_id")
756
755
 
757
- @property
756
+ @_builtins.property
758
757
  @pulumi.getter
759
- def group(self) -> Optional[builtins.str]:
758
+ def group(self) -> Optional[_builtins.str]:
760
759
  """
761
760
  Group
762
761
  """
763
762
  return pulumi.get(self, "group")
764
763
 
765
- @property
764
+ @_builtins.property
766
765
  @pulumi.getter
767
- def namespace(self) -> Optional[builtins.str]:
766
+ def namespace(self) -> Optional[_builtins.str]:
768
767
  """
769
768
  Namespace
770
769
  """
771
770
  return pulumi.get(self, "namespace")
772
771
 
773
- @property
772
+ @_builtins.property
774
773
  @pulumi.getter
775
- def task(self) -> Optional[builtins.str]:
774
+ def task(self) -> Optional[_builtins.str]:
776
775
  """
777
776
  Task
778
777
  """
@@ -782,15 +781,15 @@ class AclPolicyJobAcl(dict):
782
781
  @pulumi.output_type
783
782
  class AclRolePolicy(dict):
784
783
  def __init__(__self__, *,
785
- name: builtins.str):
784
+ name: _builtins.str):
786
785
  """
787
- :param builtins.str name: `(string: <required>)` - A human-friendly name for this ACL Role.
786
+ :param _builtins.str name: `(string: <required>)` - A human-friendly name for this ACL Role.
788
787
  """
789
788
  pulumi.set(__self__, "name", name)
790
789
 
791
- @property
790
+ @_builtins.property
792
791
  @pulumi.getter
793
- def name(self) -> builtins.str:
792
+ def name(self) -> _builtins.str:
794
793
  """
795
794
  `(string: <required>)` - A human-friendly name for this ACL Role.
796
795
  """
@@ -800,27 +799,27 @@ class AclRolePolicy(dict):
800
799
  @pulumi.output_type
801
800
  class AclTokenRole(dict):
802
801
  def __init__(__self__, *,
803
- id: builtins.str,
804
- name: Optional[builtins.str] = None):
802
+ id: _builtins.str,
803
+ name: Optional[_builtins.str] = None):
805
804
  """
806
- :param builtins.str id: The ID of the ACL role to link.
807
- :param builtins.str name: `(string: "")` - A human-friendly name for this token.
805
+ :param _builtins.str id: The ID of the ACL role to link.
806
+ :param _builtins.str name: `(string: "")` - A human-friendly name for this token.
808
807
  """
809
808
  pulumi.set(__self__, "id", id)
810
809
  if name is not None:
811
810
  pulumi.set(__self__, "name", name)
812
811
 
813
- @property
812
+ @_builtins.property
814
813
  @pulumi.getter
815
- def id(self) -> builtins.str:
814
+ def id(self) -> _builtins.str:
816
815
  """
817
816
  The ID of the ACL role to link.
818
817
  """
819
818
  return pulumi.get(self, "id")
820
819
 
821
- @property
820
+ @_builtins.property
822
821
  @pulumi.getter
823
- def name(self) -> Optional[builtins.str]:
822
+ def name(self) -> Optional[_builtins.str]:
824
823
  """
825
824
  `(string: "")` - A human-friendly name for this token.
826
825
  """
@@ -849,25 +848,25 @@ class CsiVolumeCapability(dict):
849
848
  return super().get(key, default)
850
849
 
851
850
  def __init__(__self__, *,
852
- access_mode: builtins.str,
853
- attachment_mode: builtins.str):
851
+ access_mode: _builtins.str,
852
+ attachment_mode: _builtins.str):
854
853
  """
855
- :param builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
854
+ :param _builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
856
855
  - `single-node-reader-only`
857
856
  - `single-node-writer`
858
857
  - `multi-node-reader-only`
859
858
  - `multi-node-single-writer`
860
859
  - `multi-node-multi-writer`
861
- :param builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
860
+ :param _builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
862
861
  - `block-device`
863
862
  - `file-system`
864
863
  """
865
864
  pulumi.set(__self__, "access_mode", access_mode)
866
865
  pulumi.set(__self__, "attachment_mode", attachment_mode)
867
866
 
868
- @property
867
+ @_builtins.property
869
868
  @pulumi.getter(name="accessMode")
870
- def access_mode(self) -> builtins.str:
869
+ def access_mode(self) -> _builtins.str:
871
870
  """
872
871
  `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
873
872
  - `single-node-reader-only`
@@ -878,9 +877,9 @@ class CsiVolumeCapability(dict):
878
877
  """
879
878
  return pulumi.get(self, "access_mode")
880
879
 
881
- @property
880
+ @_builtins.property
882
881
  @pulumi.getter(name="attachmentMode")
883
- def attachment_mode(self) -> builtins.str:
882
+ def attachment_mode(self) -> _builtins.str:
884
883
  """
885
884
  `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
886
885
  - `block-device`
@@ -911,28 +910,28 @@ class CsiVolumeMountOptions(dict):
911
910
  return super().get(key, default)
912
911
 
913
912
  def __init__(__self__, *,
914
- fs_type: Optional[builtins.str] = None,
915
- mount_flags: Optional[Sequence[builtins.str]] = None):
913
+ fs_type: Optional[_builtins.str] = None,
914
+ mount_flags: Optional[Sequence[_builtins.str]] = None):
916
915
  """
917
- :param builtins.str fs_type: `(string: optional)` - The file system type.
918
- :param Sequence[builtins.str] mount_flags: `[]string: optional` - The flags passed to `mount`.
916
+ :param _builtins.str fs_type: `(string: optional)` - The file system type.
917
+ :param Sequence[_builtins.str] mount_flags: `[]string: optional` - The flags passed to `mount`.
919
918
  """
920
919
  if fs_type is not None:
921
920
  pulumi.set(__self__, "fs_type", fs_type)
922
921
  if mount_flags is not None:
923
922
  pulumi.set(__self__, "mount_flags", mount_flags)
924
923
 
925
- @property
924
+ @_builtins.property
926
925
  @pulumi.getter(name="fsType")
927
- def fs_type(self) -> Optional[builtins.str]:
926
+ def fs_type(self) -> Optional[_builtins.str]:
928
927
  """
929
928
  `(string: optional)` - The file system type.
930
929
  """
931
930
  return pulumi.get(self, "fs_type")
932
931
 
933
- @property
932
+ @_builtins.property
934
933
  @pulumi.getter(name="mountFlags")
935
- def mount_flags(self) -> Optional[Sequence[builtins.str]]:
934
+ def mount_flags(self) -> Optional[Sequence[_builtins.str]]:
936
935
  """
937
936
  `[]string: optional` - The flags passed to `mount`.
938
937
  """
@@ -961,25 +960,25 @@ class CsiVolumeRegistrationCapability(dict):
961
960
  return super().get(key, default)
962
961
 
963
962
  def __init__(__self__, *,
964
- access_mode: builtins.str,
965
- attachment_mode: builtins.str):
963
+ access_mode: _builtins.str,
964
+ attachment_mode: _builtins.str):
966
965
  """
967
- :param builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
966
+ :param _builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
968
967
  - `single-node-reader-only`
969
968
  - `single-node-writer`
970
969
  - `multi-node-reader-only`
971
970
  - `multi-node-single-writer`
972
971
  - `multi-node-multi-writer`
973
- :param builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
972
+ :param _builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
974
973
  - `block-device`
975
974
  - `file-system`
976
975
  """
977
976
  pulumi.set(__self__, "access_mode", access_mode)
978
977
  pulumi.set(__self__, "attachment_mode", attachment_mode)
979
978
 
980
- @property
979
+ @_builtins.property
981
980
  @pulumi.getter(name="accessMode")
982
- def access_mode(self) -> builtins.str:
981
+ def access_mode(self) -> _builtins.str:
983
982
  """
984
983
  `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
985
984
  - `single-node-reader-only`
@@ -990,9 +989,9 @@ class CsiVolumeRegistrationCapability(dict):
990
989
  """
991
990
  return pulumi.get(self, "access_mode")
992
991
 
993
- @property
992
+ @_builtins.property
994
993
  @pulumi.getter(name="attachmentMode")
995
- def attachment_mode(self) -> builtins.str:
994
+ def attachment_mode(self) -> _builtins.str:
996
995
  """
997
996
  `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
998
997
  - `block-device`
@@ -1023,28 +1022,28 @@ class CsiVolumeRegistrationMountOptions(dict):
1023
1022
  return super().get(key, default)
1024
1023
 
1025
1024
  def __init__(__self__, *,
1026
- fs_type: Optional[builtins.str] = None,
1027
- mount_flags: Optional[Sequence[builtins.str]] = None):
1025
+ fs_type: Optional[_builtins.str] = None,
1026
+ mount_flags: Optional[Sequence[_builtins.str]] = None):
1028
1027
  """
1029
- :param builtins.str fs_type: `(string: <optional>)` - The file system type.
1030
- :param Sequence[builtins.str] mount_flags: `([]string: <optional>)` - The flags passed to `mount`.
1028
+ :param _builtins.str fs_type: `(string: <optional>)` - The file system type.
1029
+ :param Sequence[_builtins.str] mount_flags: `([]string: <optional>)` - The flags passed to `mount`.
1031
1030
  """
1032
1031
  if fs_type is not None:
1033
1032
  pulumi.set(__self__, "fs_type", fs_type)
1034
1033
  if mount_flags is not None:
1035
1034
  pulumi.set(__self__, "mount_flags", mount_flags)
1036
1035
 
1037
- @property
1036
+ @_builtins.property
1038
1037
  @pulumi.getter(name="fsType")
1039
- def fs_type(self) -> Optional[builtins.str]:
1038
+ def fs_type(self) -> Optional[_builtins.str]:
1040
1039
  """
1041
1040
  `(string: <optional>)` - The file system type.
1042
1041
  """
1043
1042
  return pulumi.get(self, "fs_type")
1044
1043
 
1045
- @property
1044
+ @_builtins.property
1046
1045
  @pulumi.getter(name="mountFlags")
1047
- def mount_flags(self) -> Optional[Sequence[builtins.str]]:
1046
+ def mount_flags(self) -> Optional[Sequence[_builtins.str]]:
1048
1047
  """
1049
1048
  `([]string: <optional>)` - The flags passed to `mount`.
1050
1049
  """
@@ -1054,9 +1053,9 @@ class CsiVolumeRegistrationMountOptions(dict):
1054
1053
  @pulumi.output_type
1055
1054
  class CsiVolumeRegistrationTopology(dict):
1056
1055
  def __init__(__self__, *,
1057
- segments: Optional[Mapping[str, builtins.str]] = None):
1056
+ segments: Optional[Mapping[str, _builtins.str]] = None):
1058
1057
  """
1059
- :param Mapping[str, builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1058
+ :param Mapping[str, _builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1060
1059
 
1061
1060
  In addition to the above arguments, the following attributes are exported and
1062
1061
  can be referenced:
@@ -1064,9 +1063,9 @@ class CsiVolumeRegistrationTopology(dict):
1064
1063
  if segments is not None:
1065
1064
  pulumi.set(__self__, "segments", segments)
1066
1065
 
1067
- @property
1066
+ @_builtins.property
1068
1067
  @pulumi.getter
1069
- def segments(self) -> Optional[Mapping[str, builtins.str]]:
1068
+ def segments(self) -> Optional[Mapping[str, _builtins.str]]:
1070
1069
  """
1071
1070
  `(map[string]string)` - Define the attributes for the topology request.
1072
1071
 
@@ -1086,7 +1085,7 @@ class CsiVolumeRegistrationTopologyRequest(dict):
1086
1085
  if required is not None:
1087
1086
  pulumi.set(__self__, "required", required)
1088
1087
 
1089
- @property
1088
+ @_builtins.property
1090
1089
  @pulumi.getter
1091
1090
  def required(self) -> Optional['outputs.CsiVolumeRegistrationTopologyRequestRequired']:
1092
1091
  """
@@ -1104,7 +1103,7 @@ class CsiVolumeRegistrationTopologyRequestRequired(dict):
1104
1103
  """
1105
1104
  pulumi.set(__self__, "topologies", topologies)
1106
1105
 
1107
- @property
1106
+ @_builtins.property
1108
1107
  @pulumi.getter
1109
1108
  def topologies(self) -> Sequence['outputs.CsiVolumeRegistrationTopologyRequestRequiredTopology']:
1110
1109
  """
@@ -1116,15 +1115,15 @@ class CsiVolumeRegistrationTopologyRequestRequired(dict):
1116
1115
  @pulumi.output_type
1117
1116
  class CsiVolumeRegistrationTopologyRequestRequiredTopology(dict):
1118
1117
  def __init__(__self__, *,
1119
- segments: Mapping[str, builtins.str]):
1118
+ segments: Mapping[str, _builtins.str]):
1120
1119
  """
1121
- :param Mapping[str, builtins.str] segments: Define attributes for the topology request.
1120
+ :param Mapping[str, _builtins.str] segments: Define attributes for the topology request.
1122
1121
  """
1123
1122
  pulumi.set(__self__, "segments", segments)
1124
1123
 
1125
- @property
1124
+ @_builtins.property
1126
1125
  @pulumi.getter
1127
- def segments(self) -> Mapping[str, builtins.str]:
1126
+ def segments(self) -> Mapping[str, _builtins.str]:
1128
1127
  """
1129
1128
  Define attributes for the topology request.
1130
1129
  """
@@ -1134,9 +1133,9 @@ class CsiVolumeRegistrationTopologyRequestRequiredTopology(dict):
1134
1133
  @pulumi.output_type
1135
1134
  class CsiVolumeTopology(dict):
1136
1135
  def __init__(__self__, *,
1137
- segments: Optional[Mapping[str, builtins.str]] = None):
1136
+ segments: Optional[Mapping[str, _builtins.str]] = None):
1138
1137
  """
1139
- :param Mapping[str, builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1138
+ :param Mapping[str, _builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1140
1139
 
1141
1140
  In addition to the above arguments, the following attributes are exported and
1142
1141
  can be referenced:
@@ -1144,9 +1143,9 @@ class CsiVolumeTopology(dict):
1144
1143
  if segments is not None:
1145
1144
  pulumi.set(__self__, "segments", segments)
1146
1145
 
1147
- @property
1146
+ @_builtins.property
1148
1147
  @pulumi.getter
1149
- def segments(self) -> Optional[Mapping[str, builtins.str]]:
1148
+ def segments(self) -> Optional[Mapping[str, _builtins.str]]:
1150
1149
  """
1151
1150
  `(map[string]string)` - Define the attributes for the topology request.
1152
1151
 
@@ -1170,7 +1169,7 @@ class CsiVolumeTopologyRequest(dict):
1170
1169
  if required is not None:
1171
1170
  pulumi.set(__self__, "required", required)
1172
1171
 
1173
- @property
1172
+ @_builtins.property
1174
1173
  @pulumi.getter
1175
1174
  def preferred(self) -> Optional['outputs.CsiVolumeTopologyRequestPreferred']:
1176
1175
  """
@@ -1178,7 +1177,7 @@ class CsiVolumeTopologyRequest(dict):
1178
1177
  """
1179
1178
  return pulumi.get(self, "preferred")
1180
1179
 
1181
- @property
1180
+ @_builtins.property
1182
1181
  @pulumi.getter
1183
1182
  def required(self) -> Optional['outputs.CsiVolumeTopologyRequestRequired']:
1184
1183
  """
@@ -1196,7 +1195,7 @@ class CsiVolumeTopologyRequestPreferred(dict):
1196
1195
  """
1197
1196
  pulumi.set(__self__, "topologies", topologies)
1198
1197
 
1199
- @property
1198
+ @_builtins.property
1200
1199
  @pulumi.getter
1201
1200
  def topologies(self) -> Sequence['outputs.CsiVolumeTopologyRequestPreferredTopology']:
1202
1201
  """
@@ -1208,15 +1207,15 @@ class CsiVolumeTopologyRequestPreferred(dict):
1208
1207
  @pulumi.output_type
1209
1208
  class CsiVolumeTopologyRequestPreferredTopology(dict):
1210
1209
  def __init__(__self__, *,
1211
- segments: Mapping[str, builtins.str]):
1210
+ segments: Mapping[str, _builtins.str]):
1212
1211
  """
1213
- :param Mapping[str, builtins.str] segments: Define the attributes for the topology request.
1212
+ :param Mapping[str, _builtins.str] segments: Define the attributes for the topology request.
1214
1213
  """
1215
1214
  pulumi.set(__self__, "segments", segments)
1216
1215
 
1217
- @property
1216
+ @_builtins.property
1218
1217
  @pulumi.getter
1219
- def segments(self) -> Mapping[str, builtins.str]:
1218
+ def segments(self) -> Mapping[str, _builtins.str]:
1220
1219
  """
1221
1220
  Define the attributes for the topology request.
1222
1221
  """
@@ -1232,7 +1231,7 @@ class CsiVolumeTopologyRequestRequired(dict):
1232
1231
  """
1233
1232
  pulumi.set(__self__, "topologies", topologies)
1234
1233
 
1235
- @property
1234
+ @_builtins.property
1236
1235
  @pulumi.getter
1237
1236
  def topologies(self) -> Sequence['outputs.CsiVolumeTopologyRequestRequiredTopology']:
1238
1237
  """
@@ -1244,15 +1243,15 @@ class CsiVolumeTopologyRequestRequired(dict):
1244
1243
  @pulumi.output_type
1245
1244
  class CsiVolumeTopologyRequestRequiredTopology(dict):
1246
1245
  def __init__(__self__, *,
1247
- segments: Mapping[str, builtins.str]):
1246
+ segments: Mapping[str, _builtins.str]):
1248
1247
  """
1249
- :param Mapping[str, builtins.str] segments: Define the attributes for the topology request.
1248
+ :param Mapping[str, _builtins.str] segments: Define the attributes for the topology request.
1250
1249
  """
1251
1250
  pulumi.set(__self__, "segments", segments)
1252
1251
 
1253
- @property
1252
+ @_builtins.property
1254
1253
  @pulumi.getter
1255
- def segments(self) -> Mapping[str, builtins.str]:
1254
+ def segments(self) -> Mapping[str, _builtins.str]:
1256
1255
  """
1257
1256
  Define the attributes for the topology request.
1258
1257
  """
@@ -1281,29 +1280,29 @@ class DynamicHostVolumeCapability(dict):
1281
1280
  return super().get(key, default)
1282
1281
 
1283
1282
  def __init__(__self__, *,
1284
- access_mode: builtins.str,
1285
- attachment_mode: builtins.str):
1283
+ access_mode: _builtins.str,
1284
+ attachment_mode: _builtins.str):
1286
1285
  """
1287
- :param builtins.str access_mode: `(string)` - How the volume can be mounted by
1286
+ :param _builtins.str access_mode: `(string)` - How the volume can be mounted by
1288
1287
  allocations. Refer to the [`access_mode`][] documentation for details.
1289
- :param builtins.str attachment_mode: `(string)` - The storage API that will be used by the
1288
+ :param _builtins.str attachment_mode: `(string)` - The storage API that will be used by the
1290
1289
  volume. Refer to the [`attachment_mode`][] documentation.
1291
1290
  """
1292
1291
  pulumi.set(__self__, "access_mode", access_mode)
1293
1292
  pulumi.set(__self__, "attachment_mode", attachment_mode)
1294
1293
 
1295
- @property
1294
+ @_builtins.property
1296
1295
  @pulumi.getter(name="accessMode")
1297
- def access_mode(self) -> builtins.str:
1296
+ def access_mode(self) -> _builtins.str:
1298
1297
  """
1299
1298
  `(string)` - How the volume can be mounted by
1300
1299
  allocations. Refer to the [`access_mode`][] documentation for details.
1301
1300
  """
1302
1301
  return pulumi.get(self, "access_mode")
1303
1302
 
1304
- @property
1303
+ @_builtins.property
1305
1304
  @pulumi.getter(name="attachmentMode")
1306
- def attachment_mode(self) -> builtins.str:
1305
+ def attachment_mode(self) -> _builtins.str:
1307
1306
  """
1308
1307
  `(string)` - The storage API that will be used by the
1309
1308
  volume. Refer to the [`attachment_mode`][] documentation.
@@ -1314,13 +1313,13 @@ class DynamicHostVolumeCapability(dict):
1314
1313
  @pulumi.output_type
1315
1314
  class DynamicHostVolumeConstraint(dict):
1316
1315
  def __init__(__self__, *,
1317
- attribute: builtins.str,
1318
- operator: Optional[builtins.str] = None,
1319
- value: Optional[builtins.str] = None):
1316
+ attribute: _builtins.str,
1317
+ operator: Optional[_builtins.str] = None,
1318
+ value: Optional[_builtins.str] = None):
1320
1319
  """
1321
- :param builtins.str attribute: `(string)` - The [node attribute][] to check for the constraint.
1322
- :param builtins.str operator: `(string)`- The operator to use in the comparison.
1323
- :param builtins.str value: `(string)` - The value of the attribute to compare against.
1320
+ :param _builtins.str attribute: `(string)` - The [node attribute][] to check for the constraint.
1321
+ :param _builtins.str operator: `(string)`- The operator to use in the comparison.
1322
+ :param _builtins.str value: `(string)` - The value of the attribute to compare against.
1324
1323
  """
1325
1324
  pulumi.set(__self__, "attribute", attribute)
1326
1325
  if operator is not None:
@@ -1328,25 +1327,25 @@ class DynamicHostVolumeConstraint(dict):
1328
1327
  if value is not None:
1329
1328
  pulumi.set(__self__, "value", value)
1330
1329
 
1331
- @property
1330
+ @_builtins.property
1332
1331
  @pulumi.getter
1333
- def attribute(self) -> builtins.str:
1332
+ def attribute(self) -> _builtins.str:
1334
1333
  """
1335
1334
  `(string)` - The [node attribute][] to check for the constraint.
1336
1335
  """
1337
1336
  return pulumi.get(self, "attribute")
1338
1337
 
1339
- @property
1338
+ @_builtins.property
1340
1339
  @pulumi.getter
1341
- def operator(self) -> Optional[builtins.str]:
1340
+ def operator(self) -> Optional[_builtins.str]:
1342
1341
  """
1343
1342
  `(string)`- The operator to use in the comparison.
1344
1343
  """
1345
1344
  return pulumi.get(self, "operator")
1346
1345
 
1347
- @property
1346
+ @_builtins.property
1348
1347
  @pulumi.getter
1349
- def value(self) -> Optional[builtins.str]:
1348
+ def value(self) -> Optional[_builtins.str]:
1350
1349
  """
1351
1350
  `(string)` - The value of the attribute to compare against.
1352
1351
  """
@@ -1375,29 +1374,29 @@ class DynamicHostVolumeRegistrationCapability(dict):
1375
1374
  return super().get(key, default)
1376
1375
 
1377
1376
  def __init__(__self__, *,
1378
- access_mode: builtins.str,
1379
- attachment_mode: builtins.str):
1377
+ access_mode: _builtins.str,
1378
+ attachment_mode: _builtins.str):
1380
1379
  """
1381
- :param builtins.str access_mode: `(string)` - How the volume can be mounted by
1380
+ :param _builtins.str access_mode: `(string)` - How the volume can be mounted by
1382
1381
  allocations. Refer to the [`access_mode`][] documentation for details.
1383
- :param builtins.str attachment_mode: `(string)` - The storage API that will be used by the
1382
+ :param _builtins.str attachment_mode: `(string)` - The storage API that will be used by the
1384
1383
  volume. Refer to the [`attachment_mode`][] documentation.
1385
1384
  """
1386
1385
  pulumi.set(__self__, "access_mode", access_mode)
1387
1386
  pulumi.set(__self__, "attachment_mode", attachment_mode)
1388
1387
 
1389
- @property
1388
+ @_builtins.property
1390
1389
  @pulumi.getter(name="accessMode")
1391
- def access_mode(self) -> builtins.str:
1390
+ def access_mode(self) -> _builtins.str:
1392
1391
  """
1393
1392
  `(string)` - How the volume can be mounted by
1394
1393
  allocations. Refer to the [`access_mode`][] documentation for details.
1395
1394
  """
1396
1395
  return pulumi.get(self, "access_mode")
1397
1396
 
1398
- @property
1397
+ @_builtins.property
1399
1398
  @pulumi.getter(name="attachmentMode")
1400
- def attachment_mode(self) -> builtins.str:
1399
+ def attachment_mode(self) -> _builtins.str:
1401
1400
  """
1402
1401
  `(string)` - The storage API that will be used by the
1403
1402
  volume. Refer to the [`attachment_mode`][] documentation.
@@ -1408,13 +1407,13 @@ class DynamicHostVolumeRegistrationCapability(dict):
1408
1407
  @pulumi.output_type
1409
1408
  class DynamicHostVolumeRegistrationConstraint(dict):
1410
1409
  def __init__(__self__, *,
1411
- attribute: builtins.str,
1412
- operator: Optional[builtins.str] = None,
1413
- value: Optional[builtins.str] = None):
1410
+ attribute: _builtins.str,
1411
+ operator: Optional[_builtins.str] = None,
1412
+ value: Optional[_builtins.str] = None):
1414
1413
  """
1415
- :param builtins.str attribute: An attribute to check to constrain volume placement
1416
- :param builtins.str operator: The operator to use for comparison
1417
- :param builtins.str value: The requested value of the attribute
1414
+ :param _builtins.str attribute: An attribute to check to constrain volume placement
1415
+ :param _builtins.str operator: The operator to use for comparison
1416
+ :param _builtins.str value: The requested value of the attribute
1418
1417
  """
1419
1418
  pulumi.set(__self__, "attribute", attribute)
1420
1419
  if operator is not None:
@@ -1422,25 +1421,25 @@ class DynamicHostVolumeRegistrationConstraint(dict):
1422
1421
  if value is not None:
1423
1422
  pulumi.set(__self__, "value", value)
1424
1423
 
1425
- @property
1424
+ @_builtins.property
1426
1425
  @pulumi.getter
1427
- def attribute(self) -> builtins.str:
1426
+ def attribute(self) -> _builtins.str:
1428
1427
  """
1429
1428
  An attribute to check to constrain volume placement
1430
1429
  """
1431
1430
  return pulumi.get(self, "attribute")
1432
1431
 
1433
- @property
1432
+ @_builtins.property
1434
1433
  @pulumi.getter
1435
- def operator(self) -> Optional[builtins.str]:
1434
+ def operator(self) -> Optional[_builtins.str]:
1436
1435
  """
1437
1436
  The operator to use for comparison
1438
1437
  """
1439
1438
  return pulumi.get(self, "operator")
1440
1439
 
1441
- @property
1440
+ @_builtins.property
1442
1441
  @pulumi.getter
1443
- def value(self) -> Optional[builtins.str]:
1442
+ def value(self) -> Optional[_builtins.str]:
1444
1443
  """
1445
1444
  The requested value of the attribute
1446
1445
  """
@@ -1469,25 +1468,25 @@ class ExternalVolumeCapability(dict):
1469
1468
  return super().get(key, default)
1470
1469
 
1471
1470
  def __init__(__self__, *,
1472
- access_mode: builtins.str,
1473
- attachment_mode: builtins.str):
1471
+ access_mode: _builtins.str,
1472
+ attachment_mode: _builtins.str):
1474
1473
  """
1475
- :param builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
1474
+ :param _builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
1476
1475
  - `single-node-reader-only`
1477
1476
  - `single-node-writer`
1478
1477
  - `multi-node-reader-only`
1479
1478
  - `multi-node-single-writer`
1480
1479
  - `multi-node-multi-writer`
1481
- :param builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
1480
+ :param _builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
1482
1481
  - `block-device`
1483
1482
  - `file-system`
1484
1483
  """
1485
1484
  pulumi.set(__self__, "access_mode", access_mode)
1486
1485
  pulumi.set(__self__, "attachment_mode", attachment_mode)
1487
1486
 
1488
- @property
1487
+ @_builtins.property
1489
1488
  @pulumi.getter(name="accessMode")
1490
- def access_mode(self) -> builtins.str:
1489
+ def access_mode(self) -> _builtins.str:
1491
1490
  """
1492
1491
  `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
1493
1492
  - `single-node-reader-only`
@@ -1498,9 +1497,9 @@ class ExternalVolumeCapability(dict):
1498
1497
  """
1499
1498
  return pulumi.get(self, "access_mode")
1500
1499
 
1501
- @property
1500
+ @_builtins.property
1502
1501
  @pulumi.getter(name="attachmentMode")
1503
- def attachment_mode(self) -> builtins.str:
1502
+ def attachment_mode(self) -> _builtins.str:
1504
1503
  """
1505
1504
  `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
1506
1505
  - `block-device`
@@ -1531,28 +1530,28 @@ class ExternalVolumeMountOptions(dict):
1531
1530
  return super().get(key, default)
1532
1531
 
1533
1532
  def __init__(__self__, *,
1534
- fs_type: Optional[builtins.str] = None,
1535
- mount_flags: Optional[Sequence[builtins.str]] = None):
1533
+ fs_type: Optional[_builtins.str] = None,
1534
+ mount_flags: Optional[Sequence[_builtins.str]] = None):
1536
1535
  """
1537
- :param builtins.str fs_type: `(string: optional)` - The file system type.
1538
- :param Sequence[builtins.str] mount_flags: `[]string: optional` - The flags passed to `mount`.
1536
+ :param _builtins.str fs_type: `(string: optional)` - The file system type.
1537
+ :param Sequence[_builtins.str] mount_flags: `[]string: optional` - The flags passed to `mount`.
1539
1538
  """
1540
1539
  if fs_type is not None:
1541
1540
  pulumi.set(__self__, "fs_type", fs_type)
1542
1541
  if mount_flags is not None:
1543
1542
  pulumi.set(__self__, "mount_flags", mount_flags)
1544
1543
 
1545
- @property
1544
+ @_builtins.property
1546
1545
  @pulumi.getter(name="fsType")
1547
- def fs_type(self) -> Optional[builtins.str]:
1546
+ def fs_type(self) -> Optional[_builtins.str]:
1548
1547
  """
1549
1548
  `(string: optional)` - The file system type.
1550
1549
  """
1551
1550
  return pulumi.get(self, "fs_type")
1552
1551
 
1553
- @property
1552
+ @_builtins.property
1554
1553
  @pulumi.getter(name="mountFlags")
1555
- def mount_flags(self) -> Optional[Sequence[builtins.str]]:
1554
+ def mount_flags(self) -> Optional[Sequence[_builtins.str]]:
1556
1555
  """
1557
1556
  `[]string: optional` - The flags passed to `mount`.
1558
1557
  """
@@ -1562,9 +1561,9 @@ class ExternalVolumeMountOptions(dict):
1562
1561
  @pulumi.output_type
1563
1562
  class ExternalVolumeTopology(dict):
1564
1563
  def __init__(__self__, *,
1565
- segments: Optional[Mapping[str, builtins.str]] = None):
1564
+ segments: Optional[Mapping[str, _builtins.str]] = None):
1566
1565
  """
1567
- :param Mapping[str, builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1566
+ :param Mapping[str, _builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
1568
1567
 
1569
1568
  In addition to the above arguments, the following attributes are exported and
1570
1569
  can be referenced:
@@ -1572,9 +1571,9 @@ class ExternalVolumeTopology(dict):
1572
1571
  if segments is not None:
1573
1572
  pulumi.set(__self__, "segments", segments)
1574
1573
 
1575
- @property
1574
+ @_builtins.property
1576
1575
  @pulumi.getter
1577
- def segments(self) -> Optional[Mapping[str, builtins.str]]:
1576
+ def segments(self) -> Optional[Mapping[str, _builtins.str]]:
1578
1577
  """
1579
1578
  `(map[string]string)` - Define the attributes for the topology request.
1580
1579
 
@@ -1598,7 +1597,7 @@ class ExternalVolumeTopologyRequest(dict):
1598
1597
  if required is not None:
1599
1598
  pulumi.set(__self__, "required", required)
1600
1599
 
1601
- @property
1600
+ @_builtins.property
1602
1601
  @pulumi.getter
1603
1602
  def preferred(self) -> Optional['outputs.ExternalVolumeTopologyRequestPreferred']:
1604
1603
  """
@@ -1606,7 +1605,7 @@ class ExternalVolumeTopologyRequest(dict):
1606
1605
  """
1607
1606
  return pulumi.get(self, "preferred")
1608
1607
 
1609
- @property
1608
+ @_builtins.property
1610
1609
  @pulumi.getter
1611
1610
  def required(self) -> Optional['outputs.ExternalVolumeTopologyRequestRequired']:
1612
1611
  """
@@ -1624,7 +1623,7 @@ class ExternalVolumeTopologyRequestPreferred(dict):
1624
1623
  """
1625
1624
  pulumi.set(__self__, "topologies", topologies)
1626
1625
 
1627
- @property
1626
+ @_builtins.property
1628
1627
  @pulumi.getter
1629
1628
  def topologies(self) -> Sequence['outputs.ExternalVolumeTopologyRequestPreferredTopology']:
1630
1629
  """
@@ -1636,15 +1635,15 @@ class ExternalVolumeTopologyRequestPreferred(dict):
1636
1635
  @pulumi.output_type
1637
1636
  class ExternalVolumeTopologyRequestPreferredTopology(dict):
1638
1637
  def __init__(__self__, *,
1639
- segments: Mapping[str, builtins.str]):
1638
+ segments: Mapping[str, _builtins.str]):
1640
1639
  """
1641
- :param Mapping[str, builtins.str] segments: Define the attributes for the topology request.
1640
+ :param Mapping[str, _builtins.str] segments: Define the attributes for the topology request.
1642
1641
  """
1643
1642
  pulumi.set(__self__, "segments", segments)
1644
1643
 
1645
- @property
1644
+ @_builtins.property
1646
1645
  @pulumi.getter
1647
- def segments(self) -> Mapping[str, builtins.str]:
1646
+ def segments(self) -> Mapping[str, _builtins.str]:
1648
1647
  """
1649
1648
  Define the attributes for the topology request.
1650
1649
  """
@@ -1660,7 +1659,7 @@ class ExternalVolumeTopologyRequestRequired(dict):
1660
1659
  """
1661
1660
  pulumi.set(__self__, "topologies", topologies)
1662
1661
 
1663
- @property
1662
+ @_builtins.property
1664
1663
  @pulumi.getter
1665
1664
  def topologies(self) -> Sequence['outputs.ExternalVolumeTopologyRequestRequiredTopology']:
1666
1665
  """
@@ -1672,15 +1671,15 @@ class ExternalVolumeTopologyRequestRequired(dict):
1672
1671
  @pulumi.output_type
1673
1672
  class ExternalVolumeTopologyRequestRequiredTopology(dict):
1674
1673
  def __init__(__self__, *,
1675
- segments: Mapping[str, builtins.str]):
1674
+ segments: Mapping[str, _builtins.str]):
1676
1675
  """
1677
- :param Mapping[str, builtins.str] segments: Define the attributes for the topology request.
1676
+ :param Mapping[str, _builtins.str] segments: Define the attributes for the topology request.
1678
1677
  """
1679
1678
  pulumi.set(__self__, "segments", segments)
1680
1679
 
1681
- @property
1680
+ @_builtins.property
1682
1681
  @pulumi.getter
1683
- def segments(self) -> Mapping[str, builtins.str]:
1682
+ def segments(self) -> Mapping[str, _builtins.str]:
1684
1683
  """
1685
1684
  Define the attributes for the topology request.
1686
1685
  """
@@ -1707,30 +1706,30 @@ class JobHcl2(dict):
1707
1706
  return super().get(key, default)
1708
1707
 
1709
1708
  def __init__(__self__, *,
1710
- allow_fs: Optional[builtins.bool] = None,
1711
- vars: Optional[Mapping[str, builtins.str]] = None):
1709
+ allow_fs: Optional[_builtins.bool] = None,
1710
+ vars: Optional[Mapping[str, _builtins.str]] = None):
1712
1711
  """
1713
- :param builtins.bool allow_fs: `(boolean: false)` - Set this to `true` to be able to use
1712
+ :param _builtins.bool allow_fs: `(boolean: false)` - Set this to `true` to be able to use
1714
1713
  HCL2 filesystem functions
1715
- :param Mapping[str, builtins.str] vars: Additional variables to use when templating the job with HCL2
1714
+ :param Mapping[str, _builtins.str] vars: Additional variables to use when templating the job with HCL2
1716
1715
  """
1717
1716
  if allow_fs is not None:
1718
1717
  pulumi.set(__self__, "allow_fs", allow_fs)
1719
1718
  if vars is not None:
1720
1719
  pulumi.set(__self__, "vars", vars)
1721
1720
 
1722
- @property
1721
+ @_builtins.property
1723
1722
  @pulumi.getter(name="allowFs")
1724
- def allow_fs(self) -> Optional[builtins.bool]:
1723
+ def allow_fs(self) -> Optional[_builtins.bool]:
1725
1724
  """
1726
1725
  `(boolean: false)` - Set this to `true` to be able to use
1727
1726
  HCL2 filesystem functions
1728
1727
  """
1729
1728
  return pulumi.get(self, "allow_fs")
1730
1729
 
1731
- @property
1730
+ @_builtins.property
1732
1731
  @pulumi.getter
1733
- def vars(self) -> Optional[Mapping[str, builtins.str]]:
1732
+ def vars(self) -> Optional[Mapping[str, _builtins.str]]:
1734
1733
  """
1735
1734
  Additional variables to use when templating the job with HCL2
1736
1735
  """
@@ -1740,9 +1739,9 @@ class JobHcl2(dict):
1740
1739
  @pulumi.output_type
1741
1740
  class JobTaskGroup(dict):
1742
1741
  def __init__(__self__, *,
1743
- count: Optional[builtins.int] = None,
1744
- meta: Optional[Mapping[str, builtins.str]] = None,
1745
- name: Optional[builtins.str] = None,
1742
+ count: Optional[_builtins.int] = None,
1743
+ meta: Optional[Mapping[str, _builtins.str]] = None,
1744
+ name: Optional[_builtins.str] = None,
1746
1745
  tasks: Optional[Sequence['outputs.JobTaskGroupTask']] = None,
1747
1746
  volumes: Optional[Sequence['outputs.JobTaskGroupVolume']] = None):
1748
1747
  if count is not None:
@@ -1756,27 +1755,27 @@ class JobTaskGroup(dict):
1756
1755
  if volumes is not None:
1757
1756
  pulumi.set(__self__, "volumes", volumes)
1758
1757
 
1759
- @property
1758
+ @_builtins.property
1760
1759
  @pulumi.getter
1761
- def count(self) -> Optional[builtins.int]:
1760
+ def count(self) -> Optional[_builtins.int]:
1762
1761
  return pulumi.get(self, "count")
1763
1762
 
1764
- @property
1763
+ @_builtins.property
1765
1764
  @pulumi.getter
1766
- def meta(self) -> Optional[Mapping[str, builtins.str]]:
1765
+ def meta(self) -> Optional[Mapping[str, _builtins.str]]:
1767
1766
  return pulumi.get(self, "meta")
1768
1767
 
1769
- @property
1768
+ @_builtins.property
1770
1769
  @pulumi.getter
1771
- def name(self) -> Optional[builtins.str]:
1770
+ def name(self) -> Optional[_builtins.str]:
1772
1771
  return pulumi.get(self, "name")
1773
1772
 
1774
- @property
1773
+ @_builtins.property
1775
1774
  @pulumi.getter
1776
1775
  def tasks(self) -> Optional[Sequence['outputs.JobTaskGroupTask']]:
1777
1776
  return pulumi.get(self, "tasks")
1778
1777
 
1779
- @property
1778
+ @_builtins.property
1780
1779
  @pulumi.getter
1781
1780
  def volumes(self) -> Optional[Sequence['outputs.JobTaskGroupVolume']]:
1782
1781
  return pulumi.get(self, "volumes")
@@ -1802,9 +1801,9 @@ class JobTaskGroupTask(dict):
1802
1801
  return super().get(key, default)
1803
1802
 
1804
1803
  def __init__(__self__, *,
1805
- driver: Optional[builtins.str] = None,
1806
- meta: Optional[Mapping[str, builtins.str]] = None,
1807
- name: Optional[builtins.str] = None,
1804
+ driver: Optional[_builtins.str] = None,
1805
+ meta: Optional[Mapping[str, _builtins.str]] = None,
1806
+ name: Optional[_builtins.str] = None,
1808
1807
  volume_mounts: Optional[Sequence['outputs.JobTaskGroupTaskVolumeMount']] = None):
1809
1808
  if driver is not None:
1810
1809
  pulumi.set(__self__, "driver", driver)
@@ -1815,22 +1814,22 @@ class JobTaskGroupTask(dict):
1815
1814
  if volume_mounts is not None:
1816
1815
  pulumi.set(__self__, "volume_mounts", volume_mounts)
1817
1816
 
1818
- @property
1817
+ @_builtins.property
1819
1818
  @pulumi.getter
1820
- def driver(self) -> Optional[builtins.str]:
1819
+ def driver(self) -> Optional[_builtins.str]:
1821
1820
  return pulumi.get(self, "driver")
1822
1821
 
1823
- @property
1822
+ @_builtins.property
1824
1823
  @pulumi.getter
1825
- def meta(self) -> Optional[Mapping[str, builtins.str]]:
1824
+ def meta(self) -> Optional[Mapping[str, _builtins.str]]:
1826
1825
  return pulumi.get(self, "meta")
1827
1826
 
1828
- @property
1827
+ @_builtins.property
1829
1828
  @pulumi.getter
1830
- def name(self) -> Optional[builtins.str]:
1829
+ def name(self) -> Optional[_builtins.str]:
1831
1830
  return pulumi.get(self, "name")
1832
1831
 
1833
- @property
1832
+ @_builtins.property
1834
1833
  @pulumi.getter(name="volumeMounts")
1835
1834
  def volume_mounts(self) -> Optional[Sequence['outputs.JobTaskGroupTaskVolumeMount']]:
1836
1835
  return pulumi.get(self, "volume_mounts")
@@ -1856,9 +1855,9 @@ class JobTaskGroupTaskVolumeMount(dict):
1856
1855
  return super().get(key, default)
1857
1856
 
1858
1857
  def __init__(__self__, *,
1859
- destination: Optional[builtins.str] = None,
1860
- read_only: Optional[builtins.bool] = None,
1861
- volume: Optional[builtins.str] = None):
1858
+ destination: Optional[_builtins.str] = None,
1859
+ read_only: Optional[_builtins.bool] = None,
1860
+ volume: Optional[_builtins.str] = None):
1862
1861
  if destination is not None:
1863
1862
  pulumi.set(__self__, "destination", destination)
1864
1863
  if read_only is not None:
@@ -1866,19 +1865,19 @@ class JobTaskGroupTaskVolumeMount(dict):
1866
1865
  if volume is not None:
1867
1866
  pulumi.set(__self__, "volume", volume)
1868
1867
 
1869
- @property
1868
+ @_builtins.property
1870
1869
  @pulumi.getter
1871
- def destination(self) -> Optional[builtins.str]:
1870
+ def destination(self) -> Optional[_builtins.str]:
1872
1871
  return pulumi.get(self, "destination")
1873
1872
 
1874
- @property
1873
+ @_builtins.property
1875
1874
  @pulumi.getter(name="readOnly")
1876
- def read_only(self) -> Optional[builtins.bool]:
1875
+ def read_only(self) -> Optional[_builtins.bool]:
1877
1876
  return pulumi.get(self, "read_only")
1878
1877
 
1879
- @property
1878
+ @_builtins.property
1880
1879
  @pulumi.getter
1881
- def volume(self) -> Optional[builtins.str]:
1880
+ def volume(self) -> Optional[_builtins.str]:
1882
1881
  return pulumi.get(self, "volume")
1883
1882
 
1884
1883
 
@@ -1902,10 +1901,10 @@ class JobTaskGroupVolume(dict):
1902
1901
  return super().get(key, default)
1903
1902
 
1904
1903
  def __init__(__self__, *,
1905
- name: Optional[builtins.str] = None,
1906
- read_only: Optional[builtins.bool] = None,
1907
- source: Optional[builtins.str] = None,
1908
- type: Optional[builtins.str] = None):
1904
+ name: Optional[_builtins.str] = None,
1905
+ read_only: Optional[_builtins.bool] = None,
1906
+ source: Optional[_builtins.str] = None,
1907
+ type: Optional[_builtins.str] = None):
1909
1908
  if name is not None:
1910
1909
  pulumi.set(__self__, "name", name)
1911
1910
  if read_only is not None:
@@ -1915,24 +1914,24 @@ class JobTaskGroupVolume(dict):
1915
1914
  if type is not None:
1916
1915
  pulumi.set(__self__, "type", type)
1917
1916
 
1918
- @property
1917
+ @_builtins.property
1919
1918
  @pulumi.getter
1920
- def name(self) -> Optional[builtins.str]:
1919
+ def name(self) -> Optional[_builtins.str]:
1921
1920
  return pulumi.get(self, "name")
1922
1921
 
1923
- @property
1922
+ @_builtins.property
1924
1923
  @pulumi.getter(name="readOnly")
1925
- def read_only(self) -> Optional[builtins.bool]:
1924
+ def read_only(self) -> Optional[_builtins.bool]:
1926
1925
  return pulumi.get(self, "read_only")
1927
1926
 
1928
- @property
1927
+ @_builtins.property
1929
1928
  @pulumi.getter
1930
- def source(self) -> Optional[builtins.str]:
1929
+ def source(self) -> Optional[_builtins.str]:
1931
1930
  return pulumi.get(self, "source")
1932
1931
 
1933
- @property
1932
+ @_builtins.property
1934
1933
  @pulumi.getter
1935
- def type(self) -> Optional[builtins.str]:
1934
+ def type(self) -> Optional[_builtins.str]:
1936
1935
  return pulumi.get(self, "type")
1937
1936
 
1938
1937
 
@@ -1958,28 +1957,28 @@ class NamespaceCapabilities(dict):
1958
1957
  return super().get(key, default)
1959
1958
 
1960
1959
  def __init__(__self__, *,
1961
- disabled_task_drivers: Optional[Sequence[builtins.str]] = None,
1962
- enabled_task_drivers: Optional[Sequence[builtins.str]] = None):
1960
+ disabled_task_drivers: Optional[Sequence[_builtins.str]] = None,
1961
+ enabled_task_drivers: Optional[Sequence[_builtins.str]] = None):
1963
1962
  """
1964
- :param Sequence[builtins.str] disabled_task_drivers: `([]string: <optional>)` - Task drivers disabled for the namespace.
1965
- :param Sequence[builtins.str] enabled_task_drivers: `([]string: <optional>)` - Task drivers enabled for the namespace.
1963
+ :param Sequence[_builtins.str] disabled_task_drivers: `([]string: <optional>)` - Task drivers disabled for the namespace.
1964
+ :param Sequence[_builtins.str] enabled_task_drivers: `([]string: <optional>)` - Task drivers enabled for the namespace.
1966
1965
  """
1967
1966
  if disabled_task_drivers is not None:
1968
1967
  pulumi.set(__self__, "disabled_task_drivers", disabled_task_drivers)
1969
1968
  if enabled_task_drivers is not None:
1970
1969
  pulumi.set(__self__, "enabled_task_drivers", enabled_task_drivers)
1971
1970
 
1972
- @property
1971
+ @_builtins.property
1973
1972
  @pulumi.getter(name="disabledTaskDrivers")
1974
- def disabled_task_drivers(self) -> Optional[Sequence[builtins.str]]:
1973
+ def disabled_task_drivers(self) -> Optional[Sequence[_builtins.str]]:
1975
1974
  """
1976
1975
  `([]string: <optional>)` - Task drivers disabled for the namespace.
1977
1976
  """
1978
1977
  return pulumi.get(self, "disabled_task_drivers")
1979
1978
 
1980
- @property
1979
+ @_builtins.property
1981
1980
  @pulumi.getter(name="enabledTaskDrivers")
1982
- def enabled_task_drivers(self) -> Optional[Sequence[builtins.str]]:
1981
+ def enabled_task_drivers(self) -> Optional[Sequence[_builtins.str]]:
1983
1982
  """
1984
1983
  `([]string: <optional>)` - Task drivers enabled for the namespace.
1985
1984
  """
@@ -1989,13 +1988,13 @@ class NamespaceCapabilities(dict):
1989
1988
  @pulumi.output_type
1990
1989
  class NamespaceNodePoolConfig(dict):
1991
1990
  def __init__(__self__, *,
1992
- alloweds: Optional[Sequence[builtins.str]] = None,
1993
- default: Optional[builtins.str] = None,
1994
- denieds: Optional[Sequence[builtins.str]] = None):
1991
+ alloweds: Optional[Sequence[_builtins.str]] = None,
1992
+ default: Optional[_builtins.str] = None,
1993
+ denieds: Optional[Sequence[_builtins.str]] = None):
1995
1994
  """
1996
- :param Sequence[builtins.str] alloweds: `([]string: <optional>)` - The list of node pools that are allowed to be used in this namespace.
1997
- :param builtins.str default: `(string: <optional>)` - The default node pool for jobs that don't define one.
1998
- :param Sequence[builtins.str] denieds: `([]string: <optional>)` - The list of node pools that are not allowed to be used in this namespace.
1995
+ :param Sequence[_builtins.str] alloweds: `([]string: <optional>)` - The list of node pools that are allowed to be used in this namespace.
1996
+ :param _builtins.str default: `(string: <optional>)` - The default node pool for jobs that don't define one.
1997
+ :param Sequence[_builtins.str] denieds: `([]string: <optional>)` - The list of node pools that are not allowed to be used in this namespace.
1999
1998
  """
2000
1999
  if alloweds is not None:
2001
2000
  pulumi.set(__self__, "alloweds", alloweds)
@@ -2004,25 +2003,25 @@ class NamespaceNodePoolConfig(dict):
2004
2003
  if denieds is not None:
2005
2004
  pulumi.set(__self__, "denieds", denieds)
2006
2005
 
2007
- @property
2006
+ @_builtins.property
2008
2007
  @pulumi.getter
2009
- def alloweds(self) -> Optional[Sequence[builtins.str]]:
2008
+ def alloweds(self) -> Optional[Sequence[_builtins.str]]:
2010
2009
  """
2011
2010
  `([]string: <optional>)` - The list of node pools that are allowed to be used in this namespace.
2012
2011
  """
2013
2012
  return pulumi.get(self, "alloweds")
2014
2013
 
2015
- @property
2014
+ @_builtins.property
2016
2015
  @pulumi.getter
2017
- def default(self) -> Optional[builtins.str]:
2016
+ def default(self) -> Optional[_builtins.str]:
2018
2017
  """
2019
2018
  `(string: <optional>)` - The default node pool for jobs that don't define one.
2020
2019
  """
2021
2020
  return pulumi.get(self, "default")
2022
2021
 
2023
- @property
2022
+ @_builtins.property
2024
2023
  @pulumi.getter
2025
- def denieds(self) -> Optional[Sequence[builtins.str]]:
2024
+ def denieds(self) -> Optional[Sequence[_builtins.str]]:
2026
2025
  """
2027
2026
  `([]string: <optional>)` - The list of node pools that are not allowed to be used in this namespace.
2028
2027
  """
@@ -2051,10 +2050,10 @@ class NodePoolSchedulerConfig(dict):
2051
2050
  return super().get(key, default)
2052
2051
 
2053
2052
  def __init__(__self__, *,
2054
- memory_oversubscription: Optional[builtins.str] = None,
2055
- scheduler_algorithm: Optional[builtins.str] = None):
2053
+ memory_oversubscription: Optional[_builtins.str] = None,
2054
+ scheduler_algorithm: Optional[_builtins.str] = None):
2056
2055
  """
2057
- :param builtins.str memory_oversubscription: `(string)` - Whether or not memory
2056
+ :param _builtins.str memory_oversubscription: `(string)` - Whether or not memory
2058
2057
  oversubscription is enabled in the node pool. Possible values are
2059
2058
  `"enabled"` or `"disabled"`. If not defined the global cluster
2060
2059
  configuration is used.
@@ -2062,7 +2061,7 @@ class NodePoolSchedulerConfig(dict):
2062
2061
  > This option differs from Nomad, where it's represented as a boolean, to
2063
2062
  allow distinguishing between memory oversubscription being disabled in the
2064
2063
  node pool and this property not being set.
2065
- :param builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
2064
+ :param _builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
2066
2065
  pool. Possible values are `binpack` or `spread`. If not defined the global
2067
2066
  cluster configuration is used.
2068
2067
  """
@@ -2071,9 +2070,9 @@ class NodePoolSchedulerConfig(dict):
2071
2070
  if scheduler_algorithm is not None:
2072
2071
  pulumi.set(__self__, "scheduler_algorithm", scheduler_algorithm)
2073
2072
 
2074
- @property
2073
+ @_builtins.property
2075
2074
  @pulumi.getter(name="memoryOversubscription")
2076
- def memory_oversubscription(self) -> Optional[builtins.str]:
2075
+ def memory_oversubscription(self) -> Optional[_builtins.str]:
2077
2076
  """
2078
2077
  `(string)` - Whether or not memory
2079
2078
  oversubscription is enabled in the node pool. Possible values are
@@ -2086,9 +2085,9 @@ class NodePoolSchedulerConfig(dict):
2086
2085
  """
2087
2086
  return pulumi.get(self, "memory_oversubscription")
2088
2087
 
2089
- @property
2088
+ @_builtins.property
2090
2089
  @pulumi.getter(name="schedulerAlgorithm")
2091
- def scheduler_algorithm(self) -> Optional[builtins.str]:
2090
+ def scheduler_algorithm(self) -> Optional[_builtins.str]:
2092
2091
  """
2093
2092
  `(string)` - The scheduler algorithm used in the node
2094
2093
  pool. Possible values are `binpack` or `spread`. If not defined the global
@@ -2117,10 +2116,10 @@ class QuoteSpecificationLimit(dict):
2117
2116
  return super().get(key, default)
2118
2117
 
2119
2118
  def __init__(__self__, *,
2120
- region: builtins.str,
2119
+ region: _builtins.str,
2121
2120
  region_limit: 'outputs.QuoteSpecificationLimitRegionLimit'):
2122
2121
  """
2123
- :param builtins.str region: `(string: <required>)` - The region these limits should apply to.
2122
+ :param _builtins.str region: `(string: <required>)` - The region these limits should apply to.
2124
2123
  :param 'QuoteSpecificationLimitRegionLimitArgs' region_limit: `(block: <required>)` - The limits to enforce. This block
2125
2124
  may only be specified once in the `limits` block. Its structure is
2126
2125
  documented below.
@@ -2128,15 +2127,15 @@ class QuoteSpecificationLimit(dict):
2128
2127
  pulumi.set(__self__, "region", region)
2129
2128
  pulumi.set(__self__, "region_limit", region_limit)
2130
2129
 
2131
- @property
2130
+ @_builtins.property
2132
2131
  @pulumi.getter
2133
- def region(self) -> builtins.str:
2132
+ def region(self) -> _builtins.str:
2134
2133
  """
2135
2134
  `(string: <required>)` - The region these limits should apply to.
2136
2135
  """
2137
2136
  return pulumi.get(self, "region")
2138
2137
 
2139
- @property
2138
+ @_builtins.property
2140
2139
  @pulumi.getter(name="regionLimit")
2141
2140
  def region_limit(self) -> 'outputs.QuoteSpecificationLimitRegionLimit':
2142
2141
  """
@@ -2167,12 +2166,12 @@ class QuoteSpecificationLimitRegionLimit(dict):
2167
2166
  return super().get(key, default)
2168
2167
 
2169
2168
  def __init__(__self__, *,
2170
- cpu: Optional[builtins.int] = None,
2171
- memory_mb: Optional[builtins.int] = None):
2169
+ cpu: Optional[_builtins.int] = None,
2170
+ memory_mb: Optional[_builtins.int] = None):
2172
2171
  """
2173
- :param builtins.int cpu: `(int: 0)` - The amount of CPU to limit allocations to. A value of zero
2172
+ :param _builtins.int cpu: `(int: 0)` - The amount of CPU to limit allocations to. A value of zero
2174
2173
  is treated as unlimited, and a negative value is treated as fully disallowed.
2175
- :param builtins.int memory_mb: `(int: 0)` - The amount of memory (in megabytes) to limit
2174
+ :param _builtins.int memory_mb: `(int: 0)` - The amount of memory (in megabytes) to limit
2176
2175
  allocations to. A value of zero is treated as unlimited, and a negative value
2177
2176
  is treated as fully disallowed.
2178
2177
  """
@@ -2181,18 +2180,18 @@ class QuoteSpecificationLimitRegionLimit(dict):
2181
2180
  if memory_mb is not None:
2182
2181
  pulumi.set(__self__, "memory_mb", memory_mb)
2183
2182
 
2184
- @property
2183
+ @_builtins.property
2185
2184
  @pulumi.getter
2186
- def cpu(self) -> Optional[builtins.int]:
2185
+ def cpu(self) -> Optional[_builtins.int]:
2187
2186
  """
2188
2187
  `(int: 0)` - The amount of CPU to limit allocations to. A value of zero
2189
2188
  is treated as unlimited, and a negative value is treated as fully disallowed.
2190
2189
  """
2191
2190
  return pulumi.get(self, "cpu")
2192
2191
 
2193
- @property
2192
+ @_builtins.property
2194
2193
  @pulumi.getter(name="memoryMb")
2195
- def memory_mb(self) -> Optional[builtins.int]:
2194
+ def memory_mb(self) -> Optional[_builtins.int]:
2196
2195
  """
2197
2196
  `(int: 0)` - The amount of memory (in megabytes) to limit
2198
2197
  allocations to. A value of zero is treated as unlimited, and a negative value
@@ -2223,25 +2222,25 @@ class VolumeCapability(dict):
2223
2222
  return super().get(key, default)
2224
2223
 
2225
2224
  def __init__(__self__, *,
2226
- access_mode: builtins.str,
2227
- attachment_mode: builtins.str):
2225
+ access_mode: _builtins.str,
2226
+ attachment_mode: _builtins.str):
2228
2227
  """
2229
- :param builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
2228
+ :param _builtins.str access_mode: `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
2230
2229
  - `single-node-reader-only`
2231
2230
  - `single-node-writer`
2232
2231
  - `multi-node-reader-only`
2233
2232
  - `multi-node-single-writer`
2234
2233
  - `multi-node-multi-writer`
2235
- :param builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
2234
+ :param _builtins.str attachment_mode: `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
2236
2235
  - `block-device`
2237
2236
  - `file-system`
2238
2237
  """
2239
2238
  pulumi.set(__self__, "access_mode", access_mode)
2240
2239
  pulumi.set(__self__, "attachment_mode", attachment_mode)
2241
2240
 
2242
- @property
2241
+ @_builtins.property
2243
2242
  @pulumi.getter(name="accessMode")
2244
- def access_mode(self) -> builtins.str:
2243
+ def access_mode(self) -> _builtins.str:
2245
2244
  """
2246
2245
  `(string: <required>)` - Defines whether a volume should be available concurrently. Possible values are:
2247
2246
  - `single-node-reader-only`
@@ -2252,9 +2251,9 @@ class VolumeCapability(dict):
2252
2251
  """
2253
2252
  return pulumi.get(self, "access_mode")
2254
2253
 
2255
- @property
2254
+ @_builtins.property
2256
2255
  @pulumi.getter(name="attachmentMode")
2257
- def attachment_mode(self) -> builtins.str:
2256
+ def attachment_mode(self) -> _builtins.str:
2258
2257
  """
2259
2258
  `(string: <required>)` - The storage API that will be used by the volume. Possible values are:
2260
2259
  - `block-device`
@@ -2285,28 +2284,28 @@ class VolumeMountOptions(dict):
2285
2284
  return super().get(key, default)
2286
2285
 
2287
2286
  def __init__(__self__, *,
2288
- fs_type: Optional[builtins.str] = None,
2289
- mount_flags: Optional[Sequence[builtins.str]] = None):
2287
+ fs_type: Optional[_builtins.str] = None,
2288
+ mount_flags: Optional[Sequence[_builtins.str]] = None):
2290
2289
  """
2291
- :param builtins.str fs_type: `(string: <optional>)` - The file system type.
2292
- :param Sequence[builtins.str] mount_flags: `([]string: <optional>)` - The flags passed to `mount`.
2290
+ :param _builtins.str fs_type: `(string: <optional>)` - The file system type.
2291
+ :param Sequence[_builtins.str] mount_flags: `([]string: <optional>)` - The flags passed to `mount`.
2293
2292
  """
2294
2293
  if fs_type is not None:
2295
2294
  pulumi.set(__self__, "fs_type", fs_type)
2296
2295
  if mount_flags is not None:
2297
2296
  pulumi.set(__self__, "mount_flags", mount_flags)
2298
2297
 
2299
- @property
2298
+ @_builtins.property
2300
2299
  @pulumi.getter(name="fsType")
2301
- def fs_type(self) -> Optional[builtins.str]:
2300
+ def fs_type(self) -> Optional[_builtins.str]:
2302
2301
  """
2303
2302
  `(string: <optional>)` - The file system type.
2304
2303
  """
2305
2304
  return pulumi.get(self, "fs_type")
2306
2305
 
2307
- @property
2306
+ @_builtins.property
2308
2307
  @pulumi.getter(name="mountFlags")
2309
- def mount_flags(self) -> Optional[Sequence[builtins.str]]:
2308
+ def mount_flags(self) -> Optional[Sequence[_builtins.str]]:
2310
2309
  """
2311
2310
  `([]string: <optional>)` - The flags passed to `mount`.
2312
2311
  """
@@ -2316,9 +2315,9 @@ class VolumeMountOptions(dict):
2316
2315
  @pulumi.output_type
2317
2316
  class VolumeTopology(dict):
2318
2317
  def __init__(__self__, *,
2319
- segments: Optional[Mapping[str, builtins.str]] = None):
2318
+ segments: Optional[Mapping[str, _builtins.str]] = None):
2320
2319
  """
2321
- :param Mapping[str, builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
2320
+ :param Mapping[str, _builtins.str] segments: `(map[string]string)` - Define the attributes for the topology request.
2322
2321
 
2323
2322
  In addition to the above arguments, the following attributes are exported and
2324
2323
  can be referenced:
@@ -2326,9 +2325,9 @@ class VolumeTopology(dict):
2326
2325
  if segments is not None:
2327
2326
  pulumi.set(__self__, "segments", segments)
2328
2327
 
2329
- @property
2328
+ @_builtins.property
2330
2329
  @pulumi.getter
2331
- def segments(self) -> Optional[Mapping[str, builtins.str]]:
2330
+ def segments(self) -> Optional[Mapping[str, _builtins.str]]:
2332
2331
  """
2333
2332
  `(map[string]string)` - Define the attributes for the topology request.
2334
2333
 
@@ -2348,7 +2347,7 @@ class VolumeTopologyRequest(dict):
2348
2347
  if required is not None:
2349
2348
  pulumi.set(__self__, "required", required)
2350
2349
 
2351
- @property
2350
+ @_builtins.property
2352
2351
  @pulumi.getter
2353
2352
  def required(self) -> Optional['outputs.VolumeTopologyRequestRequired']:
2354
2353
  """
@@ -2366,7 +2365,7 @@ class VolumeTopologyRequestRequired(dict):
2366
2365
  """
2367
2366
  pulumi.set(__self__, "topologies", topologies)
2368
2367
 
2369
- @property
2368
+ @_builtins.property
2370
2369
  @pulumi.getter
2371
2370
  def topologies(self) -> Sequence['outputs.VolumeTopologyRequestRequiredTopology']:
2372
2371
  """
@@ -2378,15 +2377,15 @@ class VolumeTopologyRequestRequired(dict):
2378
2377
  @pulumi.output_type
2379
2378
  class VolumeTopologyRequestRequiredTopology(dict):
2380
2379
  def __init__(__self__, *,
2381
- segments: Mapping[str, builtins.str]):
2380
+ segments: Mapping[str, _builtins.str]):
2382
2381
  """
2383
- :param Mapping[str, builtins.str] segments: Define attributes for the topology request.
2382
+ :param Mapping[str, _builtins.str] segments: Define attributes for the topology request.
2384
2383
  """
2385
2384
  pulumi.set(__self__, "segments", segments)
2386
2385
 
2387
- @property
2386
+ @_builtins.property
2388
2387
  @pulumi.getter
2389
- def segments(self) -> Mapping[str, builtins.str]:
2388
+ def segments(self) -> Mapping[str, _builtins.str]:
2390
2389
  """
2391
2390
  Define attributes for the topology request.
2392
2391
  """
@@ -2396,26 +2395,26 @@ class VolumeTopologyRequestRequiredTopology(dict):
2396
2395
  @pulumi.output_type
2397
2396
  class GetAclPoliciesPolicyResult(dict):
2398
2397
  def __init__(__self__, *,
2399
- description: builtins.str,
2400
- name: builtins.str):
2398
+ description: _builtins.str,
2399
+ name: _builtins.str):
2401
2400
  """
2402
- :param builtins.str description: `(string)` - the description of the ACL Policy.
2403
- :param builtins.str name: `(string)` - the name of the ACL Policy.
2401
+ :param _builtins.str description: `(string)` - the description of the ACL Policy.
2402
+ :param _builtins.str name: `(string)` - the name of the ACL Policy.
2404
2403
  """
2405
2404
  pulumi.set(__self__, "description", description)
2406
2405
  pulumi.set(__self__, "name", name)
2407
2406
 
2408
- @property
2407
+ @_builtins.property
2409
2408
  @pulumi.getter
2410
- def description(self) -> builtins.str:
2409
+ def description(self) -> _builtins.str:
2411
2410
  """
2412
2411
  `(string)` - the description of the ACL Policy.
2413
2412
  """
2414
2413
  return pulumi.get(self, "description")
2415
2414
 
2416
- @property
2415
+ @_builtins.property
2417
2416
  @pulumi.getter
2418
- def name(self) -> builtins.str:
2417
+ def name(self) -> _builtins.str:
2419
2418
  """
2420
2419
  `(string)` - the name of the ACL Policy.
2421
2420
  """
@@ -2425,15 +2424,15 @@ class GetAclPoliciesPolicyResult(dict):
2425
2424
  @pulumi.output_type
2426
2425
  class GetAclRolePolicyResult(dict):
2427
2426
  def __init__(__self__, *,
2428
- name: builtins.str):
2427
+ name: _builtins.str):
2429
2428
  """
2430
- :param builtins.str name: `(string)` - Unique name of the ACL role.
2429
+ :param _builtins.str name: `(string)` - Unique name of the ACL role.
2431
2430
  """
2432
2431
  pulumi.set(__self__, "name", name)
2433
2432
 
2434
- @property
2433
+ @_builtins.property
2435
2434
  @pulumi.getter
2436
- def name(self) -> builtins.str:
2435
+ def name(self) -> _builtins.str:
2437
2436
  """
2438
2437
  `(string)` - Unique name of the ACL role.
2439
2438
  """
@@ -2443,14 +2442,14 @@ class GetAclRolePolicyResult(dict):
2443
2442
  @pulumi.output_type
2444
2443
  class GetAclRolesAclRoleResult(dict):
2445
2444
  def __init__(__self__, *,
2446
- description: builtins.str,
2447
- id: builtins.str,
2448
- name: builtins.str,
2445
+ description: _builtins.str,
2446
+ id: _builtins.str,
2447
+ name: _builtins.str,
2449
2448
  policies: Sequence['outputs.GetAclRolesAclRolePolicyResult']):
2450
2449
  """
2451
- :param builtins.str description: `(string)` - The description of the ACL Role.
2452
- :param builtins.str id: `(string)` - The ACL Role unique identifier.
2453
- :param builtins.str name: `(string)` - Unique name of the ACL role.
2450
+ :param _builtins.str description: `(string)` - The description of the ACL Role.
2451
+ :param _builtins.str id: `(string)` - The ACL Role unique identifier.
2452
+ :param _builtins.str name: `(string)` - Unique name of the ACL role.
2454
2453
  :param Sequence['GetAclRolesAclRolePolicyArgs'] policies: `(set)` - The policies applied to the role.
2455
2454
  """
2456
2455
  pulumi.set(__self__, "description", description)
@@ -2458,31 +2457,31 @@ class GetAclRolesAclRoleResult(dict):
2458
2457
  pulumi.set(__self__, "name", name)
2459
2458
  pulumi.set(__self__, "policies", policies)
2460
2459
 
2461
- @property
2460
+ @_builtins.property
2462
2461
  @pulumi.getter
2463
- def description(self) -> builtins.str:
2462
+ def description(self) -> _builtins.str:
2464
2463
  """
2465
2464
  `(string)` - The description of the ACL Role.
2466
2465
  """
2467
2466
  return pulumi.get(self, "description")
2468
2467
 
2469
- @property
2468
+ @_builtins.property
2470
2469
  @pulumi.getter
2471
- def id(self) -> builtins.str:
2470
+ def id(self) -> _builtins.str:
2472
2471
  """
2473
2472
  `(string)` - The ACL Role unique identifier.
2474
2473
  """
2475
2474
  return pulumi.get(self, "id")
2476
2475
 
2477
- @property
2476
+ @_builtins.property
2478
2477
  @pulumi.getter
2479
- def name(self) -> builtins.str:
2478
+ def name(self) -> _builtins.str:
2480
2479
  """
2481
2480
  `(string)` - Unique name of the ACL role.
2482
2481
  """
2483
2482
  return pulumi.get(self, "name")
2484
2483
 
2485
- @property
2484
+ @_builtins.property
2486
2485
  @pulumi.getter
2487
2486
  def policies(self) -> Sequence['outputs.GetAclRolesAclRolePolicyResult']:
2488
2487
  """
@@ -2494,15 +2493,15 @@ class GetAclRolesAclRoleResult(dict):
2494
2493
  @pulumi.output_type
2495
2494
  class GetAclRolesAclRolePolicyResult(dict):
2496
2495
  def __init__(__self__, *,
2497
- name: builtins.str):
2496
+ name: _builtins.str):
2498
2497
  """
2499
- :param builtins.str name: `(string)` - Unique name of the ACL role.
2498
+ :param _builtins.str name: `(string)` - Unique name of the ACL role.
2500
2499
  """
2501
2500
  pulumi.set(__self__, "name", name)
2502
2501
 
2503
- @property
2502
+ @_builtins.property
2504
2503
  @pulumi.getter
2505
- def name(self) -> builtins.str:
2504
+ def name(self) -> _builtins.str:
2506
2505
  """
2507
2506
  `(string)` - Unique name of the ACL role.
2508
2507
  """
@@ -2512,26 +2511,26 @@ class GetAclRolesAclRolePolicyResult(dict):
2512
2511
  @pulumi.output_type
2513
2512
  class GetAclTokenRoleResult(dict):
2514
2513
  def __init__(__self__, *,
2515
- id: builtins.str,
2516
- name: builtins.str):
2514
+ id: _builtins.str,
2515
+ name: _builtins.str):
2517
2516
  """
2518
- :param builtins.str id: The ID of the ACL role.
2519
- :param builtins.str name: `(string)` Non-sensitive identifier for this token.
2517
+ :param _builtins.str id: The ID of the ACL role.
2518
+ :param _builtins.str name: `(string)` Non-sensitive identifier for this token.
2520
2519
  """
2521
2520
  pulumi.set(__self__, "id", id)
2522
2521
  pulumi.set(__self__, "name", name)
2523
2522
 
2524
- @property
2523
+ @_builtins.property
2525
2524
  @pulumi.getter
2526
- def id(self) -> builtins.str:
2525
+ def id(self) -> _builtins.str:
2527
2526
  """
2528
2527
  The ID of the ACL role.
2529
2528
  """
2530
2529
  return pulumi.get(self, "id")
2531
2530
 
2532
- @property
2531
+ @_builtins.property
2533
2532
  @pulumi.getter
2534
- def name(self) -> builtins.str:
2533
+ def name(self) -> _builtins.str:
2535
2534
  """
2536
2535
  `(string)` Non-sensitive identifier for this token.
2537
2536
  """
@@ -2541,25 +2540,25 @@ class GetAclTokenRoleResult(dict):
2541
2540
  @pulumi.output_type
2542
2541
  class GetAclTokensAclTokenResult(dict):
2543
2542
  def __init__(__self__, *,
2544
- accessor_id: builtins.str,
2545
- create_time: builtins.str,
2546
- expiration_time: builtins.str,
2547
- global_: builtins.bool,
2548
- name: builtins.str,
2549
- policies: Sequence[builtins.str],
2543
+ accessor_id: _builtins.str,
2544
+ create_time: _builtins.str,
2545
+ expiration_time: _builtins.str,
2546
+ global_: _builtins.bool,
2547
+ name: _builtins.str,
2548
+ policies: Sequence[_builtins.str],
2550
2549
  roles: Sequence['outputs.GetAclTokensAclTokenRoleResult'],
2551
- type: builtins.str):
2550
+ type: _builtins.str):
2552
2551
  """
2553
- :param builtins.str accessor_id: `(TypeString)` Non-sensitive identifier for the token.
2554
- :param builtins.str create_time: `(string)` Date and time the token was created at.
2555
- :param builtins.str expiration_time: `(string)` - The timestamp after which the token is
2552
+ :param _builtins.str accessor_id: `(TypeString)` Non-sensitive identifier for the token.
2553
+ :param _builtins.str create_time: `(string)` Date and time the token was created at.
2554
+ :param _builtins.str expiration_time: `(string)` - The timestamp after which the token is
2556
2555
  considered expired and eligible for destruction.
2557
- :param builtins.bool global_: `(bool)` Whether the token is replicated to all regions.
2558
- :param builtins.str name: `(TypeString)` The name of the token.
2559
- :param Sequence[builtins.str] policies: `(list of strings)` The list of policies attached to the token.
2556
+ :param _builtins.bool global_: `(bool)` Whether the token is replicated to all regions.
2557
+ :param _builtins.str name: `(TypeString)` The name of the token.
2558
+ :param Sequence[_builtins.str] policies: `(list of strings)` The list of policies attached to the token.
2560
2559
  :param Sequence['GetAclTokensAclTokenRoleArgs'] roles: `(set: [])` - The list of roles attached to the token. Each entry has
2561
2560
  `name` and `id` attributes.
2562
- :param builtins.str type: `(TypeString)` The type of the token.
2561
+ :param _builtins.str type: `(TypeString)` The type of the token.
2563
2562
  """
2564
2563
  pulumi.set(__self__, "accessor_id", accessor_id)
2565
2564
  pulumi.set(__self__, "create_time", create_time)
@@ -2570,56 +2569,56 @@ class GetAclTokensAclTokenResult(dict):
2570
2569
  pulumi.set(__self__, "roles", roles)
2571
2570
  pulumi.set(__self__, "type", type)
2572
2571
 
2573
- @property
2572
+ @_builtins.property
2574
2573
  @pulumi.getter(name="accessorId")
2575
- def accessor_id(self) -> builtins.str:
2574
+ def accessor_id(self) -> _builtins.str:
2576
2575
  """
2577
2576
  `(TypeString)` Non-sensitive identifier for the token.
2578
2577
  """
2579
2578
  return pulumi.get(self, "accessor_id")
2580
2579
 
2581
- @property
2580
+ @_builtins.property
2582
2581
  @pulumi.getter(name="createTime")
2583
- def create_time(self) -> builtins.str:
2582
+ def create_time(self) -> _builtins.str:
2584
2583
  """
2585
2584
  `(string)` Date and time the token was created at.
2586
2585
  """
2587
2586
  return pulumi.get(self, "create_time")
2588
2587
 
2589
- @property
2588
+ @_builtins.property
2590
2589
  @pulumi.getter(name="expirationTime")
2591
- def expiration_time(self) -> builtins.str:
2590
+ def expiration_time(self) -> _builtins.str:
2592
2591
  """
2593
2592
  `(string)` - The timestamp after which the token is
2594
2593
  considered expired and eligible for destruction.
2595
2594
  """
2596
2595
  return pulumi.get(self, "expiration_time")
2597
2596
 
2598
- @property
2597
+ @_builtins.property
2599
2598
  @pulumi.getter(name="global")
2600
- def global_(self) -> builtins.bool:
2599
+ def global_(self) -> _builtins.bool:
2601
2600
  """
2602
2601
  `(bool)` Whether the token is replicated to all regions.
2603
2602
  """
2604
2603
  return pulumi.get(self, "global_")
2605
2604
 
2606
- @property
2605
+ @_builtins.property
2607
2606
  @pulumi.getter
2608
- def name(self) -> builtins.str:
2607
+ def name(self) -> _builtins.str:
2609
2608
  """
2610
2609
  `(TypeString)` The name of the token.
2611
2610
  """
2612
2611
  return pulumi.get(self, "name")
2613
2612
 
2614
- @property
2613
+ @_builtins.property
2615
2614
  @pulumi.getter
2616
- def policies(self) -> Sequence[builtins.str]:
2615
+ def policies(self) -> Sequence[_builtins.str]:
2617
2616
  """
2618
2617
  `(list of strings)` The list of policies attached to the token.
2619
2618
  """
2620
2619
  return pulumi.get(self, "policies")
2621
2620
 
2622
- @property
2621
+ @_builtins.property
2623
2622
  @pulumi.getter
2624
2623
  def roles(self) -> Sequence['outputs.GetAclTokensAclTokenRoleResult']:
2625
2624
  """
@@ -2628,9 +2627,9 @@ class GetAclTokensAclTokenResult(dict):
2628
2627
  """
2629
2628
  return pulumi.get(self, "roles")
2630
2629
 
2631
- @property
2630
+ @_builtins.property
2632
2631
  @pulumi.getter
2633
- def type(self) -> builtins.str:
2632
+ def type(self) -> _builtins.str:
2634
2633
  """
2635
2634
  `(TypeString)` The type of the token.
2636
2635
  """
@@ -2640,26 +2639,26 @@ class GetAclTokensAclTokenResult(dict):
2640
2639
  @pulumi.output_type
2641
2640
  class GetAclTokensAclTokenRoleResult(dict):
2642
2641
  def __init__(__self__, *,
2643
- id: builtins.str,
2644
- name: builtins.str):
2642
+ id: _builtins.str,
2643
+ name: _builtins.str):
2645
2644
  """
2646
- :param builtins.str id: The ID of the ACL role.
2647
- :param builtins.str name: `(TypeString)` The name of the token.
2645
+ :param _builtins.str id: The ID of the ACL role.
2646
+ :param _builtins.str name: `(TypeString)` The name of the token.
2648
2647
  """
2649
2648
  pulumi.set(__self__, "id", id)
2650
2649
  pulumi.set(__self__, "name", name)
2651
2650
 
2652
- @property
2651
+ @_builtins.property
2653
2652
  @pulumi.getter
2654
- def id(self) -> builtins.str:
2653
+ def id(self) -> _builtins.str:
2655
2654
  """
2656
2655
  The ID of the ACL role.
2657
2656
  """
2658
2657
  return pulumi.get(self, "id")
2659
2658
 
2660
- @property
2659
+ @_builtins.property
2661
2660
  @pulumi.getter
2662
- def name(self) -> builtins.str:
2661
+ def name(self) -> _builtins.str:
2663
2662
  """
2664
2663
  `(TypeString)` The name of the token.
2665
2664
  """
@@ -2669,46 +2668,46 @@ class GetAclTokensAclTokenRoleResult(dict):
2669
2668
  @pulumi.output_type
2670
2669
  class GetAllocationsAllocationResult(dict):
2671
2670
  def __init__(__self__, *,
2672
- client_status: builtins.str,
2673
- create_index: builtins.int,
2674
- create_time: builtins.int,
2675
- desired_status: builtins.str,
2676
- eval_id: builtins.str,
2677
- followup_eval_id: builtins.str,
2678
- id: builtins.str,
2679
- job_id: builtins.str,
2680
- job_type: builtins.str,
2681
- job_version: builtins.int,
2682
- modify_index: builtins.int,
2683
- modify_time: builtins.int,
2684
- name: builtins.str,
2685
- namespace: builtins.str,
2686
- next_allocation: builtins.str,
2687
- node_id: builtins.str,
2688
- node_name: builtins.str,
2689
- preempted_by_allocation: builtins.str,
2690
- task_group: builtins.str):
2691
- """
2692
- :param builtins.str client_status: `(string)` - The current client status of the allocation.
2693
- :param builtins.int create_index: `(int)` - The Raft index in which the allocation was created.
2694
- :param builtins.int create_time: `(int)` - The timestamp of when the allocation was created.
2695
- :param builtins.str desired_status: `(string)` - The current desired status of the allocation.
2696
- :param builtins.str eval_id: `(string)` - The ID of the evaluation that generated the allocation.
2697
- :param builtins.str followup_eval_id: `(string)` - The ID of the evaluation that succeeds the allocation evaluation.
2698
- :param builtins.str id: `(string)` - The ID of the allocation.
2699
- :param builtins.str job_id: `(string)` - The ID of the job related to the allocation.
2700
- :param builtins.str job_type: `(string)` - The type of the job related to the allocation.
2701
- :param builtins.int job_version: `(int)` - The version of the job that generated the allocation.
2702
- :param builtins.int modify_index: `(int)` - The Raft index in which the allocation was last modified.
2703
- :param builtins.int modify_time: `(int)` - The timestamp of when the allocation was last modified.
2704
- :param builtins.str name: `(string)` - The name of the allocation.
2705
- :param builtins.str namespace: `(string: <optional>)` - Specifies the namespace to search for
2671
+ client_status: _builtins.str,
2672
+ create_index: _builtins.int,
2673
+ create_time: _builtins.int,
2674
+ desired_status: _builtins.str,
2675
+ eval_id: _builtins.str,
2676
+ followup_eval_id: _builtins.str,
2677
+ id: _builtins.str,
2678
+ job_id: _builtins.str,
2679
+ job_type: _builtins.str,
2680
+ job_version: _builtins.int,
2681
+ modify_index: _builtins.int,
2682
+ modify_time: _builtins.int,
2683
+ name: _builtins.str,
2684
+ namespace: _builtins.str,
2685
+ next_allocation: _builtins.str,
2686
+ node_id: _builtins.str,
2687
+ node_name: _builtins.str,
2688
+ preempted_by_allocation: _builtins.str,
2689
+ task_group: _builtins.str):
2690
+ """
2691
+ :param _builtins.str client_status: `(string)` - The current client status of the allocation.
2692
+ :param _builtins.int create_index: `(int)` - The Raft index in which the allocation was created.
2693
+ :param _builtins.int create_time: `(int)` - The timestamp of when the allocation was created.
2694
+ :param _builtins.str desired_status: `(string)` - The current desired status of the allocation.
2695
+ :param _builtins.str eval_id: `(string)` - The ID of the evaluation that generated the allocation.
2696
+ :param _builtins.str followup_eval_id: `(string)` - The ID of the evaluation that succeeds the allocation evaluation.
2697
+ :param _builtins.str id: `(string)` - The ID of the allocation.
2698
+ :param _builtins.str job_id: `(string)` - The ID of the job related to the allocation.
2699
+ :param _builtins.str job_type: `(string)` - The type of the job related to the allocation.
2700
+ :param _builtins.int job_version: `(int)` - The version of the job that generated the allocation.
2701
+ :param _builtins.int modify_index: `(int)` - The Raft index in which the allocation was last modified.
2702
+ :param _builtins.int modify_time: `(int)` - The timestamp of when the allocation was last modified.
2703
+ :param _builtins.str name: `(string)` - The name of the allocation.
2704
+ :param _builtins.str namespace: `(string: <optional>)` - Specifies the namespace to search for
2706
2705
  allocations in.
2707
- :param builtins.str next_allocation: `(string)` - The ID of the allocation that succeeds the allocation.
2708
- :param builtins.str node_id: `(string)` - The ID of the node to which the allocation was scheduled.
2709
- :param builtins.str node_name: `(string)` - The ID of the node to which the allocation was scheduled.
2710
- :param builtins.str preempted_by_allocation: `(string)` - The ID of the allocation that preempted the allocation.
2711
- :param builtins.str task_group: `(string)` - The job task group related to the allocation.
2706
+ :param _builtins.str next_allocation: `(string)` - The ID of the allocation that succeeds the allocation.
2707
+ :param _builtins.str node_id: `(string)` - The ID of the node to which the allocation was scheduled.
2708
+ :param _builtins.str node_name: `(string)` - The ID of the node to which the allocation was scheduled.
2709
+ :param _builtins.str preempted_by_allocation: `(string)` - The ID of the allocation that preempted the allocation.
2710
+ :param _builtins.str task_group: `(string)` - The job task group related to the allocation.
2712
2711
  """
2713
2712
  pulumi.set(__self__, "client_status", client_status)
2714
2713
  pulumi.set(__self__, "create_index", create_index)
@@ -2730,154 +2729,154 @@ class GetAllocationsAllocationResult(dict):
2730
2729
  pulumi.set(__self__, "preempted_by_allocation", preempted_by_allocation)
2731
2730
  pulumi.set(__self__, "task_group", task_group)
2732
2731
 
2733
- @property
2732
+ @_builtins.property
2734
2733
  @pulumi.getter(name="clientStatus")
2735
- def client_status(self) -> builtins.str:
2734
+ def client_status(self) -> _builtins.str:
2736
2735
  """
2737
2736
  `(string)` - The current client status of the allocation.
2738
2737
  """
2739
2738
  return pulumi.get(self, "client_status")
2740
2739
 
2741
- @property
2740
+ @_builtins.property
2742
2741
  @pulumi.getter(name="createIndex")
2743
- def create_index(self) -> builtins.int:
2742
+ def create_index(self) -> _builtins.int:
2744
2743
  """
2745
2744
  `(int)` - The Raft index in which the allocation was created.
2746
2745
  """
2747
2746
  return pulumi.get(self, "create_index")
2748
2747
 
2749
- @property
2748
+ @_builtins.property
2750
2749
  @pulumi.getter(name="createTime")
2751
- def create_time(self) -> builtins.int:
2750
+ def create_time(self) -> _builtins.int:
2752
2751
  """
2753
2752
  `(int)` - The timestamp of when the allocation was created.
2754
2753
  """
2755
2754
  return pulumi.get(self, "create_time")
2756
2755
 
2757
- @property
2756
+ @_builtins.property
2758
2757
  @pulumi.getter(name="desiredStatus")
2759
- def desired_status(self) -> builtins.str:
2758
+ def desired_status(self) -> _builtins.str:
2760
2759
  """
2761
2760
  `(string)` - The current desired status of the allocation.
2762
2761
  """
2763
2762
  return pulumi.get(self, "desired_status")
2764
2763
 
2765
- @property
2764
+ @_builtins.property
2766
2765
  @pulumi.getter(name="evalId")
2767
- def eval_id(self) -> builtins.str:
2766
+ def eval_id(self) -> _builtins.str:
2768
2767
  """
2769
2768
  `(string)` - The ID of the evaluation that generated the allocation.
2770
2769
  """
2771
2770
  return pulumi.get(self, "eval_id")
2772
2771
 
2773
- @property
2772
+ @_builtins.property
2774
2773
  @pulumi.getter(name="followupEvalId")
2775
- def followup_eval_id(self) -> builtins.str:
2774
+ def followup_eval_id(self) -> _builtins.str:
2776
2775
  """
2777
2776
  `(string)` - The ID of the evaluation that succeeds the allocation evaluation.
2778
2777
  """
2779
2778
  return pulumi.get(self, "followup_eval_id")
2780
2779
 
2781
- @property
2780
+ @_builtins.property
2782
2781
  @pulumi.getter
2783
- def id(self) -> builtins.str:
2782
+ def id(self) -> _builtins.str:
2784
2783
  """
2785
2784
  `(string)` - The ID of the allocation.
2786
2785
  """
2787
2786
  return pulumi.get(self, "id")
2788
2787
 
2789
- @property
2788
+ @_builtins.property
2790
2789
  @pulumi.getter(name="jobId")
2791
- def job_id(self) -> builtins.str:
2790
+ def job_id(self) -> _builtins.str:
2792
2791
  """
2793
2792
  `(string)` - The ID of the job related to the allocation.
2794
2793
  """
2795
2794
  return pulumi.get(self, "job_id")
2796
2795
 
2797
- @property
2796
+ @_builtins.property
2798
2797
  @pulumi.getter(name="jobType")
2799
- def job_type(self) -> builtins.str:
2798
+ def job_type(self) -> _builtins.str:
2800
2799
  """
2801
2800
  `(string)` - The type of the job related to the allocation.
2802
2801
  """
2803
2802
  return pulumi.get(self, "job_type")
2804
2803
 
2805
- @property
2804
+ @_builtins.property
2806
2805
  @pulumi.getter(name="jobVersion")
2807
- def job_version(self) -> builtins.int:
2806
+ def job_version(self) -> _builtins.int:
2808
2807
  """
2809
2808
  `(int)` - The version of the job that generated the allocation.
2810
2809
  """
2811
2810
  return pulumi.get(self, "job_version")
2812
2811
 
2813
- @property
2812
+ @_builtins.property
2814
2813
  @pulumi.getter(name="modifyIndex")
2815
- def modify_index(self) -> builtins.int:
2814
+ def modify_index(self) -> _builtins.int:
2816
2815
  """
2817
2816
  `(int)` - The Raft index in which the allocation was last modified.
2818
2817
  """
2819
2818
  return pulumi.get(self, "modify_index")
2820
2819
 
2821
- @property
2820
+ @_builtins.property
2822
2821
  @pulumi.getter(name="modifyTime")
2823
- def modify_time(self) -> builtins.int:
2822
+ def modify_time(self) -> _builtins.int:
2824
2823
  """
2825
2824
  `(int)` - The timestamp of when the allocation was last modified.
2826
2825
  """
2827
2826
  return pulumi.get(self, "modify_time")
2828
2827
 
2829
- @property
2828
+ @_builtins.property
2830
2829
  @pulumi.getter
2831
- def name(self) -> builtins.str:
2830
+ def name(self) -> _builtins.str:
2832
2831
  """
2833
2832
  `(string)` - The name of the allocation.
2834
2833
  """
2835
2834
  return pulumi.get(self, "name")
2836
2835
 
2837
- @property
2836
+ @_builtins.property
2838
2837
  @pulumi.getter
2839
- def namespace(self) -> builtins.str:
2838
+ def namespace(self) -> _builtins.str:
2840
2839
  """
2841
2840
  `(string: <optional>)` - Specifies the namespace to search for
2842
2841
  allocations in.
2843
2842
  """
2844
2843
  return pulumi.get(self, "namespace")
2845
2844
 
2846
- @property
2845
+ @_builtins.property
2847
2846
  @pulumi.getter(name="nextAllocation")
2848
- def next_allocation(self) -> builtins.str:
2847
+ def next_allocation(self) -> _builtins.str:
2849
2848
  """
2850
2849
  `(string)` - The ID of the allocation that succeeds the allocation.
2851
2850
  """
2852
2851
  return pulumi.get(self, "next_allocation")
2853
2852
 
2854
- @property
2853
+ @_builtins.property
2855
2854
  @pulumi.getter(name="nodeId")
2856
- def node_id(self) -> builtins.str:
2855
+ def node_id(self) -> _builtins.str:
2857
2856
  """
2858
2857
  `(string)` - The ID of the node to which the allocation was scheduled.
2859
2858
  """
2860
2859
  return pulumi.get(self, "node_id")
2861
2860
 
2862
- @property
2861
+ @_builtins.property
2863
2862
  @pulumi.getter(name="nodeName")
2864
- def node_name(self) -> builtins.str:
2863
+ def node_name(self) -> _builtins.str:
2865
2864
  """
2866
2865
  `(string)` - The ID of the node to which the allocation was scheduled.
2867
2866
  """
2868
2867
  return pulumi.get(self, "node_name")
2869
2868
 
2870
- @property
2869
+ @_builtins.property
2871
2870
  @pulumi.getter(name="preemptedByAllocation")
2872
- def preempted_by_allocation(self) -> builtins.str:
2871
+ def preempted_by_allocation(self) -> _builtins.str:
2873
2872
  """
2874
2873
  `(string)` - The ID of the allocation that preempted the allocation.
2875
2874
  """
2876
2875
  return pulumi.get(self, "preempted_by_allocation")
2877
2876
 
2878
- @property
2877
+ @_builtins.property
2879
2878
  @pulumi.getter(name="taskGroup")
2880
- def task_group(self) -> builtins.str:
2879
+ def task_group(self) -> _builtins.str:
2881
2880
  """
2882
2881
  `(string)` - The job task group related to the allocation.
2883
2882
  """
@@ -2887,29 +2886,29 @@ class GetAllocationsAllocationResult(dict):
2887
2886
  @pulumi.output_type
2888
2887
  class GetDynamicHostVolumeCapabilityResult(dict):
2889
2888
  def __init__(__self__, *,
2890
- access_mode: builtins.str,
2891
- attachment_mode: builtins.str):
2889
+ access_mode: _builtins.str,
2890
+ attachment_mode: _builtins.str):
2892
2891
  """
2893
- :param builtins.str access_mode: `(string)` - How the volume can be mounted by
2892
+ :param _builtins.str access_mode: `(string)` - How the volume can be mounted by
2894
2893
  allocations. Refer to the [`access_mode`][] documentation for details.
2895
- :param builtins.str attachment_mode: `(string)` - The storage API that will be used by the
2894
+ :param _builtins.str attachment_mode: `(string)` - The storage API that will be used by the
2896
2895
  volume. Refer to the [`attachment_mode`][] documentation.
2897
2896
  """
2898
2897
  pulumi.set(__self__, "access_mode", access_mode)
2899
2898
  pulumi.set(__self__, "attachment_mode", attachment_mode)
2900
2899
 
2901
- @property
2900
+ @_builtins.property
2902
2901
  @pulumi.getter(name="accessMode")
2903
- def access_mode(self) -> builtins.str:
2902
+ def access_mode(self) -> _builtins.str:
2904
2903
  """
2905
2904
  `(string)` - How the volume can be mounted by
2906
2905
  allocations. Refer to the [`access_mode`][] documentation for details.
2907
2906
  """
2908
2907
  return pulumi.get(self, "access_mode")
2909
2908
 
2910
- @property
2909
+ @_builtins.property
2911
2910
  @pulumi.getter(name="attachmentMode")
2912
- def attachment_mode(self) -> builtins.str:
2911
+ def attachment_mode(self) -> _builtins.str:
2913
2912
  """
2914
2913
  `(string)` - The storage API that will be used by the
2915
2914
  volume. Refer to the [`attachment_mode`][] documentation.
@@ -2920,37 +2919,37 @@ class GetDynamicHostVolumeCapabilityResult(dict):
2920
2919
  @pulumi.output_type
2921
2920
  class GetDynamicHostVolumeConstraintResult(dict):
2922
2921
  def __init__(__self__, *,
2923
- attribute: builtins.str,
2924
- operator: builtins.str,
2925
- value: builtins.str):
2922
+ attribute: _builtins.str,
2923
+ operator: _builtins.str,
2924
+ value: _builtins.str):
2926
2925
  """
2927
- :param builtins.str attribute: `(string)` - The [node attribute][] to check for the constraint.
2928
- :param builtins.str operator: `(string)`- The operator to use in the comparison.
2929
- :param builtins.str value: `(string)` - The value of the attribute to compare against.
2926
+ :param _builtins.str attribute: `(string)` - The [node attribute][] to check for the constraint.
2927
+ :param _builtins.str operator: `(string)`- The operator to use in the comparison.
2928
+ :param _builtins.str value: `(string)` - The value of the attribute to compare against.
2930
2929
  """
2931
2930
  pulumi.set(__self__, "attribute", attribute)
2932
2931
  pulumi.set(__self__, "operator", operator)
2933
2932
  pulumi.set(__self__, "value", value)
2934
2933
 
2935
- @property
2934
+ @_builtins.property
2936
2935
  @pulumi.getter
2937
- def attribute(self) -> builtins.str:
2936
+ def attribute(self) -> _builtins.str:
2938
2937
  """
2939
2938
  `(string)` - The [node attribute][] to check for the constraint.
2940
2939
  """
2941
2940
  return pulumi.get(self, "attribute")
2942
2941
 
2943
- @property
2942
+ @_builtins.property
2944
2943
  @pulumi.getter
2945
- def operator(self) -> builtins.str:
2944
+ def operator(self) -> _builtins.str:
2946
2945
  """
2947
2946
  `(string)`- The operator to use in the comparison.
2948
2947
  """
2949
2948
  return pulumi.get(self, "operator")
2950
2949
 
2951
- @property
2950
+ @_builtins.property
2952
2951
  @pulumi.getter
2953
- def value(self) -> builtins.str:
2952
+ def value(self) -> _builtins.str:
2954
2953
  """
2955
2954
  `(string)` - The value of the attribute to compare against.
2956
2955
  """
@@ -2960,37 +2959,37 @@ class GetDynamicHostVolumeConstraintResult(dict):
2960
2959
  @pulumi.output_type
2961
2960
  class GetJobConstraintResult(dict):
2962
2961
  def __init__(__self__, *,
2963
- ltarget: builtins.str,
2964
- operand: builtins.str,
2965
- rtarget: builtins.str):
2962
+ ltarget: _builtins.str,
2963
+ operand: _builtins.str,
2964
+ rtarget: _builtins.str):
2966
2965
  """
2967
- :param builtins.str ltarget: `(string)` Attribute being constrained.
2968
- :param builtins.str operand: `(string)` Operator used to compare the attribute to the constraint.
2969
- :param builtins.str rtarget: `(string)` Constraint value.
2966
+ :param _builtins.str ltarget: `(string)` Attribute being constrained.
2967
+ :param _builtins.str operand: `(string)` Operator used to compare the attribute to the constraint.
2968
+ :param _builtins.str rtarget: `(string)` Constraint value.
2970
2969
  """
2971
2970
  pulumi.set(__self__, "ltarget", ltarget)
2972
2971
  pulumi.set(__self__, "operand", operand)
2973
2972
  pulumi.set(__self__, "rtarget", rtarget)
2974
2973
 
2975
- @property
2974
+ @_builtins.property
2976
2975
  @pulumi.getter
2977
- def ltarget(self) -> builtins.str:
2976
+ def ltarget(self) -> _builtins.str:
2978
2977
  """
2979
2978
  `(string)` Attribute being constrained.
2980
2979
  """
2981
2980
  return pulumi.get(self, "ltarget")
2982
2981
 
2983
- @property
2982
+ @_builtins.property
2984
2983
  @pulumi.getter
2985
- def operand(self) -> builtins.str:
2984
+ def operand(self) -> _builtins.str:
2986
2985
  """
2987
2986
  `(string)` Operator used to compare the attribute to the constraint.
2988
2987
  """
2989
2988
  return pulumi.get(self, "operand")
2990
2989
 
2991
- @property
2990
+ @_builtins.property
2992
2991
  @pulumi.getter
2993
- def rtarget(self) -> builtins.str:
2992
+ def rtarget(self) -> _builtins.str:
2994
2993
  """
2995
2994
  `(string)` Constraint value.
2996
2995
  """
@@ -3000,17 +2999,17 @@ class GetJobConstraintResult(dict):
3000
2999
  @pulumi.output_type
3001
3000
  class GetJobPeriodicConfigResult(dict):
3002
3001
  def __init__(__self__, *,
3003
- enabled: builtins.bool,
3004
- prohibit_overlap: builtins.bool,
3005
- spec: builtins.str,
3006
- spec_type: builtins.str,
3007
- timezone: builtins.str):
3002
+ enabled: _builtins.bool,
3003
+ prohibit_overlap: _builtins.bool,
3004
+ spec: _builtins.str,
3005
+ spec_type: _builtins.str,
3006
+ timezone: _builtins.str):
3008
3007
  """
3009
- :param builtins.bool enabled: `(boolean)` If periodic scheduling is enabled for the specified job.
3010
- :param builtins.bool prohibit_overlap: `(boolean)` If the specified job should wait until previous instances of the job have completed.
3011
- :param builtins.str spec: `(string)`
3012
- :param builtins.str spec_type: `(string)`
3013
- :param builtins.str timezone: `(string)` Time zone to evaluate the next launch interval against.
3008
+ :param _builtins.bool enabled: `(boolean)` If periodic scheduling is enabled for the specified job.
3009
+ :param _builtins.bool prohibit_overlap: `(boolean)` If the specified job should wait until previous instances of the job have completed.
3010
+ :param _builtins.str spec: `(string)`
3011
+ :param _builtins.str spec_type: `(string)`
3012
+ :param _builtins.str timezone: `(string)` Time zone to evaluate the next launch interval against.
3014
3013
  """
3015
3014
  pulumi.set(__self__, "enabled", enabled)
3016
3015
  pulumi.set(__self__, "prohibit_overlap", prohibit_overlap)
@@ -3018,41 +3017,41 @@ class GetJobPeriodicConfigResult(dict):
3018
3017
  pulumi.set(__self__, "spec_type", spec_type)
3019
3018
  pulumi.set(__self__, "timezone", timezone)
3020
3019
 
3021
- @property
3020
+ @_builtins.property
3022
3021
  @pulumi.getter
3023
- def enabled(self) -> builtins.bool:
3022
+ def enabled(self) -> _builtins.bool:
3024
3023
  """
3025
3024
  `(boolean)` If periodic scheduling is enabled for the specified job.
3026
3025
  """
3027
3026
  return pulumi.get(self, "enabled")
3028
3027
 
3029
- @property
3028
+ @_builtins.property
3030
3029
  @pulumi.getter(name="prohibitOverlap")
3031
- def prohibit_overlap(self) -> builtins.bool:
3030
+ def prohibit_overlap(self) -> _builtins.bool:
3032
3031
  """
3033
3032
  `(boolean)` If the specified job should wait until previous instances of the job have completed.
3034
3033
  """
3035
3034
  return pulumi.get(self, "prohibit_overlap")
3036
3035
 
3037
- @property
3036
+ @_builtins.property
3038
3037
  @pulumi.getter
3039
- def spec(self) -> builtins.str:
3038
+ def spec(self) -> _builtins.str:
3040
3039
  """
3041
3040
  `(string)`
3042
3041
  """
3043
3042
  return pulumi.get(self, "spec")
3044
3043
 
3045
- @property
3044
+ @_builtins.property
3046
3045
  @pulumi.getter(name="specType")
3047
- def spec_type(self) -> builtins.str:
3046
+ def spec_type(self) -> _builtins.str:
3048
3047
  """
3049
3048
  `(string)`
3050
3049
  """
3051
3050
  return pulumi.get(self, "spec_type")
3052
3051
 
3053
- @property
3052
+ @_builtins.property
3054
3053
  @pulumi.getter
3055
- def timezone(self) -> builtins.str:
3054
+ def timezone(self) -> _builtins.str:
3056
3055
  """
3057
3056
  `(string)` Time zone to evaluate the next launch interval against.
3058
3057
  """
@@ -3062,13 +3061,13 @@ class GetJobPeriodicConfigResult(dict):
3062
3061
  @pulumi.output_type
3063
3062
  class GetJobTaskGroupResult(dict):
3064
3063
  def __init__(__self__, *,
3065
- count: builtins.int,
3066
- meta: Mapping[str, builtins.str],
3067
- name: builtins.str,
3064
+ count: _builtins.int,
3065
+ meta: Mapping[str, _builtins.str],
3066
+ name: _builtins.str,
3068
3067
  tasks: Sequence['outputs.GetJobTaskGroupTaskResult'],
3069
3068
  volumes: Sequence['outputs.GetJobTaskGroupVolumeResult']):
3070
3069
  """
3071
- :param builtins.str name: `(string)` Name of the job.
3070
+ :param _builtins.str name: `(string)` Name of the job.
3072
3071
  """
3073
3072
  pulumi.set(__self__, "count", count)
3074
3073
  pulumi.set(__self__, "meta", meta)
@@ -3076,30 +3075,30 @@ class GetJobTaskGroupResult(dict):
3076
3075
  pulumi.set(__self__, "tasks", tasks)
3077
3076
  pulumi.set(__self__, "volumes", volumes)
3078
3077
 
3079
- @property
3078
+ @_builtins.property
3080
3079
  @pulumi.getter
3081
- def count(self) -> builtins.int:
3080
+ def count(self) -> _builtins.int:
3082
3081
  return pulumi.get(self, "count")
3083
3082
 
3084
- @property
3083
+ @_builtins.property
3085
3084
  @pulumi.getter
3086
- def meta(self) -> Mapping[str, builtins.str]:
3085
+ def meta(self) -> Mapping[str, _builtins.str]:
3087
3086
  return pulumi.get(self, "meta")
3088
3087
 
3089
- @property
3088
+ @_builtins.property
3090
3089
  @pulumi.getter
3091
- def name(self) -> builtins.str:
3090
+ def name(self) -> _builtins.str:
3092
3091
  """
3093
3092
  `(string)` Name of the job.
3094
3093
  """
3095
3094
  return pulumi.get(self, "name")
3096
3095
 
3097
- @property
3096
+ @_builtins.property
3098
3097
  @pulumi.getter
3099
3098
  def tasks(self) -> Sequence['outputs.GetJobTaskGroupTaskResult']:
3100
3099
  return pulumi.get(self, "tasks")
3101
3100
 
3102
- @property
3101
+ @_builtins.property
3103
3102
  @pulumi.getter
3104
3103
  def volumes(self) -> Sequence['outputs.GetJobTaskGroupVolumeResult']:
3105
3104
  return pulumi.get(self, "volumes")
@@ -3108,37 +3107,37 @@ class GetJobTaskGroupResult(dict):
3108
3107
  @pulumi.output_type
3109
3108
  class GetJobTaskGroupTaskResult(dict):
3110
3109
  def __init__(__self__, *,
3111
- driver: builtins.str,
3112
- meta: Mapping[str, builtins.str],
3113
- name: builtins.str,
3110
+ driver: _builtins.str,
3111
+ meta: Mapping[str, _builtins.str],
3112
+ name: _builtins.str,
3114
3113
  volume_mounts: Sequence['outputs.GetJobTaskGroupTaskVolumeMountResult']):
3115
3114
  """
3116
- :param builtins.str name: `(string)` Name of the job.
3115
+ :param _builtins.str name: `(string)` Name of the job.
3117
3116
  """
3118
3117
  pulumi.set(__self__, "driver", driver)
3119
3118
  pulumi.set(__self__, "meta", meta)
3120
3119
  pulumi.set(__self__, "name", name)
3121
3120
  pulumi.set(__self__, "volume_mounts", volume_mounts)
3122
3121
 
3123
- @property
3122
+ @_builtins.property
3124
3123
  @pulumi.getter
3125
- def driver(self) -> builtins.str:
3124
+ def driver(self) -> _builtins.str:
3126
3125
  return pulumi.get(self, "driver")
3127
3126
 
3128
- @property
3127
+ @_builtins.property
3129
3128
  @pulumi.getter
3130
- def meta(self) -> Mapping[str, builtins.str]:
3129
+ def meta(self) -> Mapping[str, _builtins.str]:
3131
3130
  return pulumi.get(self, "meta")
3132
3131
 
3133
- @property
3132
+ @_builtins.property
3134
3133
  @pulumi.getter
3135
- def name(self) -> builtins.str:
3134
+ def name(self) -> _builtins.str:
3136
3135
  """
3137
3136
  `(string)` Name of the job.
3138
3137
  """
3139
3138
  return pulumi.get(self, "name")
3140
3139
 
3141
- @property
3140
+ @_builtins.property
3142
3141
  @pulumi.getter(name="volumeMounts")
3143
3142
  def volume_mounts(self) -> Sequence['outputs.GetJobTaskGroupTaskVolumeMountResult']:
3144
3143
  return pulumi.get(self, "volume_mounts")
@@ -3147,66 +3146,66 @@ class GetJobTaskGroupTaskResult(dict):
3147
3146
  @pulumi.output_type
3148
3147
  class GetJobTaskGroupTaskVolumeMountResult(dict):
3149
3148
  def __init__(__self__, *,
3150
- destination: builtins.str,
3151
- read_only: builtins.bool,
3152
- volume: builtins.str):
3149
+ destination: _builtins.str,
3150
+ read_only: _builtins.bool,
3151
+ volume: _builtins.str):
3153
3152
  pulumi.set(__self__, "destination", destination)
3154
3153
  pulumi.set(__self__, "read_only", read_only)
3155
3154
  pulumi.set(__self__, "volume", volume)
3156
3155
 
3157
- @property
3156
+ @_builtins.property
3158
3157
  @pulumi.getter
3159
- def destination(self) -> builtins.str:
3158
+ def destination(self) -> _builtins.str:
3160
3159
  return pulumi.get(self, "destination")
3161
3160
 
3162
- @property
3161
+ @_builtins.property
3163
3162
  @pulumi.getter(name="readOnly")
3164
- def read_only(self) -> builtins.bool:
3163
+ def read_only(self) -> _builtins.bool:
3165
3164
  return pulumi.get(self, "read_only")
3166
3165
 
3167
- @property
3166
+ @_builtins.property
3168
3167
  @pulumi.getter
3169
- def volume(self) -> builtins.str:
3168
+ def volume(self) -> _builtins.str:
3170
3169
  return pulumi.get(self, "volume")
3171
3170
 
3172
3171
 
3173
3172
  @pulumi.output_type
3174
3173
  class GetJobTaskGroupVolumeResult(dict):
3175
3174
  def __init__(__self__, *,
3176
- name: builtins.str,
3177
- read_only: builtins.bool,
3178
- source: builtins.str,
3179
- type: builtins.str):
3175
+ name: _builtins.str,
3176
+ read_only: _builtins.bool,
3177
+ source: _builtins.str,
3178
+ type: _builtins.str):
3180
3179
  """
3181
- :param builtins.str name: `(string)` Name of the job.
3182
- :param builtins.str type: `(string)` Scheduler type used during job creation.
3180
+ :param _builtins.str name: `(string)` Name of the job.
3181
+ :param _builtins.str type: `(string)` Scheduler type used during job creation.
3183
3182
  """
3184
3183
  pulumi.set(__self__, "name", name)
3185
3184
  pulumi.set(__self__, "read_only", read_only)
3186
3185
  pulumi.set(__self__, "source", source)
3187
3186
  pulumi.set(__self__, "type", type)
3188
3187
 
3189
- @property
3188
+ @_builtins.property
3190
3189
  @pulumi.getter
3191
- def name(self) -> builtins.str:
3190
+ def name(self) -> _builtins.str:
3192
3191
  """
3193
3192
  `(string)` Name of the job.
3194
3193
  """
3195
3194
  return pulumi.get(self, "name")
3196
3195
 
3197
- @property
3196
+ @_builtins.property
3198
3197
  @pulumi.getter(name="readOnly")
3199
- def read_only(self) -> builtins.bool:
3198
+ def read_only(self) -> _builtins.bool:
3200
3199
  return pulumi.get(self, "read_only")
3201
3200
 
3202
- @property
3201
+ @_builtins.property
3203
3202
  @pulumi.getter
3204
- def source(self) -> builtins.str:
3203
+ def source(self) -> _builtins.str:
3205
3204
  return pulumi.get(self, "source")
3206
3205
 
3207
- @property
3206
+ @_builtins.property
3208
3207
  @pulumi.getter
3209
- def type(self) -> builtins.str:
3208
+ def type(self) -> _builtins.str:
3210
3209
  """
3211
3210
  `(string)` Scheduler type used during job creation.
3212
3211
  """
@@ -3216,19 +3215,19 @@ class GetJobTaskGroupVolumeResult(dict):
3216
3215
  @pulumi.output_type
3217
3216
  class GetJwksKeyResult(dict):
3218
3217
  def __init__(__self__, *,
3219
- algorithm: builtins.str,
3220
- exponent: builtins.str,
3221
- key_id: builtins.str,
3222
- key_type: builtins.str,
3223
- key_use: builtins.str,
3224
- modulus: builtins.str):
3218
+ algorithm: _builtins.str,
3219
+ exponent: _builtins.str,
3220
+ key_id: _builtins.str,
3221
+ key_type: _builtins.str,
3222
+ key_use: _builtins.str,
3223
+ modulus: _builtins.str):
3225
3224
  """
3226
- :param builtins.str algorithm: `(string)` - JWK field `alg`
3227
- :param builtins.str exponent: `(string)` - JWK field `e`
3228
- :param builtins.str key_id: `(string)` - JWK field `kid`
3229
- :param builtins.str key_type: `(string)` - JWK field `kty`
3230
- :param builtins.str key_use: `(string)` - JWK field `use`
3231
- :param builtins.str modulus: `(string)` - JWK field `n`
3225
+ :param _builtins.str algorithm: `(string)` - JWK field `alg`
3226
+ :param _builtins.str exponent: `(string)` - JWK field `e`
3227
+ :param _builtins.str key_id: `(string)` - JWK field `kid`
3228
+ :param _builtins.str key_type: `(string)` - JWK field `kty`
3229
+ :param _builtins.str key_use: `(string)` - JWK field `use`
3230
+ :param _builtins.str modulus: `(string)` - JWK field `n`
3232
3231
  """
3233
3232
  pulumi.set(__self__, "algorithm", algorithm)
3234
3233
  pulumi.set(__self__, "exponent", exponent)
@@ -3237,49 +3236,49 @@ class GetJwksKeyResult(dict):
3237
3236
  pulumi.set(__self__, "key_use", key_use)
3238
3237
  pulumi.set(__self__, "modulus", modulus)
3239
3238
 
3240
- @property
3239
+ @_builtins.property
3241
3240
  @pulumi.getter
3242
- def algorithm(self) -> builtins.str:
3241
+ def algorithm(self) -> _builtins.str:
3243
3242
  """
3244
3243
  `(string)` - JWK field `alg`
3245
3244
  """
3246
3245
  return pulumi.get(self, "algorithm")
3247
3246
 
3248
- @property
3247
+ @_builtins.property
3249
3248
  @pulumi.getter
3250
- def exponent(self) -> builtins.str:
3249
+ def exponent(self) -> _builtins.str:
3251
3250
  """
3252
3251
  `(string)` - JWK field `e`
3253
3252
  """
3254
3253
  return pulumi.get(self, "exponent")
3255
3254
 
3256
- @property
3255
+ @_builtins.property
3257
3256
  @pulumi.getter(name="keyId")
3258
- def key_id(self) -> builtins.str:
3257
+ def key_id(self) -> _builtins.str:
3259
3258
  """
3260
3259
  `(string)` - JWK field `kid`
3261
3260
  """
3262
3261
  return pulumi.get(self, "key_id")
3263
3262
 
3264
- @property
3263
+ @_builtins.property
3265
3264
  @pulumi.getter(name="keyType")
3266
- def key_type(self) -> builtins.str:
3265
+ def key_type(self) -> _builtins.str:
3267
3266
  """
3268
3267
  `(string)` - JWK field `kty`
3269
3268
  """
3270
3269
  return pulumi.get(self, "key_type")
3271
3270
 
3272
- @property
3271
+ @_builtins.property
3273
3272
  @pulumi.getter(name="keyUse")
3274
- def key_use(self) -> builtins.str:
3273
+ def key_use(self) -> _builtins.str:
3275
3274
  """
3276
3275
  `(string)` - JWK field `use`
3277
3276
  """
3278
3277
  return pulumi.get(self, "key_use")
3279
3278
 
3280
- @property
3279
+ @_builtins.property
3281
3280
  @pulumi.getter
3282
- def modulus(self) -> builtins.str:
3281
+ def modulus(self) -> _builtins.str:
3283
3282
  """
3284
3283
  `(string)` - JWK field `n`
3285
3284
  """
@@ -3289,28 +3288,28 @@ class GetJwksKeyResult(dict):
3289
3288
  @pulumi.output_type
3290
3289
  class GetNamespaceCapabilityResult(dict):
3291
3290
  def __init__(__self__, *,
3292
- disabled_task_drivers: Optional[Sequence[builtins.str]] = None,
3293
- enabled_task_drivers: Optional[Sequence[builtins.str]] = None):
3291
+ disabled_task_drivers: Optional[Sequence[_builtins.str]] = None,
3292
+ enabled_task_drivers: Optional[Sequence[_builtins.str]] = None):
3294
3293
  """
3295
- :param Sequence[builtins.str] disabled_task_drivers: `([]string)` - Task drivers disabled for the namespace.
3296
- :param Sequence[builtins.str] enabled_task_drivers: `([]string)` - Task drivers enabled for the namespace.
3294
+ :param Sequence[_builtins.str] disabled_task_drivers: `([]string)` - Task drivers disabled for the namespace.
3295
+ :param Sequence[_builtins.str] enabled_task_drivers: `([]string)` - Task drivers enabled for the namespace.
3297
3296
  """
3298
3297
  if disabled_task_drivers is not None:
3299
3298
  pulumi.set(__self__, "disabled_task_drivers", disabled_task_drivers)
3300
3299
  if enabled_task_drivers is not None:
3301
3300
  pulumi.set(__self__, "enabled_task_drivers", enabled_task_drivers)
3302
3301
 
3303
- @property
3302
+ @_builtins.property
3304
3303
  @pulumi.getter(name="disabledTaskDrivers")
3305
- def disabled_task_drivers(self) -> Optional[Sequence[builtins.str]]:
3304
+ def disabled_task_drivers(self) -> Optional[Sequence[_builtins.str]]:
3306
3305
  """
3307
3306
  `([]string)` - Task drivers disabled for the namespace.
3308
3307
  """
3309
3308
  return pulumi.get(self, "disabled_task_drivers")
3310
3309
 
3311
- @property
3310
+ @_builtins.property
3312
3311
  @pulumi.getter(name="enabledTaskDrivers")
3313
- def enabled_task_drivers(self) -> Optional[Sequence[builtins.str]]:
3312
+ def enabled_task_drivers(self) -> Optional[Sequence[_builtins.str]]:
3314
3313
  """
3315
3314
  `([]string)` - Task drivers enabled for the namespace.
3316
3315
  """
@@ -3320,47 +3319,47 @@ class GetNamespaceCapabilityResult(dict):
3320
3319
  @pulumi.output_type
3321
3320
  class GetNamespaceNodePoolConfigResult(dict):
3322
3321
  def __init__(__self__, *,
3323
- alloweds: Sequence[builtins.str],
3324
- default: builtins.str,
3325
- denieds: Sequence[builtins.str]):
3322
+ alloweds: Sequence[_builtins.str],
3323
+ default: _builtins.str,
3324
+ denieds: Sequence[_builtins.str]):
3326
3325
  pulumi.set(__self__, "alloweds", alloweds)
3327
3326
  pulumi.set(__self__, "default", default)
3328
3327
  pulumi.set(__self__, "denieds", denieds)
3329
3328
 
3330
- @property
3329
+ @_builtins.property
3331
3330
  @pulumi.getter
3332
- def alloweds(self) -> Sequence[builtins.str]:
3331
+ def alloweds(self) -> Sequence[_builtins.str]:
3333
3332
  return pulumi.get(self, "alloweds")
3334
3333
 
3335
- @property
3334
+ @_builtins.property
3336
3335
  @pulumi.getter
3337
- def default(self) -> builtins.str:
3336
+ def default(self) -> _builtins.str:
3338
3337
  return pulumi.get(self, "default")
3339
3338
 
3340
- @property
3339
+ @_builtins.property
3341
3340
  @pulumi.getter
3342
- def denieds(self) -> Sequence[builtins.str]:
3341
+ def denieds(self) -> Sequence[_builtins.str]:
3343
3342
  return pulumi.get(self, "denieds")
3344
3343
 
3345
3344
 
3346
3345
  @pulumi.output_type
3347
3346
  class GetNodePoolSchedulerConfigResult(dict):
3348
3347
  def __init__(__self__, *,
3349
- memory_oversubscription: builtins.str,
3350
- scheduler_algorithm: builtins.str):
3348
+ memory_oversubscription: _builtins.str,
3349
+ scheduler_algorithm: _builtins.str):
3351
3350
  """
3352
- :param builtins.str memory_oversubscription: `(string)` - Whether or not memory
3351
+ :param _builtins.str memory_oversubscription: `(string)` - Whether or not memory
3353
3352
  oversubscription is enabled in the node pool. If empty or not defined the
3354
3353
  global cluster configuration is used.
3355
- :param builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
3354
+ :param _builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
3356
3355
  pool. If empty or not defined the global cluster configuration is used.
3357
3356
  """
3358
3357
  pulumi.set(__self__, "memory_oversubscription", memory_oversubscription)
3359
3358
  pulumi.set(__self__, "scheduler_algorithm", scheduler_algorithm)
3360
3359
 
3361
- @property
3360
+ @_builtins.property
3362
3361
  @pulumi.getter(name="memoryOversubscription")
3363
- def memory_oversubscription(self) -> builtins.str:
3362
+ def memory_oversubscription(self) -> _builtins.str:
3364
3363
  """
3365
3364
  `(string)` - Whether or not memory
3366
3365
  oversubscription is enabled in the node pool. If empty or not defined the
@@ -3368,9 +3367,9 @@ class GetNodePoolSchedulerConfigResult(dict):
3368
3367
  """
3369
3368
  return pulumi.get(self, "memory_oversubscription")
3370
3369
 
3371
- @property
3370
+ @_builtins.property
3372
3371
  @pulumi.getter(name="schedulerAlgorithm")
3373
- def scheduler_algorithm(self) -> builtins.str:
3372
+ def scheduler_algorithm(self) -> _builtins.str:
3374
3373
  """
3375
3374
  `(string)` - The scheduler algorithm used in the node
3376
3375
  pool. If empty or not defined the global cluster configuration is used.
@@ -3381,15 +3380,15 @@ class GetNodePoolSchedulerConfigResult(dict):
3381
3380
  @pulumi.output_type
3382
3381
  class GetNodePoolsNodePoolResult(dict):
3383
3382
  def __init__(__self__, *,
3384
- description: builtins.str,
3385
- meta: Mapping[str, builtins.str],
3386
- name: builtins.str,
3383
+ description: _builtins.str,
3384
+ meta: Mapping[str, _builtins.str],
3385
+ name: _builtins.str,
3387
3386
  scheduler_configs: Sequence['outputs.GetNodePoolsNodePoolSchedulerConfigResult']):
3388
3387
  """
3389
- :param builtins.str description: `(string)` - The description of the node pool.
3390
- :param Mapping[str, builtins.str] meta: `(map[string]string)` - Arbitrary KV metadata associated with the
3388
+ :param _builtins.str description: `(string)` - The description of the node pool.
3389
+ :param Mapping[str, _builtins.str] meta: `(map[string]string)` - Arbitrary KV metadata associated with the
3391
3390
  node pool.
3392
- :param builtins.str name: `(string)` - The name of the node pool.
3391
+ :param _builtins.str name: `(string)` - The name of the node pool.
3393
3392
  :param Sequence['GetNodePoolsNodePoolSchedulerConfigArgs'] scheduler_configs: `(block)` - Scheduler configuration for the node pool.
3394
3393
  """
3395
3394
  pulumi.set(__self__, "description", description)
@@ -3397,32 +3396,32 @@ class GetNodePoolsNodePoolResult(dict):
3397
3396
  pulumi.set(__self__, "name", name)
3398
3397
  pulumi.set(__self__, "scheduler_configs", scheduler_configs)
3399
3398
 
3400
- @property
3399
+ @_builtins.property
3401
3400
  @pulumi.getter
3402
- def description(self) -> builtins.str:
3401
+ def description(self) -> _builtins.str:
3403
3402
  """
3404
3403
  `(string)` - The description of the node pool.
3405
3404
  """
3406
3405
  return pulumi.get(self, "description")
3407
3406
 
3408
- @property
3407
+ @_builtins.property
3409
3408
  @pulumi.getter
3410
- def meta(self) -> Mapping[str, builtins.str]:
3409
+ def meta(self) -> Mapping[str, _builtins.str]:
3411
3410
  """
3412
3411
  `(map[string]string)` - Arbitrary KV metadata associated with the
3413
3412
  node pool.
3414
3413
  """
3415
3414
  return pulumi.get(self, "meta")
3416
3415
 
3417
- @property
3416
+ @_builtins.property
3418
3417
  @pulumi.getter
3419
- def name(self) -> builtins.str:
3418
+ def name(self) -> _builtins.str:
3420
3419
  """
3421
3420
  `(string)` - The name of the node pool.
3422
3421
  """
3423
3422
  return pulumi.get(self, "name")
3424
3423
 
3425
- @property
3424
+ @_builtins.property
3426
3425
  @pulumi.getter(name="schedulerConfigs")
3427
3426
  def scheduler_configs(self) -> Sequence['outputs.GetNodePoolsNodePoolSchedulerConfigResult']:
3428
3427
  """
@@ -3434,21 +3433,21 @@ class GetNodePoolsNodePoolResult(dict):
3434
3433
  @pulumi.output_type
3435
3434
  class GetNodePoolsNodePoolSchedulerConfigResult(dict):
3436
3435
  def __init__(__self__, *,
3437
- memory_oversubscription: builtins.str,
3438
- scheduler_algorithm: builtins.str):
3436
+ memory_oversubscription: _builtins.str,
3437
+ scheduler_algorithm: _builtins.str):
3439
3438
  """
3440
- :param builtins.str memory_oversubscription: `(string)` - Whether or not memory
3439
+ :param _builtins.str memory_oversubscription: `(string)` - Whether or not memory
3441
3440
  oversubscription is enabled in the node pool. If empty or not defined the
3442
3441
  global cluster configuration is used.
3443
- :param builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
3442
+ :param _builtins.str scheduler_algorithm: `(string)` - The scheduler algorithm used in the node
3444
3443
  pool. If empty or not defined the global cluster configuration is used.
3445
3444
  """
3446
3445
  pulumi.set(__self__, "memory_oversubscription", memory_oversubscription)
3447
3446
  pulumi.set(__self__, "scheduler_algorithm", scheduler_algorithm)
3448
3447
 
3449
- @property
3448
+ @_builtins.property
3450
3449
  @pulumi.getter(name="memoryOversubscription")
3451
- def memory_oversubscription(self) -> builtins.str:
3450
+ def memory_oversubscription(self) -> _builtins.str:
3452
3451
  """
3453
3452
  `(string)` - Whether or not memory
3454
3453
  oversubscription is enabled in the node pool. If empty or not defined the
@@ -3456,9 +3455,9 @@ class GetNodePoolsNodePoolSchedulerConfigResult(dict):
3456
3455
  """
3457
3456
  return pulumi.get(self, "memory_oversubscription")
3458
3457
 
3459
- @property
3458
+ @_builtins.property
3460
3459
  @pulumi.getter(name="schedulerAlgorithm")
3461
- def scheduler_algorithm(self) -> builtins.str:
3460
+ def scheduler_algorithm(self) -> _builtins.str:
3462
3461
  """
3463
3462
  `(string)` - The scheduler algorithm used in the node
3464
3463
  pool. If empty or not defined the global cluster configuration is used.
@@ -3469,74 +3468,74 @@ class GetNodePoolsNodePoolSchedulerConfigResult(dict):
3469
3468
  @pulumi.output_type
3470
3469
  class GetPluginNodeResult(dict):
3471
3470
  def __init__(__self__, *,
3472
- healthy: builtins.bool,
3473
- healthy_description: builtins.str,
3474
- name: builtins.str):
3471
+ healthy: _builtins.bool,
3472
+ healthy_description: _builtins.str,
3473
+ name: _builtins.str):
3475
3474
  pulumi.set(__self__, "healthy", healthy)
3476
3475
  pulumi.set(__self__, "healthy_description", healthy_description)
3477
3476
  pulumi.set(__self__, "name", name)
3478
3477
 
3479
- @property
3478
+ @_builtins.property
3480
3479
  @pulumi.getter
3481
- def healthy(self) -> builtins.bool:
3480
+ def healthy(self) -> _builtins.bool:
3482
3481
  return pulumi.get(self, "healthy")
3483
3482
 
3484
- @property
3483
+ @_builtins.property
3485
3484
  @pulumi.getter(name="healthyDescription")
3486
- def healthy_description(self) -> builtins.str:
3485
+ def healthy_description(self) -> _builtins.str:
3487
3486
  return pulumi.get(self, "healthy_description")
3488
3487
 
3489
- @property
3488
+ @_builtins.property
3490
3489
  @pulumi.getter
3491
- def name(self) -> builtins.str:
3490
+ def name(self) -> _builtins.str:
3492
3491
  return pulumi.get(self, "name")
3493
3492
 
3494
3493
 
3495
3494
  @pulumi.output_type
3496
3495
  class GetScalingPoliciesPolicyResult(dict):
3497
3496
  def __init__(__self__, *,
3498
- enabled: builtins.bool,
3499
- id: builtins.str,
3500
- target: Mapping[str, builtins.str],
3501
- type: builtins.str):
3497
+ enabled: _builtins.bool,
3498
+ id: _builtins.str,
3499
+ target: Mapping[str, _builtins.str],
3500
+ type: _builtins.str):
3502
3501
  """
3503
- :param builtins.bool enabled: `(boolean)` - Whether or not the scaling policy is enabled.
3504
- :param builtins.str id: `(string)` - The scaling policy ID.
3505
- :param Mapping[str, builtins.str] target: `(map[string]string)` - The scaling policy target.
3506
- :param builtins.str type: `(string)` - An optional string to filter scaling policies based on policy type. If not provided, policies of all types are returned.
3502
+ :param _builtins.bool enabled: `(boolean)` - Whether or not the scaling policy is enabled.
3503
+ :param _builtins.str id: `(string)` - The scaling policy ID.
3504
+ :param Mapping[str, _builtins.str] target: `(map[string]string)` - The scaling policy target.
3505
+ :param _builtins.str type: `(string)` - An optional string to filter scaling policies based on policy type. If not provided, policies of all types are returned.
3507
3506
  """
3508
3507
  pulumi.set(__self__, "enabled", enabled)
3509
3508
  pulumi.set(__self__, "id", id)
3510
3509
  pulumi.set(__self__, "target", target)
3511
3510
  pulumi.set(__self__, "type", type)
3512
3511
 
3513
- @property
3512
+ @_builtins.property
3514
3513
  @pulumi.getter
3515
- def enabled(self) -> builtins.bool:
3514
+ def enabled(self) -> _builtins.bool:
3516
3515
  """
3517
3516
  `(boolean)` - Whether or not the scaling policy is enabled.
3518
3517
  """
3519
3518
  return pulumi.get(self, "enabled")
3520
3519
 
3521
- @property
3520
+ @_builtins.property
3522
3521
  @pulumi.getter
3523
- def id(self) -> builtins.str:
3522
+ def id(self) -> _builtins.str:
3524
3523
  """
3525
3524
  `(string)` - The scaling policy ID.
3526
3525
  """
3527
3526
  return pulumi.get(self, "id")
3528
3527
 
3529
- @property
3528
+ @_builtins.property
3530
3529
  @pulumi.getter
3531
- def target(self) -> Mapping[str, builtins.str]:
3530
+ def target(self) -> Mapping[str, _builtins.str]:
3532
3531
  """
3533
3532
  `(map[string]string)` - The scaling policy target.
3534
3533
  """
3535
3534
  return pulumi.get(self, "target")
3536
3535
 
3537
- @property
3536
+ @_builtins.property
3538
3537
  @pulumi.getter
3539
- def type(self) -> builtins.str:
3538
+ def type(self) -> _builtins.str:
3540
3539
  """
3541
3540
  `(string)` - An optional string to filter scaling policies based on policy type. If not provided, policies of all types are returned.
3542
3541
  """