pulumi-gcp 7.17.0a1712402830__py3-none-any.whl → 7.18.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.
- pulumi_gcp/__init__.py +27 -0
- pulumi_gcp/apphub/__init__.py +1 -0
- pulumi_gcp/apphub/get_application.py +220 -0
- pulumi_gcp/apphub/outputs.py +214 -0
- pulumi_gcp/applicationintegration/__init__.py +10 -0
- pulumi_gcp/applicationintegration/_inputs.py +119 -0
- pulumi_gcp/applicationintegration/client.py +574 -0
- pulumi_gcp/applicationintegration/outputs.py +122 -0
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/outputs.py +14 -0
- pulumi_gcp/bigquery/routine.py +98 -0
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/cloudquota/__init__.py +2 -0
- pulumi_gcp/cloudquota/_inputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +118 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +777 -0
- pulumi_gcp/cloudrunv2/_inputs.py +73 -0
- pulumi_gcp/cloudrunv2/outputs.py +126 -0
- pulumi_gcp/compute/interconnect_attachment.py +64 -0
- pulumi_gcp/compute/network_endpoint.py +8 -0
- pulumi_gcp/compute/network_endpoint_list.py +8 -0
- pulumi_gcp/compute/region_backend_service.py +28 -0
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +17 -1
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/outputs.py +27 -2
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/dataflow/flex_template_job.py +84 -112
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/_inputs.py +71 -0
- pulumi_gcp/dataproc/get_metastore_service.py +11 -1
- pulumi_gcp/dataproc/metastore_service.py +120 -0
- pulumi_gcp/dataproc/outputs.py +128 -0
- pulumi_gcp/firebase/app_check_service_config.py +2 -2
- pulumi_gcp/firestore/backup_schedule.py +23 -23
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/v_mware_cluster.py +49 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/kms/_inputs.py +46 -0
- pulumi_gcp/kms/crypto_key.py +54 -0
- pulumi_gcp/kms/crypto_key_version.py +54 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/outputs.py +54 -0
- pulumi_gcp/looker/instance.py +20 -30
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/redis/cluster.py +91 -0
- pulumi_gcp/storage/bucket.py +28 -0
- pulumi_gcp/storage/get_bucket.py +17 -2
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +169 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +477 -0
- pulumi_gcp/vertex/outputs.py +194 -0
- pulumi_gcp/vpcaccess/connector.py +77 -28
- {pulumi_gcp-7.17.0a1712402830.dist-info → pulumi_gcp-7.18.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.17.0a1712402830.dist-info → pulumi_gcp-7.18.0.dist-info}/RECORD +66 -58
- {pulumi_gcp-7.17.0a1712402830.dist-info → pulumi_gcp-7.18.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.17.0a1712402830.dist-info → pulumi_gcp-7.18.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -7581,12 +7581,16 @@ class ClusterNodePoolArgs:
|
|
7581
7581
|
@pulumi.input_type
|
7582
7582
|
class ClusterNodePoolAutoConfigArgs:
|
7583
7583
|
def __init__(__self__, *,
|
7584
|
-
network_tags: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']] = None
|
7584
|
+
network_tags: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']] = None,
|
7585
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
7585
7586
|
"""
|
7586
7587
|
:param pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs'] network_tags: The network tag config for the cluster's automatically provisioned node pools.
|
7588
|
+
:param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
|
7587
7589
|
"""
|
7588
7590
|
if network_tags is not None:
|
7589
7591
|
pulumi.set(__self__, "network_tags", network_tags)
|
7592
|
+
if resource_manager_tags is not None:
|
7593
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
7590
7594
|
|
7591
7595
|
@property
|
7592
7596
|
@pulumi.getter(name="networkTags")
|
@@ -7600,6 +7604,18 @@ class ClusterNodePoolAutoConfigArgs:
|
|
7600
7604
|
def network_tags(self, value: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']]):
|
7601
7605
|
pulumi.set(self, "network_tags", value)
|
7602
7606
|
|
7607
|
+
@property
|
7608
|
+
@pulumi.getter(name="resourceManagerTags")
|
7609
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
7610
|
+
"""
|
7611
|
+
A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
|
7612
|
+
"""
|
7613
|
+
return pulumi.get(self, "resource_manager_tags")
|
7614
|
+
|
7615
|
+
@resource_manager_tags.setter
|
7616
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
7617
|
+
pulumi.set(self, "resource_manager_tags", value)
|
7618
|
+
|
7603
7619
|
|
7604
7620
|
@pulumi.input_type
|
7605
7621
|
class ClusterNodePoolAutoConfigNetworkTagsArgs:
|
pulumi_gcp/container/cluster.py
CHANGED
@@ -33,6 +33,7 @@ class ClusterArgs:
|
|
33
33
|
description: Optional[pulumi.Input[str]] = None,
|
34
34
|
dns_config: Optional[pulumi.Input['ClusterDnsConfigArgs']] = None,
|
35
35
|
enable_autopilot: Optional[pulumi.Input[bool]] = None,
|
36
|
+
enable_cilium_clusterwide_network_policy: Optional[pulumi.Input[bool]] = None,
|
36
37
|
enable_fqdn_network_policy: Optional[pulumi.Input[bool]] = None,
|
37
38
|
enable_intranode_visibility: Optional[pulumi.Input[bool]] = None,
|
38
39
|
enable_k8s_beta_apis: Optional[pulumi.Input['ClusterEnableK8sBetaApisArgs']] = None,
|
@@ -127,6 +128,7 @@ class ClusterArgs:
|
|
127
128
|
Note that when this option is enabled, certain features of Standard GKE are not available.
|
128
129
|
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)
|
129
130
|
for available features.
|
131
|
+
:param pulumi.Input[bool] enable_cilium_clusterwide_network_policy: Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
130
132
|
:param pulumi.Input[bool] enable_fqdn_network_policy: Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.
|
131
133
|
:param pulumi.Input[bool] enable_intranode_visibility: Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
|
132
134
|
:param pulumi.Input['ClusterEnableK8sBetaApisArgs'] enable_k8s_beta_apis: Configuration for Kubernetes Beta APIs.
|
@@ -323,6 +325,8 @@ class ClusterArgs:
|
|
323
325
|
pulumi.set(__self__, "dns_config", dns_config)
|
324
326
|
if enable_autopilot is not None:
|
325
327
|
pulumi.set(__self__, "enable_autopilot", enable_autopilot)
|
328
|
+
if enable_cilium_clusterwide_network_policy is not None:
|
329
|
+
pulumi.set(__self__, "enable_cilium_clusterwide_network_policy", enable_cilium_clusterwide_network_policy)
|
326
330
|
if enable_fqdn_network_policy is not None:
|
327
331
|
pulumi.set(__self__, "enable_fqdn_network_policy", enable_fqdn_network_policy)
|
328
332
|
if enable_intranode_visibility is not None:
|
@@ -654,6 +658,18 @@ class ClusterArgs:
|
|
654
658
|
def enable_autopilot(self, value: Optional[pulumi.Input[bool]]):
|
655
659
|
pulumi.set(self, "enable_autopilot", value)
|
656
660
|
|
661
|
+
@property
|
662
|
+
@pulumi.getter(name="enableCiliumClusterwideNetworkPolicy")
|
663
|
+
def enable_cilium_clusterwide_network_policy(self) -> Optional[pulumi.Input[bool]]:
|
664
|
+
"""
|
665
|
+
Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
666
|
+
"""
|
667
|
+
return pulumi.get(self, "enable_cilium_clusterwide_network_policy")
|
668
|
+
|
669
|
+
@enable_cilium_clusterwide_network_policy.setter
|
670
|
+
def enable_cilium_clusterwide_network_policy(self, value: Optional[pulumi.Input[bool]]):
|
671
|
+
pulumi.set(self, "enable_cilium_clusterwide_network_policy", value)
|
672
|
+
|
657
673
|
@property
|
658
674
|
@pulumi.getter(name="enableFqdnNetworkPolicy")
|
659
675
|
def enable_fqdn_network_policy(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1397,6 +1413,7 @@ class _ClusterState:
|
|
1397
1413
|
description: Optional[pulumi.Input[str]] = None,
|
1398
1414
|
dns_config: Optional[pulumi.Input['ClusterDnsConfigArgs']] = None,
|
1399
1415
|
enable_autopilot: Optional[pulumi.Input[bool]] = None,
|
1416
|
+
enable_cilium_clusterwide_network_policy: Optional[pulumi.Input[bool]] = None,
|
1400
1417
|
enable_fqdn_network_policy: Optional[pulumi.Input[bool]] = None,
|
1401
1418
|
enable_intranode_visibility: Optional[pulumi.Input[bool]] = None,
|
1402
1419
|
enable_k8s_beta_apis: Optional[pulumi.Input['ClusterEnableK8sBetaApisArgs']] = None,
|
@@ -1498,6 +1515,7 @@ class _ClusterState:
|
|
1498
1515
|
Note that when this option is enabled, certain features of Standard GKE are not available.
|
1499
1516
|
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)
|
1500
1517
|
for available features.
|
1518
|
+
:param pulumi.Input[bool] enable_cilium_clusterwide_network_policy: Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
1501
1519
|
:param pulumi.Input[bool] enable_fqdn_network_policy: Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.
|
1502
1520
|
:param pulumi.Input[bool] enable_intranode_visibility: Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
|
1503
1521
|
:param pulumi.Input['ClusterEnableK8sBetaApisArgs'] enable_k8s_beta_apis: Configuration for Kubernetes Beta APIs.
|
@@ -1707,6 +1725,8 @@ class _ClusterState:
|
|
1707
1725
|
pulumi.set(__self__, "dns_config", dns_config)
|
1708
1726
|
if enable_autopilot is not None:
|
1709
1727
|
pulumi.set(__self__, "enable_autopilot", enable_autopilot)
|
1728
|
+
if enable_cilium_clusterwide_network_policy is not None:
|
1729
|
+
pulumi.set(__self__, "enable_cilium_clusterwide_network_policy", enable_cilium_clusterwide_network_policy)
|
1710
1730
|
if enable_fqdn_network_policy is not None:
|
1711
1731
|
pulumi.set(__self__, "enable_fqdn_network_policy", enable_fqdn_network_policy)
|
1712
1732
|
if enable_intranode_visibility is not None:
|
@@ -2052,6 +2072,18 @@ class _ClusterState:
|
|
2052
2072
|
def enable_autopilot(self, value: Optional[pulumi.Input[bool]]):
|
2053
2073
|
pulumi.set(self, "enable_autopilot", value)
|
2054
2074
|
|
2075
|
+
@property
|
2076
|
+
@pulumi.getter(name="enableCiliumClusterwideNetworkPolicy")
|
2077
|
+
def enable_cilium_clusterwide_network_policy(self) -> Optional[pulumi.Input[bool]]:
|
2078
|
+
"""
|
2079
|
+
Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
2080
|
+
"""
|
2081
|
+
return pulumi.get(self, "enable_cilium_clusterwide_network_policy")
|
2082
|
+
|
2083
|
+
@enable_cilium_clusterwide_network_policy.setter
|
2084
|
+
def enable_cilium_clusterwide_network_policy(self, value: Optional[pulumi.Input[bool]]):
|
2085
|
+
pulumi.set(self, "enable_cilium_clusterwide_network_policy", value)
|
2086
|
+
|
2055
2087
|
@property
|
2056
2088
|
@pulumi.getter(name="enableFqdnNetworkPolicy")
|
2057
2089
|
def enable_fqdn_network_policy(self) -> Optional[pulumi.Input[bool]]:
|
@@ -2885,6 +2917,7 @@ class Cluster(pulumi.CustomResource):
|
|
2885
2917
|
description: Optional[pulumi.Input[str]] = None,
|
2886
2918
|
dns_config: Optional[pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']]] = None,
|
2887
2919
|
enable_autopilot: Optional[pulumi.Input[bool]] = None,
|
2920
|
+
enable_cilium_clusterwide_network_policy: Optional[pulumi.Input[bool]] = None,
|
2888
2921
|
enable_fqdn_network_policy: Optional[pulumi.Input[bool]] = None,
|
2889
2922
|
enable_intranode_visibility: Optional[pulumi.Input[bool]] = None,
|
2890
2923
|
enable_k8s_beta_apis: Optional[pulumi.Input[pulumi.InputType['ClusterEnableK8sBetaApisArgs']]] = None,
|
@@ -3107,6 +3140,7 @@ class Cluster(pulumi.CustomResource):
|
|
3107
3140
|
Note that when this option is enabled, certain features of Standard GKE are not available.
|
3108
3141
|
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)
|
3109
3142
|
for available features.
|
3143
|
+
:param pulumi.Input[bool] enable_cilium_clusterwide_network_policy: Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
3110
3144
|
:param pulumi.Input[bool] enable_fqdn_network_policy: Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.
|
3111
3145
|
:param pulumi.Input[bool] enable_intranode_visibility: Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
|
3112
3146
|
:param pulumi.Input[pulumi.InputType['ClusterEnableK8sBetaApisArgs']] enable_k8s_beta_apis: Configuration for Kubernetes Beta APIs.
|
@@ -3434,6 +3468,7 @@ class Cluster(pulumi.CustomResource):
|
|
3434
3468
|
description: Optional[pulumi.Input[str]] = None,
|
3435
3469
|
dns_config: Optional[pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']]] = None,
|
3436
3470
|
enable_autopilot: Optional[pulumi.Input[bool]] = None,
|
3471
|
+
enable_cilium_clusterwide_network_policy: Optional[pulumi.Input[bool]] = None,
|
3437
3472
|
enable_fqdn_network_policy: Optional[pulumi.Input[bool]] = None,
|
3438
3473
|
enable_intranode_visibility: Optional[pulumi.Input[bool]] = None,
|
3439
3474
|
enable_k8s_beta_apis: Optional[pulumi.Input[pulumi.InputType['ClusterEnableK8sBetaApisArgs']]] = None,
|
@@ -3511,6 +3546,7 @@ class Cluster(pulumi.CustomResource):
|
|
3511
3546
|
__props__.__dict__["description"] = description
|
3512
3547
|
__props__.__dict__["dns_config"] = dns_config
|
3513
3548
|
__props__.__dict__["enable_autopilot"] = enable_autopilot
|
3549
|
+
__props__.__dict__["enable_cilium_clusterwide_network_policy"] = enable_cilium_clusterwide_network_policy
|
3514
3550
|
__props__.__dict__["enable_fqdn_network_policy"] = enable_fqdn_network_policy
|
3515
3551
|
__props__.__dict__["enable_intranode_visibility"] = enable_intranode_visibility
|
3516
3552
|
__props__.__dict__["enable_k8s_beta_apis"] = enable_k8s_beta_apis
|
@@ -3596,6 +3632,7 @@ class Cluster(pulumi.CustomResource):
|
|
3596
3632
|
description: Optional[pulumi.Input[str]] = None,
|
3597
3633
|
dns_config: Optional[pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']]] = None,
|
3598
3634
|
enable_autopilot: Optional[pulumi.Input[bool]] = None,
|
3635
|
+
enable_cilium_clusterwide_network_policy: Optional[pulumi.Input[bool]] = None,
|
3599
3636
|
enable_fqdn_network_policy: Optional[pulumi.Input[bool]] = None,
|
3600
3637
|
enable_intranode_visibility: Optional[pulumi.Input[bool]] = None,
|
3601
3638
|
enable_k8s_beta_apis: Optional[pulumi.Input[pulumi.InputType['ClusterEnableK8sBetaApisArgs']]] = None,
|
@@ -3702,6 +3739,7 @@ class Cluster(pulumi.CustomResource):
|
|
3702
3739
|
Note that when this option is enabled, certain features of Standard GKE are not available.
|
3703
3740
|
See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison)
|
3704
3741
|
for available features.
|
3742
|
+
:param pulumi.Input[bool] enable_cilium_clusterwide_network_policy: Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
3705
3743
|
:param pulumi.Input[bool] enable_fqdn_network_policy: Whether FQDN Network Policy is enabled on this cluster. Users who enable this feature for existing Standard clusters must restart the GKE Dataplane V2 `anetd` DaemonSet after enabling it. See the [Enable FQDN Network Policy in an existing cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/fqdn-network-policies#enable_fqdn_network_policy_in_an_existing_cluster) for more information.
|
3706
3744
|
:param pulumi.Input[bool] enable_intranode_visibility: Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
|
3707
3745
|
:param pulumi.Input[pulumi.InputType['ClusterEnableK8sBetaApisArgs']] enable_k8s_beta_apis: Configuration for Kubernetes Beta APIs.
|
@@ -3898,6 +3936,7 @@ class Cluster(pulumi.CustomResource):
|
|
3898
3936
|
__props__.__dict__["description"] = description
|
3899
3937
|
__props__.__dict__["dns_config"] = dns_config
|
3900
3938
|
__props__.__dict__["enable_autopilot"] = enable_autopilot
|
3939
|
+
__props__.__dict__["enable_cilium_clusterwide_network_policy"] = enable_cilium_clusterwide_network_policy
|
3901
3940
|
__props__.__dict__["enable_fqdn_network_policy"] = enable_fqdn_network_policy
|
3902
3941
|
__props__.__dict__["enable_intranode_visibility"] = enable_intranode_visibility
|
3903
3942
|
__props__.__dict__["enable_k8s_beta_apis"] = enable_k8s_beta_apis
|
@@ -4118,6 +4157,14 @@ class Cluster(pulumi.CustomResource):
|
|
4118
4157
|
"""
|
4119
4158
|
return pulumi.get(self, "enable_autopilot")
|
4120
4159
|
|
4160
|
+
@property
|
4161
|
+
@pulumi.getter(name="enableCiliumClusterwideNetworkPolicy")
|
4162
|
+
def enable_cilium_clusterwide_network_policy(self) -> pulumi.Output[Optional[bool]]:
|
4163
|
+
"""
|
4164
|
+
Whether CiliumClusterWideNetworkPolicy is enabled on this cluster. Defaults to false.
|
4165
|
+
"""
|
4166
|
+
return pulumi.get(self, "enable_cilium_clusterwide_network_policy")
|
4167
|
+
|
4121
4168
|
@property
|
4122
4169
|
@pulumi.getter(name="enableFqdnNetworkPolicy")
|
4123
4170
|
def enable_fqdn_network_policy(self) -> pulumi.Output[Optional[bool]]:
|
@@ -22,7 +22,7 @@ class GetClusterResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getCluster.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, dns_configs=None, enable_autopilot=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
|
25
|
+
def __init__(__self__, addons_configs=None, allow_net_admin=None, authenticator_groups_configs=None, binary_authorizations=None, cluster_autoscalings=None, cluster_ipv4_cidr=None, cluster_telemetries=None, confidential_nodes=None, cost_management_configs=None, database_encryptions=None, datapath_provider=None, default_max_pods_per_node=None, default_snat_statuses=None, deletion_protection=None, description=None, dns_configs=None, enable_autopilot=None, enable_cilium_clusterwide_network_policy=None, enable_fqdn_network_policy=None, enable_intranode_visibility=None, enable_k8s_beta_apis=None, enable_kubernetes_alpha=None, enable_l4_ilb_subsetting=None, enable_legacy_abac=None, enable_multi_networking=None, enable_shielded_nodes=None, enable_tpu=None, endpoint=None, fleets=None, gateway_api_configs=None, id=None, identity_service_configs=None, initial_node_count=None, ip_allocation_policies=None, label_fingerprint=None, location=None, logging_configs=None, logging_service=None, maintenance_policies=None, master_authorized_networks_configs=None, master_auths=None, master_version=None, mesh_certificates=None, min_master_version=None, monitoring_configs=None, monitoring_service=None, name=None, network=None, network_policies=None, networking_mode=None, node_configs=None, node_locations=None, node_pool_auto_configs=None, node_pool_defaults=None, node_pools=None, node_version=None, notification_configs=None, operation=None, pod_security_policy_configs=None, private_cluster_configs=None, private_ipv6_google_access=None, project=None, protect_configs=None, release_channels=None, remove_default_node_pool=None, resource_labels=None, resource_usage_export_configs=None, security_posture_configs=None, self_link=None, service_external_ips_configs=None, services_ipv4_cidr=None, subnetwork=None, tpu_configs=None, tpu_ipv4_cidr_block=None, vertical_pod_autoscalings=None, workload_alts_configs=None, workload_identity_configs=None):
|
26
26
|
if addons_configs and not isinstance(addons_configs, list):
|
27
27
|
raise TypeError("Expected argument 'addons_configs' to be a list")
|
28
28
|
pulumi.set(__self__, "addons_configs", addons_configs)
|
@@ -74,6 +74,9 @@ class GetClusterResult:
|
|
74
74
|
if enable_autopilot and not isinstance(enable_autopilot, bool):
|
75
75
|
raise TypeError("Expected argument 'enable_autopilot' to be a bool")
|
76
76
|
pulumi.set(__self__, "enable_autopilot", enable_autopilot)
|
77
|
+
if enable_cilium_clusterwide_network_policy and not isinstance(enable_cilium_clusterwide_network_policy, bool):
|
78
|
+
raise TypeError("Expected argument 'enable_cilium_clusterwide_network_policy' to be a bool")
|
79
|
+
pulumi.set(__self__, "enable_cilium_clusterwide_network_policy", enable_cilium_clusterwide_network_policy)
|
77
80
|
if enable_fqdn_network_policy and not isinstance(enable_fqdn_network_policy, bool):
|
78
81
|
raise TypeError("Expected argument 'enable_fqdn_network_policy' to be a bool")
|
79
82
|
pulumi.set(__self__, "enable_fqdn_network_policy", enable_fqdn_network_policy)
|
@@ -337,6 +340,11 @@ class GetClusterResult:
|
|
337
340
|
def enable_autopilot(self) -> bool:
|
338
341
|
return pulumi.get(self, "enable_autopilot")
|
339
342
|
|
343
|
+
@property
|
344
|
+
@pulumi.getter(name="enableCiliumClusterwideNetworkPolicy")
|
345
|
+
def enable_cilium_clusterwide_network_policy(self) -> bool:
|
346
|
+
return pulumi.get(self, "enable_cilium_clusterwide_network_policy")
|
347
|
+
|
340
348
|
@property
|
341
349
|
@pulumi.getter(name="enableFqdnNetworkPolicy")
|
342
350
|
def enable_fqdn_network_policy(self) -> bool:
|
@@ -659,6 +667,7 @@ class AwaitableGetClusterResult(GetClusterResult):
|
|
659
667
|
description=self.description,
|
660
668
|
dns_configs=self.dns_configs,
|
661
669
|
enable_autopilot=self.enable_autopilot,
|
670
|
+
enable_cilium_clusterwide_network_policy=self.enable_cilium_clusterwide_network_policy,
|
662
671
|
enable_fqdn_network_policy=self.enable_fqdn_network_policy,
|
663
672
|
enable_intranode_visibility=self.enable_intranode_visibility,
|
664
673
|
enable_k8s_beta_apis=self.enable_k8s_beta_apis,
|
@@ -762,6 +771,7 @@ def get_cluster(location: Optional[str] = None,
|
|
762
771
|
description=pulumi.get(__ret__, 'description'),
|
763
772
|
dns_configs=pulumi.get(__ret__, 'dns_configs'),
|
764
773
|
enable_autopilot=pulumi.get(__ret__, 'enable_autopilot'),
|
774
|
+
enable_cilium_clusterwide_network_policy=pulumi.get(__ret__, 'enable_cilium_clusterwide_network_policy'),
|
765
775
|
enable_fqdn_network_policy=pulumi.get(__ret__, 'enable_fqdn_network_policy'),
|
766
776
|
enable_intranode_visibility=pulumi.get(__ret__, 'enable_intranode_visibility'),
|
767
777
|
enable_k8s_beta_apis=pulumi.get(__ret__, 'enable_k8s_beta_apis'),
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -8273,6 +8273,8 @@ class ClusterNodePoolAutoConfig(dict):
|
|
8273
8273
|
suggest = None
|
8274
8274
|
if key == "networkTags":
|
8275
8275
|
suggest = "network_tags"
|
8276
|
+
elif key == "resourceManagerTags":
|
8277
|
+
suggest = "resource_manager_tags"
|
8276
8278
|
|
8277
8279
|
if suggest:
|
8278
8280
|
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolAutoConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -8286,12 +8288,16 @@ class ClusterNodePoolAutoConfig(dict):
|
|
8286
8288
|
return super().get(key, default)
|
8287
8289
|
|
8288
8290
|
def __init__(__self__, *,
|
8289
|
-
network_tags: Optional['outputs.ClusterNodePoolAutoConfigNetworkTags'] = None
|
8291
|
+
network_tags: Optional['outputs.ClusterNodePoolAutoConfigNetworkTags'] = None,
|
8292
|
+
resource_manager_tags: Optional[Mapping[str, Any]] = None):
|
8290
8293
|
"""
|
8291
8294
|
:param 'ClusterNodePoolAutoConfigNetworkTagsArgs' network_tags: The network tag config for the cluster's automatically provisioned node pools.
|
8295
|
+
:param Mapping[str, Any] resource_manager_tags: A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
|
8292
8296
|
"""
|
8293
8297
|
if network_tags is not None:
|
8294
8298
|
pulumi.set(__self__, "network_tags", network_tags)
|
8299
|
+
if resource_manager_tags is not None:
|
8300
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
8295
8301
|
|
8296
8302
|
@property
|
8297
8303
|
@pulumi.getter(name="networkTags")
|
@@ -8301,6 +8307,14 @@ class ClusterNodePoolAutoConfig(dict):
|
|
8301
8307
|
"""
|
8302
8308
|
return pulumi.get(self, "network_tags")
|
8303
8309
|
|
8310
|
+
@property
|
8311
|
+
@pulumi.getter(name="resourceManagerTags")
|
8312
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
|
8313
|
+
"""
|
8314
|
+
A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
|
8315
|
+
"""
|
8316
|
+
return pulumi.get(self, "resource_manager_tags")
|
8317
|
+
|
8304
8318
|
|
8305
8319
|
@pulumi.output_type
|
8306
8320
|
class ClusterNodePoolAutoConfigNetworkTags(dict):
|
@@ -16423,11 +16437,14 @@ class GetClusterNodePoolResult(dict):
|
|
16423
16437
|
@pulumi.output_type
|
16424
16438
|
class GetClusterNodePoolAutoConfigResult(dict):
|
16425
16439
|
def __init__(__self__, *,
|
16426
|
-
network_tags: Sequence['outputs.GetClusterNodePoolAutoConfigNetworkTagResult']
|
16440
|
+
network_tags: Sequence['outputs.GetClusterNodePoolAutoConfigNetworkTagResult'],
|
16441
|
+
resource_manager_tags: Mapping[str, Any]):
|
16427
16442
|
"""
|
16428
16443
|
:param Sequence['GetClusterNodePoolAutoConfigNetworkTagArgs'] network_tags: Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
|
16444
|
+
:param Mapping[str, Any] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
16429
16445
|
"""
|
16430
16446
|
pulumi.set(__self__, "network_tags", network_tags)
|
16447
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
16431
16448
|
|
16432
16449
|
@property
|
16433
16450
|
@pulumi.getter(name="networkTags")
|
@@ -16437,6 +16454,14 @@ class GetClusterNodePoolAutoConfigResult(dict):
|
|
16437
16454
|
"""
|
16438
16455
|
return pulumi.get(self, "network_tags")
|
16439
16456
|
|
16457
|
+
@property
|
16458
|
+
@pulumi.getter(name="resourceManagerTags")
|
16459
|
+
def resource_manager_tags(self) -> Mapping[str, Any]:
|
16460
|
+
"""
|
16461
|
+
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
16462
|
+
"""
|
16463
|
+
return pulumi.get(self, "resource_manager_tags")
|
16464
|
+
|
16440
16465
|
|
16441
16466
|
@pulumi.output_type
|
16442
16467
|
class GetClusterNodePoolAutoConfigNetworkTagResult(dict):
|
@@ -705,11 +705,11 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
705
705
|
"foo": "bar",
|
706
706
|
},
|
707
707
|
alloydb=gcp.databasemigrationservice.ConnectionProfileAlloydbArgs(
|
708
|
-
cluster_id="tf-test-
|
708
|
+
cluster_id="tf-test-dbmsalloycluster_21197",
|
709
709
|
settings=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsArgs(
|
710
710
|
initial_user=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsInitialUserArgs(
|
711
|
-
user="
|
712
|
-
password="
|
711
|
+
user="alloyuser_52865",
|
712
|
+
password="alloypass_85840",
|
713
713
|
),
|
714
714
|
vpc_network=default.id,
|
715
715
|
labels={
|
@@ -962,11 +962,11 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
962
962
|
"foo": "bar",
|
963
963
|
},
|
964
964
|
alloydb=gcp.databasemigrationservice.ConnectionProfileAlloydbArgs(
|
965
|
-
cluster_id="tf-test-
|
965
|
+
cluster_id="tf-test-dbmsalloycluster_21197",
|
966
966
|
settings=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsArgs(
|
967
967
|
initial_user=gcp.databasemigrationservice.ConnectionProfileAlloydbSettingsInitialUserArgs(
|
968
|
-
user="
|
969
|
-
password="
|
968
|
+
user="alloyuser_52865",
|
969
|
+
password="alloypass_85840",
|
970
970
|
),
|
971
971
|
vpc_network=default.id,
|
972
972
|
labels={
|