pulumi-gcp 7.33.0a1722146339__py3-none-any.whl → 7.34.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (78) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/_inputs.py +174 -0
  3. pulumi_gcp/alloydb/instance.py +54 -0
  4. pulumi_gcp/alloydb/outputs.py +133 -0
  5. pulumi_gcp/apigee/__init__.py +2 -0
  6. pulumi_gcp/apigee/environment_keyvaluemaps.py +370 -0
  7. pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +440 -0
  8. pulumi_gcp/apigee/instance.py +2 -2
  9. pulumi_gcp/apigee/nat_address.py +2 -2
  10. pulumi_gcp/apigee/organization.py +4 -4
  11. pulumi_gcp/apphub/service_project_attachment.py +11 -11
  12. pulumi_gcp/bigquery/_inputs.py +36 -0
  13. pulumi_gcp/bigquery/app_profile.py +54 -0
  14. pulumi_gcp/bigquery/outputs.py +38 -0
  15. pulumi_gcp/bigquery/reservation.py +34 -4
  16. pulumi_gcp/bigquery/table.py +65 -21
  17. pulumi_gcp/bigtable/table.py +27 -26
  18. pulumi_gcp/certificateauthority/authority.py +4 -4
  19. pulumi_gcp/cloudfunctions/function.py +47 -0
  20. pulumi_gcp/cloudfunctions/get_function.py +11 -1
  21. pulumi_gcp/cloudfunctionsv2/function.py +2 -2
  22. pulumi_gcp/cloudrun/_inputs.py +24 -21
  23. pulumi_gcp/cloudrun/outputs.py +20 -24
  24. pulumi_gcp/cloudrunv2/_inputs.py +3 -0
  25. pulumi_gcp/cloudrunv2/outputs.py +4 -0
  26. pulumi_gcp/compute/__init__.py +2 -0
  27. pulumi_gcp/compute/_inputs.py +2334 -329
  28. pulumi_gcp/compute/backend_service.py +6 -0
  29. pulumi_gcp/compute/outputs.py +1466 -7
  30. pulumi_gcp/compute/public_advertised_prefix.py +30 -2
  31. pulumi_gcp/compute/resize_request.py +782 -0
  32. pulumi_gcp/compute/router_peer.py +437 -0
  33. pulumi_gcp/compute/router_route_policy.py +616 -0
  34. pulumi_gcp/compute/service_attachment.py +7 -14
  35. pulumi_gcp/container/_inputs.py +215 -18
  36. pulumi_gcp/container/node_pool.py +0 -14
  37. pulumi_gcp/container/outputs.py +226 -12
  38. pulumi_gcp/databasemigrationservice/private_connection.py +10 -6
  39. pulumi_gcp/dataloss/_inputs.py +707 -21
  40. pulumi_gcp/dataloss/outputs.py +588 -14
  41. pulumi_gcp/datastore/data_store_index.py +24 -12
  42. pulumi_gcp/datastream/_inputs.py +83 -3
  43. pulumi_gcp/datastream/outputs.py +51 -3
  44. pulumi_gcp/datastream/stream.py +170 -0
  45. pulumi_gcp/firebase/database_instance.py +8 -8
  46. pulumi_gcp/firebase/hosting_site.py +8 -8
  47. pulumi_gcp/firestore/index.py +10 -10
  48. pulumi_gcp/gkeonprem/_inputs.py +78 -78
  49. pulumi_gcp/gkeonprem/outputs.py +52 -52
  50. pulumi_gcp/iap/client.py +4 -4
  51. pulumi_gcp/integrationconnectors/_inputs.py +30 -30
  52. pulumi_gcp/integrationconnectors/outputs.py +20 -20
  53. pulumi_gcp/netapp/volume.py +1 -1
  54. pulumi_gcp/networkconnectivity/_inputs.py +3 -6
  55. pulumi_gcp/networkconnectivity/hub.py +60 -49
  56. pulumi_gcp/networkconnectivity/outputs.py +2 -4
  57. pulumi_gcp/networkconnectivity/spoke.py +159 -104
  58. pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
  59. pulumi_gcp/orgpolicy/policy.py +4 -4
  60. pulumi_gcp/projects/get_project_service.py +11 -1
  61. pulumi_gcp/projects/service.py +68 -0
  62. pulumi_gcp/projects/service_identity.py +30 -2
  63. pulumi_gcp/pubsub/subscription.py +6 -6
  64. pulumi_gcp/pulumi-plugin.json +1 -1
  65. pulumi_gcp/securesourcemanager/instance.py +528 -4
  66. pulumi_gcp/securitycenter/__init__.py +1 -0
  67. pulumi_gcp/securitycenter/v2_organization_mute_config.py +673 -0
  68. pulumi_gcp/sql/database_instance.py +2 -2
  69. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  70. pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
  71. pulumi_gcp/vmwareengine/private_cloud.py +121 -2
  72. pulumi_gcp/workbench/_inputs.py +77 -0
  73. pulumi_gcp/workbench/instance.py +18 -4
  74. pulumi_gcp/workbench/outputs.py +67 -1
  75. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/METADATA +1 -1
  76. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/RECORD +78 -73
  77. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/WHEEL +1 -1
  78. {pulumi_gcp-7.33.0a1722146339.dist-info → pulumi_gcp-7.34.0.dist-info}/top_level.txt +0 -0
@@ -336,9 +336,9 @@ class BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfig(
336
336
  version -- it's best to assume the behavior is undefined and
337
337
  conflicts should be avoided. For more information, including usage
338
338
  and the valid values, see:
339
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
339
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
340
340
  An object containing a list of "key": value pairs.
341
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
341
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
342
342
  :param Sequence['BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigNodeConfigArgs'] node_configs: The list of machine addresses in the Bare Metal Node Pool.
343
343
  Structure is documented below.
344
344
  :param str operating_system: Specifies the nodes operating system (default: LINUX).
@@ -365,9 +365,9 @@ class BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfig(
365
365
  version -- it's best to assume the behavior is undefined and
366
366
  conflicts should be avoided. For more information, including usage
367
367
  and the valid values, see:
368
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
368
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
369
369
  An object containing a list of "key": value pairs.
370
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
370
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
371
371
  """
372
372
  return pulumi.get(self, "labels")
373
373
 
@@ -428,9 +428,9 @@ class BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigN
428
428
  version -- it's best to assume the behavior is undefined and
429
429
  conflicts should be avoided. For more information, including usage
430
430
  and the valid values, see:
431
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
431
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
432
432
  An object containing a list of "key": value pairs.
433
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
433
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
434
434
  :param str node_ip: The default IPv4 address for SSH access and Kubernetes node.
435
435
  Example: 192.168.0.1
436
436
  """
@@ -450,9 +450,9 @@ class BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigN
450
450
  version -- it's best to assume the behavior is undefined and
451
451
  conflicts should be avoided. For more information, including usage
452
452
  and the valid values, see:
453
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
453
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
454
454
  An object containing a list of "key": value pairs.
455
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
455
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
456
456
  """
457
457
  return pulumi.get(self, "labels")
458
458
 
@@ -919,11 +919,11 @@ class BareMetalAdminClusterProxy(dict):
919
919
  no_proxies: Optional[Sequence[str]] = None):
920
920
  """
921
921
  :param str uri: Specifies the address of your proxy server.
922
- Examples: http://domain
922
+ For Example: http://domain
923
923
  WARNING: Do not provide credentials in the format
924
- http://(username:password@)domain these will be rejected by the server.
924
+ of http://(username:password@)domain these will be rejected by the server.
925
925
  :param Sequence[str] no_proxies: A list of IPs, hostnames, and domains that should skip the proxy.
926
- Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
926
+ For example: ["127.0.0.1", "example.com", ".corp", "localhost"].
927
927
  """
928
928
  pulumi.set(__self__, "uri", uri)
929
929
  if no_proxies is not None:
@@ -934,9 +934,9 @@ class BareMetalAdminClusterProxy(dict):
934
934
  def uri(self) -> str:
935
935
  """
936
936
  Specifies the address of your proxy server.
937
- Examples: http://domain
937
+ For Example: http://domain
938
938
  WARNING: Do not provide credentials in the format
939
- http://(username:password@)domain these will be rejected by the server.
939
+ of http://(username:password@)domain these will be rejected by the server.
940
940
  """
941
941
  return pulumi.get(self, "uri")
942
942
 
@@ -945,7 +945,7 @@ class BareMetalAdminClusterProxy(dict):
945
945
  def no_proxies(self) -> Optional[Sequence[str]]:
946
946
  """
947
947
  A list of IPs, hostnames, and domains that should skip the proxy.
948
- Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
948
+ For example: ["127.0.0.1", "example.com", ".corp", "localhost"].
949
949
  """
950
950
  return pulumi.get(self, "no_proxies")
951
951
 
@@ -1767,9 +1767,9 @@ class BareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfig(dict)
1767
1767
  version -- it's best to assume the behavior is undefined and
1768
1768
  conflicts should be avoided. For more information, including usage
1769
1769
  and the valid values, see:
1770
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
1770
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
1771
1771
  An object containing a list of "key": value pairs.
1772
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1772
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1773
1773
  :param Sequence['BareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigNodeConfigArgs'] node_configs: The list of machine addresses in the Bare Metal Node Pool.
1774
1774
  Structure is documented below.
1775
1775
  :param str operating_system: Specifies the nodes operating system (default: LINUX).
@@ -1796,9 +1796,9 @@ class BareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfig(dict)
1796
1796
  version -- it's best to assume the behavior is undefined and
1797
1797
  conflicts should be avoided. For more information, including usage
1798
1798
  and the valid values, see:
1799
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
1799
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
1800
1800
  An object containing a list of "key": value pairs.
1801
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1801
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1802
1802
  """
1803
1803
  return pulumi.get(self, "labels")
1804
1804
 
@@ -1859,9 +1859,9 @@ class BareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigNodeCo
1859
1859
  version -- it's best to assume the behavior is undefined and
1860
1860
  conflicts should be avoided. For more information, including usage
1861
1861
  and the valid values, see:
1862
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
1862
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
1863
1863
  An object containing a list of "key": value pairs.
1864
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1864
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1865
1865
  :param str node_ip: The default IPv4 address for SSH access and Kubernetes node.
1866
1866
  Example: 192.168.0.1
1867
1867
  """
@@ -1881,9 +1881,9 @@ class BareMetalClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigNodeCo
1881
1881
  version -- it's best to assume the behavior is undefined and
1882
1882
  conflicts should be avoided. For more information, including usage
1883
1883
  and the valid values, see:
1884
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
1884
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
1885
1885
  An object containing a list of "key": value pairs.
1886
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1886
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
1887
1887
  """
1888
1888
  return pulumi.get(self, "labels")
1889
1889
 
@@ -2385,9 +2385,9 @@ class BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolC
2385
2385
  version -- it's best to assume the behavior is undefined and
2386
2386
  conflicts should be avoided. For more information, including usage
2387
2387
  and the valid values, see:
2388
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2388
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2389
2389
  An object containing a list of "key": value pairs.
2390
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2390
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2391
2391
  :param Sequence['BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolConfigNodeConfigArgs'] node_configs: The list of machine addresses in the Bare Metal Node Pool.
2392
2392
  Structure is documented below.
2393
2393
  :param str operating_system: Specifies the nodes operating system (default: LINUX).
@@ -2425,9 +2425,9 @@ class BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolC
2425
2425
  version -- it's best to assume the behavior is undefined and
2426
2426
  conflicts should be avoided. For more information, including usage
2427
2427
  and the valid values, see:
2428
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2428
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2429
2429
  An object containing a list of "key": value pairs.
2430
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2430
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2431
2431
  """
2432
2432
  return pulumi.get(self, "labels")
2433
2433
 
@@ -2578,9 +2578,9 @@ class BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolC
2578
2578
  version -- it's best to assume the behavior is undefined and
2579
2579
  conflicts should be avoided. For more information, including usage
2580
2580
  and the valid values, see:
2581
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2581
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2582
2582
  An object containing a list of "key": value pairs.
2583
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2583
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2584
2584
  :param str node_ip: The default IPv4 address for SSH access and Kubernetes node.
2585
2585
  Example: 192.168.0.1
2586
2586
  """
@@ -2600,9 +2600,9 @@ class BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfigNodePoolC
2600
2600
  version -- it's best to assume the behavior is undefined and
2601
2601
  conflicts should be avoided. For more information, including usage
2602
2602
  and the valid values, see:
2603
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2603
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2604
2604
  An object containing a list of "key": value pairs.
2605
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2605
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2606
2606
  """
2607
2607
  return pulumi.get(self, "labels")
2608
2608
 
@@ -2882,9 +2882,9 @@ class BareMetalClusterLoadBalancerMetalLbConfigLoadBalancerNodePoolConfigNodePoo
2882
2882
  version -- it's best to assume the behavior is undefined and
2883
2883
  conflicts should be avoided. For more information, including usage
2884
2884
  and the valid values, see:
2885
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2885
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2886
2886
  An object containing a list of "key": value pairs.
2887
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2887
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2888
2888
  :param Sequence['BareMetalClusterLoadBalancerMetalLbConfigLoadBalancerNodePoolConfigNodePoolConfigNodeConfigArgs'] node_configs: The list of machine addresses in the Bare Metal Node Pool.
2889
2889
  Structure is documented below.
2890
2890
  :param str operating_system: Specifies the nodes operating system (default: LINUX).
@@ -2911,9 +2911,9 @@ class BareMetalClusterLoadBalancerMetalLbConfigLoadBalancerNodePoolConfigNodePoo
2911
2911
  version -- it's best to assume the behavior is undefined and
2912
2912
  conflicts should be avoided. For more information, including usage
2913
2913
  and the valid values, see:
2914
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2914
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2915
2915
  An object containing a list of "key": value pairs.
2916
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2916
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2917
2917
  """
2918
2918
  return pulumi.get(self, "labels")
2919
2919
 
@@ -2974,9 +2974,9 @@ class BareMetalClusterLoadBalancerMetalLbConfigLoadBalancerNodePoolConfigNodePoo
2974
2974
  version -- it's best to assume the behavior is undefined and
2975
2975
  conflicts should be avoided. For more information, including usage
2976
2976
  and the valid values, see:
2977
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2977
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
2978
2978
  An object containing a list of "key": value pairs.
2979
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2979
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
2980
2980
  :param str node_ip: The default IPv4 address for SSH access and Kubernetes node.
2981
2981
  Example: 192.168.0.1
2982
2982
  """
@@ -2996,9 +2996,9 @@ class BareMetalClusterLoadBalancerMetalLbConfigLoadBalancerNodePoolConfigNodePoo
2996
2996
  version -- it's best to assume the behavior is undefined and
2997
2997
  conflicts should be avoided. For more information, including usage
2998
2998
  and the valid values, see:
2999
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
2999
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
3000
3000
  An object containing a list of "key": value pairs.
3001
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
3001
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
3002
3002
  """
3003
3003
  return pulumi.get(self, "labels")
3004
3004
 
@@ -3514,11 +3514,11 @@ class BareMetalClusterProxy(dict):
3514
3514
  no_proxies: Optional[Sequence[str]] = None):
3515
3515
  """
3516
3516
  :param str uri: Specifies the address of your proxy server.
3517
- Examples: http://domain
3517
+ For example: http://domain
3518
3518
  WARNING: Do not provide credentials in the format
3519
- http://(username:password@)domain these will be rejected by the server.
3519
+ of http://(username:password@)domain these will be rejected by the server.
3520
3520
  :param Sequence[str] no_proxies: A list of IPs, hostnames, and domains that should skip the proxy.
3521
- Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
3521
+ For example ["127.0.0.1", "example.com", ".corp", "localhost"].
3522
3522
  """
3523
3523
  pulumi.set(__self__, "uri", uri)
3524
3524
  if no_proxies is not None:
@@ -3529,9 +3529,9 @@ class BareMetalClusterProxy(dict):
3529
3529
  def uri(self) -> str:
3530
3530
  """
3531
3531
  Specifies the address of your proxy server.
3532
- Examples: http://domain
3532
+ For example: http://domain
3533
3533
  WARNING: Do not provide credentials in the format
3534
- http://(username:password@)domain these will be rejected by the server.
3534
+ of http://(username:password@)domain these will be rejected by the server.
3535
3535
  """
3536
3536
  return pulumi.get(self, "uri")
3537
3537
 
@@ -3540,7 +3540,7 @@ class BareMetalClusterProxy(dict):
3540
3540
  def no_proxies(self) -> Optional[Sequence[str]]:
3541
3541
  """
3542
3542
  A list of IPs, hostnames, and domains that should skip the proxy.
3543
- Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
3543
+ For example ["127.0.0.1", "example.com", ".corp", "localhost"].
3544
3544
  """
3545
3545
  return pulumi.get(self, "no_proxies")
3546
3546
 
@@ -4190,9 +4190,9 @@ class BareMetalNodePoolNodePoolConfig(dict):
4190
4190
  version -- it's best to assume the behavior is undefined and
4191
4191
  conflicts should be avoided. For more information, including usage
4192
4192
  and the valid values, see:
4193
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
4193
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
4194
4194
  An object containing a list of "key": value pairs.
4195
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4195
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4196
4196
  :param str operating_system: Specifies the nodes operating system (default: LINUX).
4197
4197
  :param Sequence['BareMetalNodePoolNodePoolConfigTaintArgs'] taints: The initial taints assigned to nodes of this node pool.
4198
4198
  Structure is documented below.
@@ -4225,9 +4225,9 @@ class BareMetalNodePoolNodePoolConfig(dict):
4225
4225
  version -- it's best to assume the behavior is undefined and
4226
4226
  conflicts should be avoided. For more information, including usage
4227
4227
  and the valid values, see:
4228
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
4228
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
4229
4229
  An object containing a list of "key": value pairs.
4230
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4230
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4231
4231
  """
4232
4232
  return pulumi.get(self, "labels")
4233
4233
 
@@ -4279,9 +4279,9 @@ class BareMetalNodePoolNodePoolConfigNodeConfig(dict):
4279
4279
  version -- it's best to assume the behavior is undefined and
4280
4280
  conflicts should be avoided. For more information, including usage
4281
4281
  and the valid values, see:
4282
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
4282
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
4283
4283
  An object containing a list of "key": value pairs.
4284
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4284
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4285
4285
  :param str node_ip: The default IPv4 address for SSH access and Kubernetes node.
4286
4286
  Example: 192.168.0.1
4287
4287
  """
@@ -4301,9 +4301,9 @@ class BareMetalNodePoolNodePoolConfigNodeConfig(dict):
4301
4301
  version -- it's best to assume the behavior is undefined and
4302
4302
  conflicts should be avoided. For more information, including usage
4303
4303
  and the valid values, see:
4304
- http://kubernetes.io/v1.1/docs/user-guide/labels.html
4304
+ - http://kubernetes.io/v1.1/docs/user-guide/labels.html
4305
4305
  An object containing a list of "key": value pairs.
4306
- Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4306
+ For example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
4307
4307
  """
4308
4308
  return pulumi.get(self, "labels")
4309
4309
 
pulumi_gcp/iap/client.py CHANGED
@@ -79,7 +79,7 @@ class _ClientState:
79
79
 
80
80
 
81
81
  - - -
82
- :param pulumi.Input[str] client_id: The OAuth2 ID of the client.
82
+ :param pulumi.Input[str] client_id: Output only. Unique identifier of the OAuth client.
83
83
  :param pulumi.Input[str] display_name: Human-friendly name given to the OAuth client.
84
84
  :param pulumi.Input[str] secret: Output only. Client secret of the OAuth client.
85
85
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -114,7 +114,7 @@ class _ClientState:
114
114
  @pulumi.getter(name="clientId")
115
115
  def client_id(self) -> Optional[pulumi.Input[str]]:
116
116
  """
117
- The OAuth2 ID of the client.
117
+ Output only. Unique identifier of the OAuth client.
118
118
  """
119
119
  return pulumi.get(self, "client_id")
120
120
 
@@ -345,7 +345,7 @@ class Client(pulumi.CustomResource):
345
345
 
346
346
 
347
347
  - - -
348
- :param pulumi.Input[str] client_id: The OAuth2 ID of the client.
348
+ :param pulumi.Input[str] client_id: Output only. Unique identifier of the OAuth client.
349
349
  :param pulumi.Input[str] display_name: Human-friendly name given to the OAuth client.
350
350
  :param pulumi.Input[str] secret: Output only. Client secret of the OAuth client.
351
351
  **Note**: This property is sensitive and will not be displayed in the plan.
@@ -377,7 +377,7 @@ class Client(pulumi.CustomResource):
377
377
  @pulumi.getter(name="clientId")
378
378
  def client_id(self) -> pulumi.Output[str]:
379
379
  """
380
- The OAuth2 ID of the client.
380
+ Output only. Unique identifier of the OAuth client.
381
381
  """
382
382
  return pulumi.get(self, "client_id")
383
383
 
@@ -453,8 +453,8 @@ if not MYPY:
453
453
  """
454
454
  kms_key_name: NotRequired[pulumi.Input[str]]
455
455
  """
456
- The [KMS key name] with which the content of the Operation is encrypted. The expected
457
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
456
+ The [KMS key name] with which the content of the Operation is encrypted. The
457
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
458
458
  Will be empty string if google managed.
459
459
  """
460
460
  elif False:
@@ -468,8 +468,8 @@ class ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs:
468
468
  """
469
469
  :param pulumi.Input[str] type: Type of Encryption Key
470
470
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
471
- :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
472
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
471
+ :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
472
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
473
473
  Will be empty string if google managed.
474
474
  """
475
475
  pulumi.set(__self__, "type", type)
@@ -493,8 +493,8 @@ class ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs:
493
493
  @pulumi.getter(name="kmsKeyName")
494
494
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
495
495
  """
496
- The [KMS key name] with which the content of the Operation is encrypted. The expected
497
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
496
+ The [KMS key name] with which the content of the Operation is encrypted. The
497
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
498
498
  Will be empty string if google managed.
499
499
  """
500
500
  return pulumi.get(self, "kms_key_name")
@@ -1341,8 +1341,8 @@ if not MYPY:
1341
1341
  """
1342
1342
  kms_key_name: NotRequired[pulumi.Input[str]]
1343
1343
  """
1344
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1345
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1344
+ The [KMS key name] with which the content of the Operation is encrypted. The
1345
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1346
1346
  Will be empty string if google managed.
1347
1347
  """
1348
1348
  elif False:
@@ -1356,8 +1356,8 @@ class ConnectionConfigVariableEncryptionKeyValueArgs:
1356
1356
  """
1357
1357
  :param pulumi.Input[str] type: Type of Encryption Key
1358
1358
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1359
- :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1360
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1359
+ :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
1360
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1361
1361
  Will be empty string if google managed.
1362
1362
  """
1363
1363
  pulumi.set(__self__, "type", type)
@@ -1381,8 +1381,8 @@ class ConnectionConfigVariableEncryptionKeyValueArgs:
1381
1381
  @pulumi.getter(name="kmsKeyName")
1382
1382
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
1383
1383
  """
1384
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1385
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1384
+ The [KMS key name] with which the content of the Operation is encrypted. The
1385
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1386
1386
  Will be empty string if google managed.
1387
1387
  """
1388
1388
  return pulumi.get(self, "kms_key_name")
@@ -1825,8 +1825,8 @@ if not MYPY:
1825
1825
  class ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgsDict(TypedDict):
1826
1826
  kms_key_name: NotRequired[pulumi.Input[str]]
1827
1827
  """
1828
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1829
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1828
+ The [KMS key name] with which the content of the Operation is encrypted. The
1829
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1830
1830
  Will be empty string if google managed.
1831
1831
  """
1832
1832
  type: NotRequired[pulumi.Input[str]]
@@ -1843,8 +1843,8 @@ class ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs:
1843
1843
  kms_key_name: Optional[pulumi.Input[str]] = None,
1844
1844
  type: Optional[pulumi.Input[str]] = None):
1845
1845
  """
1846
- :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1847
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1846
+ :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
1847
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1848
1848
  Will be empty string if google managed.
1849
1849
  :param pulumi.Input[str] type: Type of Encryption Key
1850
1850
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -1858,8 +1858,8 @@ class ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs:
1858
1858
  @pulumi.getter(name="kmsKeyName")
1859
1859
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
1860
1860
  """
1861
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1862
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1861
+ The [KMS key name] with which the content of the Operation is encrypted. The
1862
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1863
1863
  Will be empty string if google managed.
1864
1864
  """
1865
1865
  return pulumi.get(self, "kms_key_name")
@@ -2153,8 +2153,8 @@ if not MYPY:
2153
2153
  class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValueArgsDict(TypedDict):
2154
2154
  kms_key_name: NotRequired[pulumi.Input[str]]
2155
2155
  """
2156
- The [KMS key name] with which the content of the Operation is encrypted. The expected
2157
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2156
+ The [KMS key name] with which the content of the Operation is encrypted. The
2157
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2158
2158
  Will be empty string if google managed.
2159
2159
  """
2160
2160
  type: NotRequired[pulumi.Input[str]]
@@ -2171,8 +2171,8 @@ class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValueArgs
2171
2171
  kms_key_name: Optional[pulumi.Input[str]] = None,
2172
2172
  type: Optional[pulumi.Input[str]] = None):
2173
2173
  """
2174
- :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
2175
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2174
+ :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
2175
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2176
2176
  Will be empty string if google managed.
2177
2177
  :param pulumi.Input[str] type: Type of Encryption Key
2178
2178
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -2186,8 +2186,8 @@ class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValueArgs
2186
2186
  @pulumi.getter(name="kmsKeyName")
2187
2187
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
2188
2188
  """
2189
- The [KMS key name] with which the content of the Operation is encrypted. The expected
2190
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2189
+ The [KMS key name] with which the content of the Operation is encrypted. The
2190
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2191
2191
  Will be empty string if google managed.
2192
2192
  """
2193
2193
  return pulumi.get(self, "kms_key_name")
@@ -3083,8 +3083,8 @@ if not MYPY:
3083
3083
  class ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgsDict(TypedDict):
3084
3084
  kms_key_name: NotRequired[pulumi.Input[str]]
3085
3085
  """
3086
- The [KMS key name] with which the content of the Operation is encrypted. The expected
3087
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3086
+ The [KMS key name] with which the content of the Operation is encrypted. The
3087
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3088
3088
  Will be empty string if google managed.
3089
3089
  """
3090
3090
  type: NotRequired[pulumi.Input[str]]
@@ -3101,8 +3101,8 @@ class ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgs:
3101
3101
  kms_key_name: Optional[pulumi.Input[str]] = None,
3102
3102
  type: Optional[pulumi.Input[str]] = None):
3103
3103
  """
3104
- :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
3105
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3104
+ :param pulumi.Input[str] kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
3105
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3106
3106
  Will be empty string if google managed.
3107
3107
  :param pulumi.Input[str] type: Type of Encryption Key
3108
3108
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -3116,8 +3116,8 @@ class ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgs:
3116
3116
  @pulumi.getter(name="kmsKeyName")
3117
3117
  def kms_key_name(self) -> Optional[pulumi.Input[str]]:
3118
3118
  """
3119
- The [KMS key name] with which the content of the Operation is encrypted. The expected
3120
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3119
+ The [KMS key name] with which the content of the Operation is encrypted. The
3120
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
3121
3121
  Will be empty string if google managed.
3122
3122
  """
3123
3123
  return pulumi.get(self, "kms_key_name")
@@ -345,8 +345,8 @@ class ConnectionAuthConfigAdditionalVariableEncryptionKeyValue(dict):
345
345
  """
346
346
  :param str type: Type of Encryption Key
347
347
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
348
- :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
349
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
348
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
349
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
350
350
  Will be empty string if google managed.
351
351
  """
352
352
  pulumi.set(__self__, "type", type)
@@ -366,8 +366,8 @@ class ConnectionAuthConfigAdditionalVariableEncryptionKeyValue(dict):
366
366
  @pulumi.getter(name="kmsKeyName")
367
367
  def kms_key_name(self) -> Optional[str]:
368
368
  """
369
- The [KMS key name] with which the content of the Operation is encrypted. The expected
370
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
369
+ The [KMS key name] with which the content of the Operation is encrypted. The
370
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
371
371
  Will be empty string if google managed.
372
372
  """
373
373
  return pulumi.get(self, "kms_key_name")
@@ -1117,8 +1117,8 @@ class ConnectionConfigVariableEncryptionKeyValue(dict):
1117
1117
  """
1118
1118
  :param str type: Type of Encryption Key
1119
1119
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1120
- :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1121
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1120
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
1121
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1122
1122
  Will be empty string if google managed.
1123
1123
  """
1124
1124
  pulumi.set(__self__, "type", type)
@@ -1138,8 +1138,8 @@ class ConnectionConfigVariableEncryptionKeyValue(dict):
1138
1138
  @pulumi.getter(name="kmsKeyName")
1139
1139
  def kms_key_name(self) -> Optional[str]:
1140
1140
  """
1141
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1142
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1141
+ The [KMS key name] with which the content of the Operation is encrypted. The
1142
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1143
1143
  Will be empty string if google managed.
1144
1144
  """
1145
1145
  return pulumi.get(self, "kms_key_name")
@@ -1523,8 +1523,8 @@ class ConnectionEventingConfigAdditionalVariableEncryptionKeyValue(dict):
1523
1523
  kms_key_name: Optional[str] = None,
1524
1524
  type: Optional[str] = None):
1525
1525
  """
1526
- :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1527
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1526
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
1527
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1528
1528
  Will be empty string if google managed.
1529
1529
  :param str type: Type of Encryption Key
1530
1530
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -1538,8 +1538,8 @@ class ConnectionEventingConfigAdditionalVariableEncryptionKeyValue(dict):
1538
1538
  @pulumi.getter(name="kmsKeyName")
1539
1539
  def kms_key_name(self) -> Optional[str]:
1540
1540
  """
1541
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1542
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1541
+ The [KMS key name] with which the content of the Operation is encrypted. The
1542
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1543
1543
  Will be empty string if google managed.
1544
1544
  """
1545
1545
  return pulumi.get(self, "kms_key_name")
@@ -1801,8 +1801,8 @@ class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue(dic
1801
1801
  kms_key_name: Optional[str] = None,
1802
1802
  type: Optional[str] = None):
1803
1803
  """
1804
- :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1805
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1804
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
1805
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1806
1806
  Will be empty string if google managed.
1807
1807
  :param str type: Type of Encryption Key
1808
1808
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -1816,8 +1816,8 @@ class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue(dic
1816
1816
  @pulumi.getter(name="kmsKeyName")
1817
1817
  def kms_key_name(self) -> Optional[str]:
1818
1818
  """
1819
- The [KMS key name] with which the content of the Operation is encrypted. The expected
1820
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1819
+ The [KMS key name] with which the content of the Operation is encrypted. The
1820
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1821
1821
  Will be empty string if google managed.
1822
1822
  """
1823
1823
  return pulumi.get(self, "kms_key_name")
@@ -2520,8 +2520,8 @@ class ConnectionSslConfigAdditionalVariableEncryptionKeyValue(dict):
2520
2520
  kms_key_name: Optional[str] = None,
2521
2521
  type: Optional[str] = None):
2522
2522
  """
2523
- :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
2524
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2523
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The
2524
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2525
2525
  Will be empty string if google managed.
2526
2526
  :param str type: Type of Encryption Key
2527
2527
  Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
@@ -2535,8 +2535,8 @@ class ConnectionSslConfigAdditionalVariableEncryptionKeyValue(dict):
2535
2535
  @pulumi.getter(name="kmsKeyName")
2536
2536
  def kms_key_name(self) -> Optional[str]:
2537
2537
  """
2538
- The [KMS key name] with which the content of the Operation is encrypted. The expected
2539
- format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2538
+ The [KMS key name] with which the content of the Operation is encrypted. The
2539
+ expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2540
2540
  Will be empty string if google managed.
2541
2541
  """
2542
2542
  return pulumi.get(self, "kms_key_name")
@@ -1714,7 +1714,7 @@ class Volume(pulumi.CustomResource):
1714
1714
 
1715
1715
  @property
1716
1716
  @pulumi.getter(name="smbSettings")
1717
- def smb_settings(self) -> pulumi.Output[Optional[Sequence[str]]]:
1717
+ def smb_settings(self) -> pulumi.Output[Sequence[str]]:
1718
1718
  """
1719
1719
  Settings for volumes with SMB access.
1720
1720
  Each value may be one of: `ENCRYPT_DATA`, `BROWSABLE`, `CHANGE_NOTIFY`, `NON_BROWSABLE`, `OPLOCKS`, `SHOW_SNAPSHOT`, `SHOW_PREVIOUS_VERSIONS`, `ACCESS_BASED_ENUMERATION`, `CONTINUOUSLY_AVAILABLE`.