pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.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 +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -6690,7 +6690,7 @@ class ClusterNodeConfig(dict):
|
|
6690
6690
|
preemptible: Optional[bool] = None,
|
6691
6691
|
reservation_affinity: Optional['outputs.ClusterNodeConfigReservationAffinity'] = None,
|
6692
6692
|
resource_labels: Optional[Mapping[str, str]] = None,
|
6693
|
-
resource_manager_tags: Optional[Mapping[str,
|
6693
|
+
resource_manager_tags: Optional[Mapping[str, str]] = None,
|
6694
6694
|
sandbox_config: Optional['outputs.ClusterNodeConfigSandboxConfig'] = None,
|
6695
6695
|
secondary_boot_disks: Optional[Sequence['outputs.ClusterNodeConfigSecondaryBootDisk']] = None,
|
6696
6696
|
service_account: Optional[str] = None,
|
@@ -6704,7 +6704,7 @@ class ClusterNodeConfig(dict):
|
|
6704
6704
|
:param 'ClusterNodeConfigAdvancedMachineFeaturesArgs' advanced_machine_features: Specifies options for controlling
|
6705
6705
|
advanced machine features. Structure is documented below.
|
6706
6706
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: <https://cloud.google.com/compute/docs/disks/customer-managed-encryption>
|
6707
|
-
:param 'ClusterNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for
|
6707
|
+
:param 'ClusterNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for Confidential Nodes feature. Structure is documented below.
|
6708
6708
|
:param 'ClusterNodeConfigContainerdConfigArgs' containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
6709
6709
|
:param int disk_size_gb: Size of the disk attached to each node, specified
|
6710
6710
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
@@ -6777,7 +6777,7 @@ class ClusterNodeConfig(dict):
|
|
6777
6777
|
:param 'ClusterNodeConfigReservationAffinityArgs' reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
6778
6778
|
:param Mapping[str, str] resource_labels: The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
6779
6779
|
for how these labels are applied to clusters, node pools and nodes.
|
6780
|
-
:param Mapping[str,
|
6780
|
+
:param Mapping[str, str] 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}`.
|
6781
6781
|
:param 'ClusterNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
6782
6782
|
:param Sequence['ClusterNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
|
6783
6783
|
:param str service_account: The service account to be used by the Node VMs.
|
@@ -6902,7 +6902,7 @@ class ClusterNodeConfig(dict):
|
|
6902
6902
|
@pulumi.getter(name="confidentialNodes")
|
6903
6903
|
def confidential_nodes(self) -> Optional['outputs.ClusterNodeConfigConfidentialNodes']:
|
6904
6904
|
"""
|
6905
|
-
Configuration for
|
6905
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
6906
6906
|
"""
|
6907
6907
|
return pulumi.get(self, "confidential_nodes")
|
6908
6908
|
|
@@ -7169,7 +7169,7 @@ class ClusterNodeConfig(dict):
|
|
7169
7169
|
|
7170
7170
|
@property
|
7171
7171
|
@pulumi.getter(name="resourceManagerTags")
|
7172
|
-
def resource_manager_tags(self) -> Optional[Mapping[str,
|
7172
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
|
7173
7173
|
"""
|
7174
7174
|
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}`.
|
7175
7175
|
"""
|
@@ -8739,10 +8739,10 @@ class ClusterNodePoolAutoConfig(dict):
|
|
8739
8739
|
|
8740
8740
|
def __init__(__self__, *,
|
8741
8741
|
network_tags: Optional['outputs.ClusterNodePoolAutoConfigNetworkTags'] = None,
|
8742
|
-
resource_manager_tags: Optional[Mapping[str,
|
8742
|
+
resource_manager_tags: Optional[Mapping[str, str]] = None):
|
8743
8743
|
"""
|
8744
8744
|
:param 'ClusterNodePoolAutoConfigNetworkTagsArgs' network_tags: The network tag config for the cluster's automatically provisioned node pools.
|
8745
|
-
:param Mapping[str,
|
8745
|
+
:param Mapping[str, str] 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}`.
|
8746
8746
|
"""
|
8747
8747
|
if network_tags is not None:
|
8748
8748
|
pulumi.set(__self__, "network_tags", network_tags)
|
@@ -8759,7 +8759,7 @@ class ClusterNodePoolAutoConfig(dict):
|
|
8759
8759
|
|
8760
8760
|
@property
|
8761
8761
|
@pulumi.getter(name="resourceManagerTags")
|
8762
|
-
def resource_manager_tags(self) -> Optional[Mapping[str,
|
8762
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
|
8763
8763
|
"""
|
8764
8764
|
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}`.
|
8765
8765
|
"""
|
@@ -9619,7 +9619,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9619
9619
|
preemptible: Optional[bool] = None,
|
9620
9620
|
reservation_affinity: Optional['outputs.ClusterNodePoolNodeConfigReservationAffinity'] = None,
|
9621
9621
|
resource_labels: Optional[Mapping[str, str]] = None,
|
9622
|
-
resource_manager_tags: Optional[Mapping[str,
|
9622
|
+
resource_manager_tags: Optional[Mapping[str, str]] = None,
|
9623
9623
|
sandbox_config: Optional['outputs.ClusterNodePoolNodeConfigSandboxConfig'] = None,
|
9624
9624
|
secondary_boot_disks: Optional[Sequence['outputs.ClusterNodePoolNodeConfigSecondaryBootDisk']] = None,
|
9625
9625
|
service_account: Optional[str] = None,
|
@@ -9633,7 +9633,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9633
9633
|
:param 'ClusterNodePoolNodeConfigAdvancedMachineFeaturesArgs' advanced_machine_features: Specifies options for controlling
|
9634
9634
|
advanced machine features. Structure is documented below.
|
9635
9635
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: <https://cloud.google.com/compute/docs/disks/customer-managed-encryption>
|
9636
|
-
:param 'ClusterNodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for
|
9636
|
+
:param 'ClusterNodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for Confidential Nodes feature. Structure is documented below.
|
9637
9637
|
:param 'ClusterNodePoolNodeConfigContainerdConfigArgs' containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
9638
9638
|
:param int disk_size_gb: Size of the disk attached to each node, specified
|
9639
9639
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
@@ -9706,7 +9706,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9706
9706
|
:param 'ClusterNodePoolNodeConfigReservationAffinityArgs' reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
9707
9707
|
:param Mapping[str, str] resource_labels: The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
9708
9708
|
for how these labels are applied to clusters, node pools and nodes.
|
9709
|
-
:param Mapping[str,
|
9709
|
+
:param Mapping[str, str] 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}`.
|
9710
9710
|
:param 'ClusterNodePoolNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
9711
9711
|
:param Sequence['ClusterNodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
|
9712
9712
|
:param str service_account: The service account to be used by the Node VMs.
|
@@ -9831,7 +9831,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9831
9831
|
@pulumi.getter(name="confidentialNodes")
|
9832
9832
|
def confidential_nodes(self) -> Optional['outputs.ClusterNodePoolNodeConfigConfidentialNodes']:
|
9833
9833
|
"""
|
9834
|
-
Configuration for
|
9834
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
9835
9835
|
"""
|
9836
9836
|
return pulumi.get(self, "confidential_nodes")
|
9837
9837
|
|
@@ -10098,7 +10098,7 @@ class ClusterNodePoolNodeConfig(dict):
|
|
10098
10098
|
|
10099
10099
|
@property
|
10100
10100
|
@pulumi.getter(name="resourceManagerTags")
|
10101
|
-
def resource_manager_tags(self) -> Optional[Mapping[str,
|
10101
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
|
10102
10102
|
"""
|
10103
10103
|
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}`.
|
10104
10104
|
"""
|
@@ -12959,7 +12959,7 @@ class NodePoolNodeConfig(dict):
|
|
12959
12959
|
preemptible: Optional[bool] = None,
|
12960
12960
|
reservation_affinity: Optional['outputs.NodePoolNodeConfigReservationAffinity'] = None,
|
12961
12961
|
resource_labels: Optional[Mapping[str, str]] = None,
|
12962
|
-
resource_manager_tags: Optional[Mapping[str,
|
12962
|
+
resource_manager_tags: Optional[Mapping[str, str]] = None,
|
12963
12963
|
sandbox_config: Optional['outputs.NodePoolNodeConfigSandboxConfig'] = None,
|
12964
12964
|
secondary_boot_disks: Optional[Sequence['outputs.NodePoolNodeConfigSecondaryBootDisk']] = None,
|
12965
12965
|
service_account: Optional[str] = None,
|
@@ -12972,7 +12972,7 @@ class NodePoolNodeConfig(dict):
|
|
12972
12972
|
"""
|
12973
12973
|
:param 'NodePoolNodeConfigAdvancedMachineFeaturesArgs' advanced_machine_features: Specifies options for controlling advanced machine features.
|
12974
12974
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
|
12975
|
-
:param 'NodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for
|
12975
|
+
:param 'NodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.
|
12976
12976
|
:param 'NodePoolNodeConfigContainerdConfigArgs' containerd_config: Parameters for containerd configuration.
|
12977
12977
|
:param int disk_size_gb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
|
12978
12978
|
:param str disk_type: Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd
|
@@ -13003,7 +13003,7 @@ class NodePoolNodeConfig(dict):
|
|
13003
13003
|
|
13004
13004
|
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
13005
13005
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
13006
|
-
:param Mapping[str,
|
13006
|
+
:param Mapping[str, str] 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.
|
13007
13007
|
:param 'NodePoolNodeConfigSandboxConfigArgs' sandbox_config: Sandbox configuration for this node.
|
13008
13008
|
:param Sequence['NodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
13009
13009
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -13115,7 +13115,7 @@ class NodePoolNodeConfig(dict):
|
|
13115
13115
|
@pulumi.getter(name="confidentialNodes")
|
13116
13116
|
def confidential_nodes(self) -> Optional['outputs.NodePoolNodeConfigConfidentialNodes']:
|
13117
13117
|
"""
|
13118
|
-
Configuration for
|
13118
|
+
Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.
|
13119
13119
|
"""
|
13120
13120
|
return pulumi.get(self, "confidential_nodes")
|
13121
13121
|
|
@@ -13340,7 +13340,7 @@ class NodePoolNodeConfig(dict):
|
|
13340
13340
|
|
13341
13341
|
@property
|
13342
13342
|
@pulumi.getter(name="resourceManagerTags")
|
13343
|
-
def resource_manager_tags(self) -> Optional[Mapping[str,
|
13343
|
+
def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
|
13344
13344
|
"""
|
13345
13345
|
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.
|
13346
13346
|
"""
|
@@ -13473,8 +13473,7 @@ class NodePoolNodeConfigConfidentialNodes(dict):
|
|
13473
13473
|
def __init__(__self__, *,
|
13474
13474
|
enabled: bool):
|
13475
13475
|
"""
|
13476
|
-
:param bool enabled:
|
13477
|
-
enforce encryption of data in-use.
|
13476
|
+
:param bool enabled: Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
13478
13477
|
"""
|
13479
13478
|
pulumi.set(__self__, "enabled", enabled)
|
13480
13479
|
|
@@ -13482,8 +13481,7 @@ class NodePoolNodeConfigConfidentialNodes(dict):
|
|
13482
13481
|
@pulumi.getter
|
13483
13482
|
def enabled(self) -> bool:
|
13484
13483
|
"""
|
13485
|
-
|
13486
|
-
enforce encryption of data in-use.
|
13484
|
+
Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
13487
13485
|
"""
|
13488
13486
|
return pulumi.get(self, "enabled")
|
13489
13487
|
|
@@ -14645,7 +14643,7 @@ class NodePoolUpgradeSettings(dict):
|
|
14645
14643
|
parallel. Can be set to 0 or greater.
|
14646
14644
|
|
14647
14645
|
`max_surge` and `max_unavailable` must not be negative and at least one of them must be greater than zero.
|
14648
|
-
:param str strategy: The upgrade
|
14646
|
+
:param str strategy: The upgrade strategy to be used for upgrading the nodes.
|
14649
14647
|
"""
|
14650
14648
|
if blue_green_settings is not None:
|
14651
14649
|
pulumi.set(__self__, "blue_green_settings", blue_green_settings)
|
@@ -14691,7 +14689,7 @@ class NodePoolUpgradeSettings(dict):
|
|
14691
14689
|
@pulumi.getter
|
14692
14690
|
def strategy(self) -> Optional[str]:
|
14693
14691
|
"""
|
14694
|
-
The upgrade
|
14692
|
+
The upgrade strategy to be used for upgrading the nodes.
|
14695
14693
|
"""
|
14696
14694
|
return pulumi.get(self, "strategy")
|
14697
14695
|
|
@@ -16553,7 +16551,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16553
16551
|
preemptible: bool,
|
16554
16552
|
reservation_affinities: Sequence['outputs.GetClusterNodeConfigReservationAffinityResult'],
|
16555
16553
|
resource_labels: Mapping[str, str],
|
16556
|
-
resource_manager_tags: Mapping[str,
|
16554
|
+
resource_manager_tags: Mapping[str, str],
|
16557
16555
|
sandbox_configs: Sequence['outputs.GetClusterNodeConfigSandboxConfigResult'],
|
16558
16556
|
secondary_boot_disks: Sequence['outputs.GetClusterNodeConfigSecondaryBootDiskResult'],
|
16559
16557
|
service_account: str,
|
@@ -16594,7 +16592,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16594
16592
|
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
16595
16593
|
:param Sequence['GetClusterNodeConfigReservationAffinityArgs'] reservation_affinities: The reservation affinity configuration for the node pool.
|
16596
16594
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
16597
|
-
:param Mapping[str,
|
16595
|
+
:param Mapping[str, str] 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.
|
16598
16596
|
:param Sequence['GetClusterNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
16599
16597
|
:param Sequence['GetClusterNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
16600
16598
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -16888,7 +16886,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16888
16886
|
|
16889
16887
|
@property
|
16890
16888
|
@pulumi.getter(name="resourceManagerTags")
|
16891
|
-
def resource_manager_tags(self) -> Mapping[str,
|
16889
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
16892
16890
|
"""
|
16893
16891
|
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.
|
16894
16892
|
"""
|
@@ -17878,10 +17876,10 @@ class GetClusterNodePoolResult(dict):
|
|
17878
17876
|
class GetClusterNodePoolAutoConfigResult(dict):
|
17879
17877
|
def __init__(__self__, *,
|
17880
17878
|
network_tags: Sequence['outputs.GetClusterNodePoolAutoConfigNetworkTagResult'],
|
17881
|
-
resource_manager_tags: Mapping[str,
|
17879
|
+
resource_manager_tags: Mapping[str, str]):
|
17882
17880
|
"""
|
17883
17881
|
:param Sequence['GetClusterNodePoolAutoConfigNetworkTagArgs'] network_tags: Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
|
17884
|
-
:param Mapping[str,
|
17882
|
+
:param Mapping[str, str] 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.
|
17885
17883
|
"""
|
17886
17884
|
pulumi.set(__self__, "network_tags", network_tags)
|
17887
17885
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
@@ -17896,7 +17894,7 @@ class GetClusterNodePoolAutoConfigResult(dict):
|
|
17896
17894
|
|
17897
17895
|
@property
|
17898
17896
|
@pulumi.getter(name="resourceManagerTags")
|
17899
|
-
def resource_manager_tags(self) -> Mapping[str,
|
17897
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
17900
17898
|
"""
|
17901
17899
|
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.
|
17902
17900
|
"""
|
@@ -18409,7 +18407,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18409
18407
|
preemptible: bool,
|
18410
18408
|
reservation_affinities: Sequence['outputs.GetClusterNodePoolNodeConfigReservationAffinityResult'],
|
18411
18409
|
resource_labels: Mapping[str, str],
|
18412
|
-
resource_manager_tags: Mapping[str,
|
18410
|
+
resource_manager_tags: Mapping[str, str],
|
18413
18411
|
sandbox_configs: Sequence['outputs.GetClusterNodePoolNodeConfigSandboxConfigResult'],
|
18414
18412
|
secondary_boot_disks: Sequence['outputs.GetClusterNodePoolNodeConfigSecondaryBootDiskResult'],
|
18415
18413
|
service_account: str,
|
@@ -18450,7 +18448,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18450
18448
|
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
18451
18449
|
:param Sequence['GetClusterNodePoolNodeConfigReservationAffinityArgs'] reservation_affinities: The reservation affinity configuration for the node pool.
|
18452
18450
|
:param Mapping[str, str] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
18453
|
-
:param Mapping[str,
|
18451
|
+
:param Mapping[str, str] 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.
|
18454
18452
|
:param Sequence['GetClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
18455
18453
|
:param Sequence['GetClusterNodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
18456
18454
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -18744,7 +18742,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18744
18742
|
|
18745
18743
|
@property
|
18746
18744
|
@pulumi.getter(name="resourceManagerTags")
|
18747
|
-
def resource_manager_tags(self) -> Mapping[str,
|
18745
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
18748
18746
|
"""
|
18749
18747
|
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.
|
18750
18748
|
"""
|
@@ -1115,7 +1115,7 @@ if not MYPY:
|
|
1115
1115
|
(Output)
|
1116
1116
|
The status code, which should be an enum value of google.rpc.Code.
|
1117
1117
|
"""
|
1118
|
-
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
1118
|
+
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
|
1119
1119
|
"""
|
1120
1120
|
(Output)
|
1121
1121
|
A list of messages that carry the error details.
|
@@ -1132,12 +1132,12 @@ elif False:
|
|
1132
1132
|
class ConnectionProfileErrorArgs:
|
1133
1133
|
def __init__(__self__, *,
|
1134
1134
|
code: Optional[pulumi.Input[int]] = None,
|
1135
|
-
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
1135
|
+
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
|
1136
1136
|
message: Optional[pulumi.Input[str]] = None):
|
1137
1137
|
"""
|
1138
1138
|
:param pulumi.Input[int] code: (Output)
|
1139
1139
|
The status code, which should be an enum value of google.rpc.Code.
|
1140
|
-
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
1140
|
+
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: (Output)
|
1141
1141
|
A list of messages that carry the error details.
|
1142
1142
|
:param pulumi.Input[str] message: (Output)
|
1143
1143
|
Human readable message indicating details about the current status.
|
@@ -1164,7 +1164,7 @@ class ConnectionProfileErrorArgs:
|
|
1164
1164
|
|
1165
1165
|
@property
|
1166
1166
|
@pulumi.getter
|
1167
|
-
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
1167
|
+
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
|
1168
1168
|
"""
|
1169
1169
|
(Output)
|
1170
1170
|
A list of messages that carry the error details.
|
@@ -1172,7 +1172,7 @@ class ConnectionProfileErrorArgs:
|
|
1172
1172
|
return pulumi.get(self, "details")
|
1173
1173
|
|
1174
1174
|
@details.setter
|
1175
|
-
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
1175
|
+
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
|
1176
1176
|
pulumi.set(self, "details", value)
|
1177
1177
|
|
1178
1178
|
@property
|
@@ -865,12 +865,12 @@ class ConnectionProfileCloudsqlSettingsIpConfigAuthorizedNetwork(dict):
|
|
865
865
|
class ConnectionProfileError(dict):
|
866
866
|
def __init__(__self__, *,
|
867
867
|
code: Optional[int] = None,
|
868
|
-
details: Optional[Sequence[Mapping[str,
|
868
|
+
details: Optional[Sequence[Mapping[str, str]]] = None,
|
869
869
|
message: Optional[str] = None):
|
870
870
|
"""
|
871
871
|
:param int code: (Output)
|
872
872
|
The status code, which should be an enum value of google.rpc.Code.
|
873
|
-
:param Sequence[Mapping[str,
|
873
|
+
:param Sequence[Mapping[str, str]] details: (Output)
|
874
874
|
A list of messages that carry the error details.
|
875
875
|
:param str message: (Output)
|
876
876
|
Human readable message indicating details about the current status.
|
@@ -893,7 +893,7 @@ class ConnectionProfileError(dict):
|
|
893
893
|
|
894
894
|
@property
|
895
895
|
@pulumi.getter
|
896
|
-
def details(self) -> Optional[Sequence[Mapping[str,
|
896
|
+
def details(self) -> Optional[Sequence[Mapping[str, str]]]:
|
897
897
|
"""
|
898
898
|
(Output)
|
899
899
|
A list of messages that carry the error details.
|