pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0a1723822337__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/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +10 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- 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 +55 -55
- 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 +45 -45
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +10 -2
- pulumi_gcp/container/_inputs.py +20 -20
- 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 +21 -21
- 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/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/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- 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/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/serviceaccount/key.py +14 -14
- 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/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.0a1723822337.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +72 -72
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -8195,7 +8195,7 @@ if not MYPY:
|
|
8195
8195
|
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)
|
8196
8196
|
for how these labels are applied to clusters, node pools and nodes.
|
8197
8197
|
"""
|
8198
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
8198
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8199
8199
|
"""
|
8200
8200
|
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}`.
|
8201
8201
|
"""
|
@@ -8283,7 +8283,7 @@ class ClusterNodeConfigArgs:
|
|
8283
8283
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
8284
8284
|
reservation_affinity: Optional[pulumi.Input['ClusterNodeConfigReservationAffinityArgs']] = None,
|
8285
8285
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8286
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
8286
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8287
8287
|
sandbox_config: Optional[pulumi.Input['ClusterNodeConfigSandboxConfigArgs']] = None,
|
8288
8288
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]]] = None,
|
8289
8289
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -8370,7 +8370,7 @@ class ClusterNodeConfigArgs:
|
|
8370
8370
|
:param pulumi.Input['ClusterNodeConfigReservationAffinityArgs'] reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
8371
8371
|
:param pulumi.Input[Mapping[str, pulumi.Input[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)
|
8372
8372
|
for how these labels are applied to clusters, node pools and nodes.
|
8373
|
-
:param pulumi.Input[Mapping[str,
|
8373
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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}`.
|
8374
8374
|
:param pulumi.Input['ClusterNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
8375
8375
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
8376
8376
|
:param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
|
@@ -8882,14 +8882,14 @@ class ClusterNodeConfigArgs:
|
|
8882
8882
|
|
8883
8883
|
@property
|
8884
8884
|
@pulumi.getter(name="resourceManagerTags")
|
8885
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
8885
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
8886
8886
|
"""
|
8887
8887
|
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}`.
|
8888
8888
|
"""
|
8889
8889
|
return pulumi.get(self, "resource_manager_tags")
|
8890
8890
|
|
8891
8891
|
@resource_manager_tags.setter
|
8892
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
8892
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
8893
8893
|
pulumi.set(self, "resource_manager_tags", value)
|
8894
8894
|
|
8895
8895
|
@property
|
@@ -10822,7 +10822,7 @@ if not MYPY:
|
|
10822
10822
|
"""
|
10823
10823
|
The network tag config for the cluster's automatically provisioned node pools.
|
10824
10824
|
"""
|
10825
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
10825
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
10826
10826
|
"""
|
10827
10827
|
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}`.
|
10828
10828
|
"""
|
@@ -10833,10 +10833,10 @@ elif False:
|
|
10833
10833
|
class ClusterNodePoolAutoConfigArgs:
|
10834
10834
|
def __init__(__self__, *,
|
10835
10835
|
network_tags: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']] = None,
|
10836
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
10836
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
10837
10837
|
"""
|
10838
10838
|
:param pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs'] network_tags: The network tag config for the cluster's automatically provisioned node pools.
|
10839
|
-
:param pulumi.Input[Mapping[str,
|
10839
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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}`.
|
10840
10840
|
"""
|
10841
10841
|
if network_tags is not None:
|
10842
10842
|
pulumi.set(__self__, "network_tags", network_tags)
|
@@ -10857,14 +10857,14 @@ class ClusterNodePoolAutoConfigArgs:
|
|
10857
10857
|
|
10858
10858
|
@property
|
10859
10859
|
@pulumi.getter(name="resourceManagerTags")
|
10860
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
10860
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
10861
10861
|
"""
|
10862
10862
|
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}`.
|
10863
10863
|
"""
|
10864
10864
|
return pulumi.get(self, "resource_manager_tags")
|
10865
10865
|
|
10866
10866
|
@resource_manager_tags.setter
|
10867
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
10867
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
10868
10868
|
pulumi.set(self, "resource_manager_tags", value)
|
10869
10869
|
|
10870
10870
|
|
@@ -11913,7 +11913,7 @@ if not MYPY:
|
|
11913
11913
|
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)
|
11914
11914
|
for how these labels are applied to clusters, node pools and nodes.
|
11915
11915
|
"""
|
11916
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
11916
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
11917
11917
|
"""
|
11918
11918
|
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}`.
|
11919
11919
|
"""
|
@@ -12001,7 +12001,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12001
12001
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
12002
12002
|
reservation_affinity: Optional[pulumi.Input['ClusterNodePoolNodeConfigReservationAffinityArgs']] = None,
|
12003
12003
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12004
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
12004
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12005
12005
|
sandbox_config: Optional[pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs']] = None,
|
12006
12006
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
|
12007
12007
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -12088,7 +12088,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12088
12088
|
:param pulumi.Input['ClusterNodePoolNodeConfigReservationAffinityArgs'] reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
12089
12089
|
:param pulumi.Input[Mapping[str, pulumi.Input[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)
|
12090
12090
|
for how these labels are applied to clusters, node pools and nodes.
|
12091
|
-
:param pulumi.Input[Mapping[str,
|
12091
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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}`.
|
12092
12092
|
:param pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
12093
12093
|
:param pulumi.Input[Sequence[pulumi.Input['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.
|
12094
12094
|
:param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
|
@@ -12600,14 +12600,14 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12600
12600
|
|
12601
12601
|
@property
|
12602
12602
|
@pulumi.getter(name="resourceManagerTags")
|
12603
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
12603
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
12604
12604
|
"""
|
12605
12605
|
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}`.
|
12606
12606
|
"""
|
12607
12607
|
return pulumi.get(self, "resource_manager_tags")
|
12608
12608
|
|
12609
12609
|
@resource_manager_tags.setter
|
12610
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
12610
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
12611
12611
|
pulumi.set(self, "resource_manager_tags", value)
|
12612
12612
|
|
12613
12613
|
@property
|
@@ -16101,7 +16101,7 @@ if not MYPY:
|
|
16101
16101
|
"""
|
16102
16102
|
The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
16103
16103
|
"""
|
16104
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
16104
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
16105
16105
|
"""
|
16106
16106
|
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.
|
16107
16107
|
"""
|
@@ -16177,7 +16177,7 @@ class NodePoolNodeConfigArgs:
|
|
16177
16177
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
16178
16178
|
reservation_affinity: Optional[pulumi.Input['NodePoolNodeConfigReservationAffinityArgs']] = None,
|
16179
16179
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
16180
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
16180
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
16181
16181
|
sandbox_config: Optional[pulumi.Input['NodePoolNodeConfigSandboxConfigArgs']] = None,
|
16182
16182
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
|
16183
16183
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -16221,7 +16221,7 @@ class NodePoolNodeConfigArgs:
|
|
16221
16221
|
|
16222
16222
|
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
16223
16223
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
16224
|
-
:param pulumi.Input[Mapping[str,
|
16224
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
16225
16225
|
:param pulumi.Input['NodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
16226
16226
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
16227
16227
|
:param pulumi.Input[str] service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -16678,14 +16678,14 @@ class NodePoolNodeConfigArgs:
|
|
16678
16678
|
|
16679
16679
|
@property
|
16680
16680
|
@pulumi.getter(name="resourceManagerTags")
|
16681
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
16681
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
16682
16682
|
"""
|
16683
16683
|
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.
|
16684
16684
|
"""
|
16685
16685
|
return pulumi.get(self, "resource_manager_tags")
|
16686
16686
|
|
16687
16687
|
@resource_manager_tags.setter
|
16688
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
16688
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
16689
16689
|
pulumi.set(self, "resource_manager_tags", value)
|
16690
16690
|
|
16691
16691
|
@property
|
@@ -232,7 +232,7 @@ class _AwsClusterState:
|
|
232
232
|
control_plane: Optional[pulumi.Input['AwsClusterControlPlaneArgs']] = None,
|
233
233
|
create_time: Optional[pulumi.Input[str]] = None,
|
234
234
|
description: Optional[pulumi.Input[str]] = None,
|
235
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
235
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
236
236
|
endpoint: Optional[pulumi.Input[str]] = None,
|
237
237
|
etag: Optional[pulumi.Input[str]] = None,
|
238
238
|
fleet: Optional[pulumi.Input['AwsClusterFleetArgs']] = None,
|
@@ -408,11 +408,11 @@ class _AwsClusterState:
|
|
408
408
|
|
409
409
|
@property
|
410
410
|
@pulumi.getter(name="effectiveAnnotations")
|
411
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
411
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
412
412
|
return pulumi.get(self, "effective_annotations")
|
413
413
|
|
414
414
|
@effective_annotations.setter
|
415
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
415
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
416
416
|
pulumi.set(self, "effective_annotations", value)
|
417
417
|
|
418
418
|
@property
|
@@ -1214,7 +1214,7 @@ class AwsCluster(pulumi.CustomResource):
|
|
1214
1214
|
control_plane: Optional[pulumi.Input[Union['AwsClusterControlPlaneArgs', 'AwsClusterControlPlaneArgsDict']]] = None,
|
1215
1215
|
create_time: Optional[pulumi.Input[str]] = None,
|
1216
1216
|
description: Optional[pulumi.Input[str]] = None,
|
1217
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1217
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1218
1218
|
endpoint: Optional[pulumi.Input[str]] = None,
|
1219
1219
|
etag: Optional[pulumi.Input[str]] = None,
|
1220
1220
|
fleet: Optional[pulumi.Input[Union['AwsClusterFleetArgs', 'AwsClusterFleetArgsDict']]] = None,
|
@@ -1351,7 +1351,7 @@ class AwsCluster(pulumi.CustomResource):
|
|
1351
1351
|
|
1352
1352
|
@property
|
1353
1353
|
@pulumi.getter(name="effectiveAnnotations")
|
1354
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1354
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1355
1355
|
return pulumi.get(self, "effective_annotations")
|
1356
1356
|
|
1357
1357
|
@property
|
@@ -229,7 +229,7 @@ class _AwsNodePoolState:
|
|
229
229
|
cluster: Optional[pulumi.Input[str]] = None,
|
230
230
|
config: Optional[pulumi.Input['AwsNodePoolConfigArgs']] = None,
|
231
231
|
create_time: Optional[pulumi.Input[str]] = None,
|
232
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
232
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
233
233
|
etag: Optional[pulumi.Input[str]] = None,
|
234
234
|
location: Optional[pulumi.Input[str]] = None,
|
235
235
|
management: Optional[pulumi.Input['AwsNodePoolManagementArgs']] = None,
|
@@ -375,11 +375,11 @@ class _AwsNodePoolState:
|
|
375
375
|
|
376
376
|
@property
|
377
377
|
@pulumi.getter(name="effectiveAnnotations")
|
378
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
378
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
379
379
|
return pulumi.get(self, "effective_annotations")
|
380
380
|
|
381
381
|
@effective_annotations.setter
|
382
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
382
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
383
383
|
pulumi.set(self, "effective_annotations", value)
|
384
384
|
|
385
385
|
@property
|
@@ -1459,7 +1459,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1459
1459
|
cluster: Optional[pulumi.Input[str]] = None,
|
1460
1460
|
config: Optional[pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']]] = None,
|
1461
1461
|
create_time: Optional[pulumi.Input[str]] = None,
|
1462
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1462
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1463
1463
|
etag: Optional[pulumi.Input[str]] = None,
|
1464
1464
|
location: Optional[pulumi.Input[str]] = None,
|
1465
1465
|
management: Optional[pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']]] = None,
|
@@ -1576,7 +1576,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1576
1576
|
|
1577
1577
|
@property
|
1578
1578
|
@pulumi.getter(name="effectiveAnnotations")
|
1579
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1579
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1580
1580
|
return pulumi.get(self, "effective_annotations")
|
1581
1581
|
|
1582
1582
|
@property
|
@@ -270,7 +270,7 @@ class _AzureClusterState:
|
|
270
270
|
control_plane: Optional[pulumi.Input['AzureClusterControlPlaneArgs']] = None,
|
271
271
|
create_time: Optional[pulumi.Input[str]] = None,
|
272
272
|
description: Optional[pulumi.Input[str]] = None,
|
273
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
273
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
274
274
|
endpoint: Optional[pulumi.Input[str]] = None,
|
275
275
|
etag: Optional[pulumi.Input[str]] = None,
|
276
276
|
fleet: Optional[pulumi.Input['AzureClusterFleetArgs']] = None,
|
@@ -471,11 +471,11 @@ class _AzureClusterState:
|
|
471
471
|
|
472
472
|
@property
|
473
473
|
@pulumi.getter(name="effectiveAnnotations")
|
474
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
474
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
475
475
|
return pulumi.get(self, "effective_annotations")
|
476
476
|
|
477
477
|
@effective_annotations.setter
|
478
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
478
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
479
479
|
pulumi.set(self, "effective_annotations", value)
|
480
480
|
|
481
481
|
@property
|
@@ -1045,7 +1045,7 @@ class AzureCluster(pulumi.CustomResource):
|
|
1045
1045
|
control_plane: Optional[pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']]] = None,
|
1046
1046
|
create_time: Optional[pulumi.Input[str]] = None,
|
1047
1047
|
description: Optional[pulumi.Input[str]] = None,
|
1048
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1048
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1049
1049
|
endpoint: Optional[pulumi.Input[str]] = None,
|
1050
1050
|
etag: Optional[pulumi.Input[str]] = None,
|
1051
1051
|
fleet: Optional[pulumi.Input[Union['AzureClusterFleetArgs', 'AzureClusterFleetArgsDict']]] = None,
|
@@ -1201,7 +1201,7 @@ class AzureCluster(pulumi.CustomResource):
|
|
1201
1201
|
|
1202
1202
|
@property
|
1203
1203
|
@pulumi.getter(name="effectiveAnnotations")
|
1204
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1204
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1205
1205
|
return pulumi.get(self, "effective_annotations")
|
1206
1206
|
|
1207
1207
|
@property
|
@@ -230,7 +230,7 @@ class _AzureNodePoolState:
|
|
230
230
|
cluster: Optional[pulumi.Input[str]] = None,
|
231
231
|
config: Optional[pulumi.Input['AzureNodePoolConfigArgs']] = None,
|
232
232
|
create_time: Optional[pulumi.Input[str]] = None,
|
233
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
233
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
234
234
|
etag: Optional[pulumi.Input[str]] = None,
|
235
235
|
location: Optional[pulumi.Input[str]] = None,
|
236
236
|
management: Optional[pulumi.Input['AzureNodePoolManagementArgs']] = None,
|
@@ -387,11 +387,11 @@ class _AzureNodePoolState:
|
|
387
387
|
|
388
388
|
@property
|
389
389
|
@pulumi.getter(name="effectiveAnnotations")
|
390
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
390
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
391
391
|
return pulumi.get(self, "effective_annotations")
|
392
392
|
|
393
393
|
@effective_annotations.setter
|
394
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
394
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
395
395
|
pulumi.set(self, "effective_annotations", value)
|
396
396
|
|
397
397
|
@property
|
@@ -894,7 +894,7 @@ class AzureNodePool(pulumi.CustomResource):
|
|
894
894
|
cluster: Optional[pulumi.Input[str]] = None,
|
895
895
|
config: Optional[pulumi.Input[Union['AzureNodePoolConfigArgs', 'AzureNodePoolConfigArgsDict']]] = None,
|
896
896
|
create_time: Optional[pulumi.Input[str]] = None,
|
897
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
897
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
898
898
|
etag: Optional[pulumi.Input[str]] = None,
|
899
899
|
location: Optional[pulumi.Input[str]] = None,
|
900
900
|
management: Optional[pulumi.Input[Union['AzureNodePoolManagementArgs', 'AzureNodePoolManagementArgsDict']]] = None,
|
@@ -1018,7 +1018,7 @@ class AzureNodePool(pulumi.CustomResource):
|
|
1018
1018
|
|
1019
1019
|
@property
|
1020
1020
|
@pulumi.getter(name="effectiveAnnotations")
|
1021
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1021
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1022
1022
|
return pulumi.get(self, "effective_annotations")
|
1023
1023
|
|
1024
1024
|
@property
|
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,
|
@@ -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.
|
@@ -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,
|
@@ -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.
|
@@ -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,
|
@@ -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.
|
@@ -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
|
"""
|
@@ -16553,7 +16553,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16553
16553
|
preemptible: bool,
|
16554
16554
|
reservation_affinities: Sequence['outputs.GetClusterNodeConfigReservationAffinityResult'],
|
16555
16555
|
resource_labels: Mapping[str, str],
|
16556
|
-
resource_manager_tags: Mapping[str,
|
16556
|
+
resource_manager_tags: Mapping[str, str],
|
16557
16557
|
sandbox_configs: Sequence['outputs.GetClusterNodeConfigSandboxConfigResult'],
|
16558
16558
|
secondary_boot_disks: Sequence['outputs.GetClusterNodeConfigSecondaryBootDiskResult'],
|
16559
16559
|
service_account: str,
|
@@ -16594,7 +16594,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16594
16594
|
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
16595
16595
|
:param Sequence['GetClusterNodeConfigReservationAffinityArgs'] reservation_affinities: The reservation affinity configuration for the node pool.
|
16596
16596
|
: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,
|
16597
|
+
: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
16598
|
:param Sequence['GetClusterNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
16599
16599
|
:param Sequence['GetClusterNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
16600
16600
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -16888,7 +16888,7 @@ class GetClusterNodeConfigResult(dict):
|
|
16888
16888
|
|
16889
16889
|
@property
|
16890
16890
|
@pulumi.getter(name="resourceManagerTags")
|
16891
|
-
def resource_manager_tags(self) -> Mapping[str,
|
16891
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
16892
16892
|
"""
|
16893
16893
|
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
16894
|
"""
|
@@ -17878,10 +17878,10 @@ class GetClusterNodePoolResult(dict):
|
|
17878
17878
|
class GetClusterNodePoolAutoConfigResult(dict):
|
17879
17879
|
def __init__(__self__, *,
|
17880
17880
|
network_tags: Sequence['outputs.GetClusterNodePoolAutoConfigNetworkTagResult'],
|
17881
|
-
resource_manager_tags: Mapping[str,
|
17881
|
+
resource_manager_tags: Mapping[str, str]):
|
17882
17882
|
"""
|
17883
17883
|
: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,
|
17884
|
+
: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
17885
|
"""
|
17886
17886
|
pulumi.set(__self__, "network_tags", network_tags)
|
17887
17887
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
@@ -17896,7 +17896,7 @@ class GetClusterNodePoolAutoConfigResult(dict):
|
|
17896
17896
|
|
17897
17897
|
@property
|
17898
17898
|
@pulumi.getter(name="resourceManagerTags")
|
17899
|
-
def resource_manager_tags(self) -> Mapping[str,
|
17899
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
17900
17900
|
"""
|
17901
17901
|
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
17902
|
"""
|
@@ -18409,7 +18409,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18409
18409
|
preemptible: bool,
|
18410
18410
|
reservation_affinities: Sequence['outputs.GetClusterNodePoolNodeConfigReservationAffinityResult'],
|
18411
18411
|
resource_labels: Mapping[str, str],
|
18412
|
-
resource_manager_tags: Mapping[str,
|
18412
|
+
resource_manager_tags: Mapping[str, str],
|
18413
18413
|
sandbox_configs: Sequence['outputs.GetClusterNodePoolNodeConfigSandboxConfigResult'],
|
18414
18414
|
secondary_boot_disks: Sequence['outputs.GetClusterNodePoolNodeConfigSecondaryBootDiskResult'],
|
18415
18415
|
service_account: str,
|
@@ -18450,7 +18450,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18450
18450
|
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
18451
18451
|
:param Sequence['GetClusterNodePoolNodeConfigReservationAffinityArgs'] reservation_affinities: The reservation affinity configuration for the node pool.
|
18452
18452
|
: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,
|
18453
|
+
: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
18454
|
:param Sequence['GetClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_configs: Sandbox configuration for this node.
|
18455
18455
|
:param Sequence['GetClusterNodePoolNodeConfigSecondaryBootDiskArgs'] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
18456
18456
|
:param str service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -18744,7 +18744,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18744
18744
|
|
18745
18745
|
@property
|
18746
18746
|
@pulumi.getter(name="resourceManagerTags")
|
18747
|
-
def resource_manager_tags(self) -> Mapping[str,
|
18747
|
+
def resource_manager_tags(self) -> Mapping[str, str]:
|
18748
18748
|
"""
|
18749
18749
|
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
18750
|
"""
|
@@ -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.
|