pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
pulumi_gcp/gkeonprem/outputs.py
CHANGED
@@ -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
|
-
|
339
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
340
340
|
An object containing a list of "key": value pairs.
|
341
|
-
|
341
|
+
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
|
-
|
368
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
369
369
|
An object containing a list of "key": value pairs.
|
370
|
-
|
370
|
+
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
|
-
|
431
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
432
432
|
An object containing a list of "key": value pairs.
|
433
|
-
|
433
|
+
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
|
-
|
453
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
454
454
|
An object containing a list of "key": value pairs.
|
455
|
-
|
455
|
+
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
|
-
|
922
|
+
Examples: http://domain
|
923
923
|
WARNING: Do not provide credentials in the format
|
924
|
-
|
924
|
+
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
|
-
|
926
|
+
Examples: ["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
|
-
|
937
|
+
Examples: http://domain
|
938
938
|
WARNING: Do not provide credentials in the format
|
939
|
-
|
939
|
+
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
|
-
|
948
|
+
Examples: ["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
|
-
|
1770
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
1771
1771
|
An object containing a list of "key": value pairs.
|
1772
|
-
|
1772
|
+
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
|
-
|
1799
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
1800
1800
|
An object containing a list of "key": value pairs.
|
1801
|
-
|
1801
|
+
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
|
-
|
1862
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
1863
1863
|
An object containing a list of "key": value pairs.
|
1864
|
-
|
1864
|
+
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
|
-
|
1884
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
1885
1885
|
An object containing a list of "key": value pairs.
|
1886
|
-
|
1886
|
+
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
|
-
|
2388
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2389
2389
|
An object containing a list of "key": value pairs.
|
2390
|
-
|
2390
|
+
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
|
-
|
2428
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2429
2429
|
An object containing a list of "key": value pairs.
|
2430
|
-
|
2430
|
+
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
|
-
|
2581
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2582
2582
|
An object containing a list of "key": value pairs.
|
2583
|
-
|
2583
|
+
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
|
-
|
2603
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2604
2604
|
An object containing a list of "key": value pairs.
|
2605
|
-
|
2605
|
+
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
|
-
|
2885
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2886
2886
|
An object containing a list of "key": value pairs.
|
2887
|
-
|
2887
|
+
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
|
-
|
2914
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2915
2915
|
An object containing a list of "key": value pairs.
|
2916
|
-
|
2916
|
+
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
|
-
|
2977
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
2978
2978
|
An object containing a list of "key": value pairs.
|
2979
|
-
|
2979
|
+
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
|
-
|
2999
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
3000
3000
|
An object containing a list of "key": value pairs.
|
3001
|
-
|
3001
|
+
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
|
-
|
3517
|
+
Examples: http://domain
|
3518
3518
|
WARNING: Do not provide credentials in the format
|
3519
|
-
|
3519
|
+
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
|
-
|
3521
|
+
Examples: ["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
|
-
|
3532
|
+
Examples: http://domain
|
3533
3533
|
WARNING: Do not provide credentials in the format
|
3534
|
-
|
3534
|
+
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
|
-
|
3543
|
+
Examples: ["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
|
-
|
4193
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
4194
4194
|
An object containing a list of "key": value pairs.
|
4195
|
-
|
4195
|
+
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
|
-
|
4228
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
4229
4229
|
An object containing a list of "key": value pairs.
|
4230
|
-
|
4230
|
+
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
|
-
|
4282
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
4283
4283
|
An object containing a list of "key": value pairs.
|
4284
|
-
|
4284
|
+
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
|
-
|
4304
|
+
http://kubernetes.io/v1.1/docs/user-guide/labels.html
|
4305
4305
|
An object containing a list of "key": value pairs.
|
4306
|
-
|
4306
|
+
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:
|
82
|
+
:param pulumi.Input[str] client_id: The OAuth2 ID of the 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
|
-
|
117
|
+
The OAuth2 ID of the 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:
|
348
|
+
:param pulumi.Input[str] client_id: The OAuth2 ID of the 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
|
-
|
380
|
+
The OAuth2 ID of the 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
|
457
|
-
|
456
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
457
|
+
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
|
472
|
-
|
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/*.
|
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
|
497
|
-
|
496
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
497
|
+
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
|
1345
|
-
|
1344
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1345
|
+
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
|
1360
|
-
|
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/*.
|
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
|
1385
|
-
|
1384
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1385
|
+
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
|
1829
|
-
|
1828
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1829
|
+
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
|
1847
|
-
|
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/*.
|
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
|
1862
|
-
|
1861
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1862
|
+
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
|
2157
|
-
|
2156
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
2157
|
+
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
|
2175
|
-
|
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/*.
|
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
|
2190
|
-
|
2189
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
2190
|
+
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
|
3087
|
-
|
3086
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
3087
|
+
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
|
3105
|
-
|
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/*.
|
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
|
3120
|
-
|
3119
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
3120
|
+
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
|
349
|
-
|
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/*.
|
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
|
370
|
-
|
369
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
370
|
+
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
|
1121
|
-
|
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/*.
|
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
|
1142
|
-
|
1141
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1142
|
+
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
|
1527
|
-
|
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/*.
|
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
|
1542
|
-
|
1541
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1542
|
+
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
|
1805
|
-
|
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/*.
|
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
|
1820
|
-
|
1819
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
1820
|
+
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
|
2524
|
-
|
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/*.
|
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
|
2539
|
-
|
2538
|
+
The [KMS key name] with which the content of the Operation is encrypted. The expected
|
2539
|
+
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")
|
pulumi_gcp/netapp/volume.py
CHANGED
@@ -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[Sequence[str]]:
|
1717
|
+
def smb_settings(self) -> pulumi.Output[Optional[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`.
|