pulumi-gcp 8.36.0a1750439108__py3-none-any.whl → 8.36.0a1751060819__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 +35 -0
- pulumi_gcp/alloydb/_inputs.py +26 -0
- pulumi_gcp/alloydb/outputs.py +34 -1
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/_inputs.py +983 -0
- pulumi_gcp/apihub/outputs.py +807 -0
- pulumi_gcp/apihub/plugin_instance.py +808 -0
- pulumi_gcp/bigquery/table.py +16 -12
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +56 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +73 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +201 -48
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +28 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +50 -4
- pulumi_gcp/bigtable/table.py +82 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +64 -8
- pulumi_gcp/compute/_inputs.py +24 -12
- pulumi_gcp/compute/instance.py +2 -2
- pulumi_gcp/compute/instance_template.py +2 -2
- pulumi_gcp/compute/interconnect.py +43 -11
- pulumi_gcp/compute/node_template.py +21 -0
- pulumi_gcp/compute/outputs.py +16 -8
- pulumi_gcp/compute/service_attachment.py +76 -8
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/contactcenterinsights/__init__.py +9 -0
- pulumi_gcp/contactcenterinsights/view.py +526 -0
- pulumi_gcp/container/_inputs.py +72 -12
- pulumi_gcp/container/get_engine_versions.py +15 -1
- pulumi_gcp/container/outputs.py +73 -9
- pulumi_gcp/dataplex/_inputs.py +431 -6
- pulumi_gcp/dataplex/datascan.py +251 -0
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/glossary_category.py +8 -8
- pulumi_gcp/dataplex/glossary_term.py +8 -8
- pulumi_gcp/dataplex/outputs.py +353 -4
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +486 -0
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/dataproc/outputs.py +407 -0
- pulumi_gcp/dataproc/session_template.py +1084 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +48 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/encryption_spec.py +382 -0
- pulumi_gcp/diagflow/outputs.py +46 -0
- pulumi_gcp/firestore/field.py +6 -6
- 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 +8 -8
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/lustre/get_instance.py +12 -1
- pulumi_gcp/lustre/instance.py +143 -86
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/storage/bucket_object.py +56 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/RECORD +71 -66
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -9612,6 +9612,10 @@ if not MYPY:
|
|
9612
9612
|
"""
|
9613
9613
|
Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
9614
9614
|
"""
|
9615
|
+
performance_monitoring_unit: NotRequired[pulumi.Input[builtins.str]]
|
9616
|
+
"""
|
9617
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
9618
|
+
"""
|
9615
9619
|
elif False:
|
9616
9620
|
ClusterNodeConfigAdvancedMachineFeaturesArgsDict: TypeAlias = Mapping[str, Any]
|
9617
9621
|
|
@@ -9619,14 +9623,18 @@ elif False:
|
|
9619
9623
|
class ClusterNodeConfigAdvancedMachineFeaturesArgs:
|
9620
9624
|
def __init__(__self__, *,
|
9621
9625
|
threads_per_core: pulumi.Input[builtins.int],
|
9622
|
-
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None
|
9626
|
+
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None,
|
9627
|
+
performance_monitoring_unit: Optional[pulumi.Input[builtins.str]] = None):
|
9623
9628
|
"""
|
9624
9629
|
:param pulumi.Input[builtins.int] threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
9625
9630
|
:param pulumi.Input[builtins.bool] enable_nested_virtualization: Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
9631
|
+
:param pulumi.Input[builtins.str] performance_monitoring_unit: Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
9626
9632
|
"""
|
9627
9633
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
9628
9634
|
if enable_nested_virtualization is not None:
|
9629
9635
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
9636
|
+
if performance_monitoring_unit is not None:
|
9637
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
9630
9638
|
|
9631
9639
|
@property
|
9632
9640
|
@pulumi.getter(name="threadsPerCore")
|
@@ -9652,6 +9660,18 @@ class ClusterNodeConfigAdvancedMachineFeaturesArgs:
|
|
9652
9660
|
def enable_nested_virtualization(self, value: Optional[pulumi.Input[builtins.bool]]):
|
9653
9661
|
pulumi.set(self, "enable_nested_virtualization", value)
|
9654
9662
|
|
9663
|
+
@property
|
9664
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
9665
|
+
def performance_monitoring_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
9666
|
+
"""
|
9667
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
9668
|
+
"""
|
9669
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
9670
|
+
|
9671
|
+
@performance_monitoring_unit.setter
|
9672
|
+
def performance_monitoring_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
9673
|
+
pulumi.set(self, "performance_monitoring_unit", value)
|
9674
|
+
|
9655
9675
|
|
9656
9676
|
if not MYPY:
|
9657
9677
|
class ClusterNodeConfigConfidentialNodesArgsDict(TypedDict):
|
@@ -12397,7 +12417,7 @@ if not MYPY:
|
|
12397
12417
|
"""
|
12398
12418
|
create_pod_range: NotRequired[pulumi.Input[builtins.bool]]
|
12399
12419
|
"""
|
12400
|
-
Whether to create a new range for pod IPs in this node pool. Defaults are provided for
|
12420
|
+
Whether to create a new range for pod IPs in this node pool. Defaults are provided for pod_range and pod_ipv4_cidr_block if they are not specified.
|
12401
12421
|
"""
|
12402
12422
|
enable_private_nodes: NotRequired[pulumi.Input[builtins.bool]]
|
12403
12423
|
"""
|
@@ -12413,11 +12433,11 @@ if not MYPY:
|
|
12413
12433
|
"""
|
12414
12434
|
pod_ipv4_cidr_block: NotRequired[pulumi.Input[builtins.str]]
|
12415
12435
|
"""
|
12416
|
-
The IP address range for pod IPs in this node pool. Only applicable if
|
12436
|
+
The IP address range for pod IPs in this node pool. Only applicable if create_pod_range is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) to pick a specific range to use.
|
12417
12437
|
"""
|
12418
12438
|
pod_range: NotRequired[pulumi.Input[builtins.str]]
|
12419
12439
|
"""
|
12420
|
-
The ID of the secondary range for pod IPs. If
|
12440
|
+
The ID of the secondary range for pod IPs. If create_pod_range is true, this ID is used for the new range. If create_pod_range is false, uses an existing secondary range with this ID.
|
12421
12441
|
"""
|
12422
12442
|
elif False:
|
12423
12443
|
ClusterNodePoolNetworkConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -12436,12 +12456,12 @@ class ClusterNodePoolNetworkConfigArgs:
|
|
12436
12456
|
"""
|
12437
12457
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfigArgs']]] additional_node_network_configs: We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
|
12438
12458
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNetworkConfigAdditionalPodNetworkConfigArgs']]] additional_pod_network_configs: We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
|
12439
|
-
:param pulumi.Input[builtins.bool] create_pod_range: Whether to create a new range for pod IPs in this node pool. Defaults are provided for
|
12459
|
+
:param pulumi.Input[builtins.bool] create_pod_range: Whether to create a new range for pod IPs in this node pool. Defaults are provided for pod_range and pod_ipv4_cidr_block if they are not specified.
|
12440
12460
|
:param pulumi.Input[builtins.bool] enable_private_nodes: Whether nodes have internal IP addresses only.
|
12441
12461
|
:param pulumi.Input['ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgs'] network_performance_config: Network bandwidth tier configuration.
|
12442
12462
|
:param pulumi.Input['ClusterNodePoolNetworkConfigPodCidrOverprovisionConfigArgs'] pod_cidr_overprovision_config: Configuration for node-pool level pod cidr overprovision. If not set, the cluster level setting will be inherited
|
12443
|
-
:param pulumi.Input[builtins.str] pod_ipv4_cidr_block: The IP address range for pod IPs in this node pool. Only applicable if
|
12444
|
-
:param pulumi.Input[builtins.str] pod_range: The ID of the secondary range for pod IPs. If
|
12463
|
+
:param pulumi.Input[builtins.str] pod_ipv4_cidr_block: The IP address range for pod IPs in this node pool. Only applicable if create_pod_range is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) to pick a specific range to use.
|
12464
|
+
:param pulumi.Input[builtins.str] pod_range: The ID of the secondary range for pod IPs. If create_pod_range is true, this ID is used for the new range. If create_pod_range is false, uses an existing secondary range with this ID.
|
12445
12465
|
"""
|
12446
12466
|
if additional_node_network_configs is not None:
|
12447
12467
|
pulumi.set(__self__, "additional_node_network_configs", additional_node_network_configs)
|
@@ -12488,7 +12508,7 @@ class ClusterNodePoolNetworkConfigArgs:
|
|
12488
12508
|
@pulumi.getter(name="createPodRange")
|
12489
12509
|
def create_pod_range(self) -> Optional[pulumi.Input[builtins.bool]]:
|
12490
12510
|
"""
|
12491
|
-
Whether to create a new range for pod IPs in this node pool. Defaults are provided for
|
12511
|
+
Whether to create a new range for pod IPs in this node pool. Defaults are provided for pod_range and pod_ipv4_cidr_block if they are not specified.
|
12492
12512
|
"""
|
12493
12513
|
return pulumi.get(self, "create_pod_range")
|
12494
12514
|
|
@@ -12536,7 +12556,7 @@ class ClusterNodePoolNetworkConfigArgs:
|
|
12536
12556
|
@pulumi.getter(name="podIpv4CidrBlock")
|
12537
12557
|
def pod_ipv4_cidr_block(self) -> Optional[pulumi.Input[builtins.str]]:
|
12538
12558
|
"""
|
12539
|
-
The IP address range for pod IPs in this node pool. Only applicable if
|
12559
|
+
The IP address range for pod IPs in this node pool. Only applicable if create_pod_range is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) to pick a specific range to use.
|
12540
12560
|
"""
|
12541
12561
|
return pulumi.get(self, "pod_ipv4_cidr_block")
|
12542
12562
|
|
@@ -12548,7 +12568,7 @@ class ClusterNodePoolNetworkConfigArgs:
|
|
12548
12568
|
@pulumi.getter(name="podRange")
|
12549
12569
|
def pod_range(self) -> Optional[pulumi.Input[builtins.str]]:
|
12550
12570
|
"""
|
12551
|
-
The ID of the secondary range for pod IPs. If
|
12571
|
+
The ID of the secondary range for pod IPs. If create_pod_range is true, this ID is used for the new range. If create_pod_range is false, uses an existing secondary range with this ID.
|
12552
12572
|
"""
|
12553
12573
|
return pulumi.get(self, "pod_range")
|
12554
12574
|
|
@@ -13866,6 +13886,10 @@ if not MYPY:
|
|
13866
13886
|
"""
|
13867
13887
|
Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
13868
13888
|
"""
|
13889
|
+
performance_monitoring_unit: NotRequired[pulumi.Input[builtins.str]]
|
13890
|
+
"""
|
13891
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
13892
|
+
"""
|
13869
13893
|
elif False:
|
13870
13894
|
ClusterNodePoolNodeConfigAdvancedMachineFeaturesArgsDict: TypeAlias = Mapping[str, Any]
|
13871
13895
|
|
@@ -13873,14 +13897,18 @@ elif False:
|
|
13873
13897
|
class ClusterNodePoolNodeConfigAdvancedMachineFeaturesArgs:
|
13874
13898
|
def __init__(__self__, *,
|
13875
13899
|
threads_per_core: pulumi.Input[builtins.int],
|
13876
|
-
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None
|
13900
|
+
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None,
|
13901
|
+
performance_monitoring_unit: Optional[pulumi.Input[builtins.str]] = None):
|
13877
13902
|
"""
|
13878
13903
|
:param pulumi.Input[builtins.int] threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
13879
13904
|
:param pulumi.Input[builtins.bool] enable_nested_virtualization: Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
13905
|
+
:param pulumi.Input[builtins.str] performance_monitoring_unit: Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
13880
13906
|
"""
|
13881
13907
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
13882
13908
|
if enable_nested_virtualization is not None:
|
13883
13909
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
13910
|
+
if performance_monitoring_unit is not None:
|
13911
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
13884
13912
|
|
13885
13913
|
@property
|
13886
13914
|
@pulumi.getter(name="threadsPerCore")
|
@@ -13906,6 +13934,18 @@ class ClusterNodePoolNodeConfigAdvancedMachineFeaturesArgs:
|
|
13906
13934
|
def enable_nested_virtualization(self, value: Optional[pulumi.Input[builtins.bool]]):
|
13907
13935
|
pulumi.set(self, "enable_nested_virtualization", value)
|
13908
13936
|
|
13937
|
+
@property
|
13938
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
13939
|
+
def performance_monitoring_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
13940
|
+
"""
|
13941
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
13942
|
+
"""
|
13943
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
13944
|
+
|
13945
|
+
@performance_monitoring_unit.setter
|
13946
|
+
def performance_monitoring_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
13947
|
+
pulumi.set(self, "performance_monitoring_unit", value)
|
13948
|
+
|
13909
13949
|
|
13910
13950
|
if not MYPY:
|
13911
13951
|
class ClusterNodePoolNodeConfigConfidentialNodesArgsDict(TypedDict):
|
@@ -18538,6 +18578,10 @@ if not MYPY:
|
|
18538
18578
|
"""
|
18539
18579
|
Whether the node should have nested virtualization enabled.
|
18540
18580
|
"""
|
18581
|
+
performance_monitoring_unit: NotRequired[pulumi.Input[builtins.str]]
|
18582
|
+
"""
|
18583
|
+
Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
18584
|
+
"""
|
18541
18585
|
elif False:
|
18542
18586
|
NodePoolNodeConfigAdvancedMachineFeaturesArgsDict: TypeAlias = Mapping[str, Any]
|
18543
18587
|
|
@@ -18545,14 +18589,18 @@ elif False:
|
|
18545
18589
|
class NodePoolNodeConfigAdvancedMachineFeaturesArgs:
|
18546
18590
|
def __init__(__self__, *,
|
18547
18591
|
threads_per_core: pulumi.Input[builtins.int],
|
18548
|
-
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None
|
18592
|
+
enable_nested_virtualization: Optional[pulumi.Input[builtins.bool]] = None,
|
18593
|
+
performance_monitoring_unit: Optional[pulumi.Input[builtins.str]] = None):
|
18549
18594
|
"""
|
18550
18595
|
:param pulumi.Input[builtins.int] threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
18551
18596
|
:param pulumi.Input[builtins.bool] enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
18597
|
+
:param pulumi.Input[builtins.str] performance_monitoring_unit: Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
18552
18598
|
"""
|
18553
18599
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
18554
18600
|
if enable_nested_virtualization is not None:
|
18555
18601
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
18602
|
+
if performance_monitoring_unit is not None:
|
18603
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
18556
18604
|
|
18557
18605
|
@property
|
18558
18606
|
@pulumi.getter(name="threadsPerCore")
|
@@ -18578,6 +18626,18 @@ class NodePoolNodeConfigAdvancedMachineFeaturesArgs:
|
|
18578
18626
|
def enable_nested_virtualization(self, value: Optional[pulumi.Input[builtins.bool]]):
|
18579
18627
|
pulumi.set(self, "enable_nested_virtualization", value)
|
18580
18628
|
|
18629
|
+
@property
|
18630
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
18631
|
+
def performance_monitoring_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
18632
|
+
"""
|
18633
|
+
Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
18634
|
+
"""
|
18635
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
18636
|
+
|
18637
|
+
@performance_monitoring_unit.setter
|
18638
|
+
def performance_monitoring_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
18639
|
+
pulumi.set(self, "performance_monitoring_unit", value)
|
18640
|
+
|
18581
18641
|
|
18582
18642
|
if not MYPY:
|
18583
18643
|
class NodePoolNodeConfigConfidentialNodesArgsDict(TypedDict):
|
@@ -27,7 +27,7 @@ class GetEngineVersionsResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getEngineVersions.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, default_cluster_version=None, id=None, latest_master_version=None, latest_node_version=None, location=None, project=None, release_channel_default_version=None, release_channel_latest_version=None, valid_master_versions=None, valid_node_versions=None, version_prefix=None):
|
30
|
+
def __init__(__self__, default_cluster_version=None, id=None, latest_master_version=None, latest_node_version=None, location=None, project=None, release_channel_default_version=None, release_channel_latest_version=None, release_channel_upgrade_target_version=None, valid_master_versions=None, valid_node_versions=None, version_prefix=None):
|
31
31
|
if default_cluster_version and not isinstance(default_cluster_version, str):
|
32
32
|
raise TypeError("Expected argument 'default_cluster_version' to be a str")
|
33
33
|
pulumi.set(__self__, "default_cluster_version", default_cluster_version)
|
@@ -52,6 +52,9 @@ class GetEngineVersionsResult:
|
|
52
52
|
if release_channel_latest_version and not isinstance(release_channel_latest_version, dict):
|
53
53
|
raise TypeError("Expected argument 'release_channel_latest_version' to be a dict")
|
54
54
|
pulumi.set(__self__, "release_channel_latest_version", release_channel_latest_version)
|
55
|
+
if release_channel_upgrade_target_version and not isinstance(release_channel_upgrade_target_version, dict):
|
56
|
+
raise TypeError("Expected argument 'release_channel_upgrade_target_version' to be a dict")
|
57
|
+
pulumi.set(__self__, "release_channel_upgrade_target_version", release_channel_upgrade_target_version)
|
55
58
|
if valid_master_versions and not isinstance(valid_master_versions, list):
|
56
59
|
raise TypeError("Expected argument 'valid_master_versions' to be a list")
|
57
60
|
pulumi.set(__self__, "valid_master_versions", valid_master_versions)
|
@@ -120,6 +123,14 @@ class GetEngineVersionsResult:
|
|
120
123
|
"""
|
121
124
|
return pulumi.get(self, "release_channel_latest_version")
|
122
125
|
|
126
|
+
@property
|
127
|
+
@pulumi.getter(name="releaseChannelUpgradeTargetVersion")
|
128
|
+
def release_channel_upgrade_target_version(self) -> Mapping[str, builtins.str]:
|
129
|
+
"""
|
130
|
+
A map from a release channel name to the channel's auto upgrade target version. See the docs on [available release channel names](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.Channel_1) for more details.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "release_channel_upgrade_target_version")
|
133
|
+
|
123
134
|
@property
|
124
135
|
@pulumi.getter(name="validMasterVersions")
|
125
136
|
def valid_master_versions(self) -> Sequence[builtins.str]:
|
@@ -156,6 +167,7 @@ class AwaitableGetEngineVersionsResult(GetEngineVersionsResult):
|
|
156
167
|
project=self.project,
|
157
168
|
release_channel_default_version=self.release_channel_default_version,
|
158
169
|
release_channel_latest_version=self.release_channel_latest_version,
|
170
|
+
release_channel_upgrade_target_version=self.release_channel_upgrade_target_version,
|
159
171
|
valid_master_versions=self.valid_master_versions,
|
160
172
|
valid_node_versions=self.valid_node_versions,
|
161
173
|
version_prefix=self.version_prefix)
|
@@ -224,6 +236,7 @@ def get_engine_versions(location: Optional[builtins.str] = None,
|
|
224
236
|
project=pulumi.get(__ret__, 'project'),
|
225
237
|
release_channel_default_version=pulumi.get(__ret__, 'release_channel_default_version'),
|
226
238
|
release_channel_latest_version=pulumi.get(__ret__, 'release_channel_latest_version'),
|
239
|
+
release_channel_upgrade_target_version=pulumi.get(__ret__, 'release_channel_upgrade_target_version'),
|
227
240
|
valid_master_versions=pulumi.get(__ret__, 'valid_master_versions'),
|
228
241
|
valid_node_versions=pulumi.get(__ret__, 'valid_node_versions'),
|
229
242
|
version_prefix=pulumi.get(__ret__, 'version_prefix'))
|
@@ -289,6 +302,7 @@ def get_engine_versions_output(location: Optional[pulumi.Input[Optional[builtins
|
|
289
302
|
project=pulumi.get(__response__, 'project'),
|
290
303
|
release_channel_default_version=pulumi.get(__response__, 'release_channel_default_version'),
|
291
304
|
release_channel_latest_version=pulumi.get(__response__, 'release_channel_latest_version'),
|
305
|
+
release_channel_upgrade_target_version=pulumi.get(__response__, 'release_channel_upgrade_target_version'),
|
292
306
|
valid_master_versions=pulumi.get(__response__, 'valid_master_versions'),
|
293
307
|
valid_node_versions=pulumi.get(__response__, 'valid_node_versions'),
|
294
308
|
version_prefix=pulumi.get(__response__, 'version_prefix')))
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -7773,6 +7773,8 @@ class ClusterNodeConfigAdvancedMachineFeatures(dict):
|
|
7773
7773
|
suggest = "threads_per_core"
|
7774
7774
|
elif key == "enableNestedVirtualization":
|
7775
7775
|
suggest = "enable_nested_virtualization"
|
7776
|
+
elif key == "performanceMonitoringUnit":
|
7777
|
+
suggest = "performance_monitoring_unit"
|
7776
7778
|
|
7777
7779
|
if suggest:
|
7778
7780
|
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigAdvancedMachineFeatures. Access the value via the '{suggest}' property getter instead.")
|
@@ -7787,14 +7789,18 @@ class ClusterNodeConfigAdvancedMachineFeatures(dict):
|
|
7787
7789
|
|
7788
7790
|
def __init__(__self__, *,
|
7789
7791
|
threads_per_core: builtins.int,
|
7790
|
-
enable_nested_virtualization: Optional[builtins.bool] = None
|
7792
|
+
enable_nested_virtualization: Optional[builtins.bool] = None,
|
7793
|
+
performance_monitoring_unit: Optional[builtins.str] = None):
|
7791
7794
|
"""
|
7792
7795
|
:param builtins.int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
7793
7796
|
:param builtins.bool enable_nested_virtualization: Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
7797
|
+
:param builtins.str performance_monitoring_unit: Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
7794
7798
|
"""
|
7795
7799
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
7796
7800
|
if enable_nested_virtualization is not None:
|
7797
7801
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
7802
|
+
if performance_monitoring_unit is not None:
|
7803
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
7798
7804
|
|
7799
7805
|
@property
|
7800
7806
|
@pulumi.getter(name="threadsPerCore")
|
@@ -7812,6 +7818,14 @@ class ClusterNodeConfigAdvancedMachineFeatures(dict):
|
|
7812
7818
|
"""
|
7813
7819
|
return pulumi.get(self, "enable_nested_virtualization")
|
7814
7820
|
|
7821
|
+
@property
|
7822
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
7823
|
+
def performance_monitoring_unit(self) -> Optional[builtins.str]:
|
7824
|
+
"""
|
7825
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
7826
|
+
"""
|
7827
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
7828
|
+
|
7815
7829
|
|
7816
7830
|
@pulumi.output_type
|
7817
7831
|
class ClusterNodeConfigConfidentialNodes(dict):
|
@@ -10098,12 +10112,12 @@ class ClusterNodePoolNetworkConfig(dict):
|
|
10098
10112
|
"""
|
10099
10113
|
:param Sequence['ClusterNodePoolNetworkConfigAdditionalNodeNetworkConfigArgs'] additional_node_network_configs: We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
|
10100
10114
|
:param Sequence['ClusterNodePoolNetworkConfigAdditionalPodNetworkConfigArgs'] additional_pod_network_configs: We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
|
10101
|
-
:param builtins.bool create_pod_range: Whether to create a new range for pod IPs in this node pool. Defaults are provided for
|
10115
|
+
:param builtins.bool create_pod_range: Whether to create a new range for pod IPs in this node pool. Defaults are provided for pod_range and pod_ipv4_cidr_block if they are not specified.
|
10102
10116
|
:param builtins.bool enable_private_nodes: Whether nodes have internal IP addresses only.
|
10103
10117
|
:param 'ClusterNodePoolNetworkConfigNetworkPerformanceConfigArgs' network_performance_config: Network bandwidth tier configuration.
|
10104
10118
|
:param 'ClusterNodePoolNetworkConfigPodCidrOverprovisionConfigArgs' pod_cidr_overprovision_config: Configuration for node-pool level pod cidr overprovision. If not set, the cluster level setting will be inherited
|
10105
|
-
:param builtins.str pod_ipv4_cidr_block: The IP address range for pod IPs in this node pool. Only applicable if
|
10106
|
-
:param builtins.str pod_range: The ID of the secondary range for pod IPs. If
|
10119
|
+
:param builtins.str pod_ipv4_cidr_block: The IP address range for pod IPs in this node pool. Only applicable if create_pod_range is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) to pick a specific range to use.
|
10120
|
+
:param builtins.str pod_range: The ID of the secondary range for pod IPs. If create_pod_range is true, this ID is used for the new range. If create_pod_range is false, uses an existing secondary range with this ID.
|
10107
10121
|
"""
|
10108
10122
|
if additional_node_network_configs is not None:
|
10109
10123
|
pulumi.set(__self__, "additional_node_network_configs", additional_node_network_configs)
|
@@ -10142,7 +10156,7 @@ class ClusterNodePoolNetworkConfig(dict):
|
|
10142
10156
|
@pulumi.getter(name="createPodRange")
|
10143
10157
|
def create_pod_range(self) -> Optional[builtins.bool]:
|
10144
10158
|
"""
|
10145
|
-
Whether to create a new range for pod IPs in this node pool. Defaults are provided for
|
10159
|
+
Whether to create a new range for pod IPs in this node pool. Defaults are provided for pod_range and pod_ipv4_cidr_block if they are not specified.
|
10146
10160
|
"""
|
10147
10161
|
return pulumi.get(self, "create_pod_range")
|
10148
10162
|
|
@@ -10174,7 +10188,7 @@ class ClusterNodePoolNetworkConfig(dict):
|
|
10174
10188
|
@pulumi.getter(name="podIpv4CidrBlock")
|
10175
10189
|
def pod_ipv4_cidr_block(self) -> Optional[builtins.str]:
|
10176
10190
|
"""
|
10177
|
-
The IP address range for pod IPs in this node pool. Only applicable if
|
10191
|
+
The IP address range for pod IPs in this node pool. Only applicable if create_pod_range is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) to pick a specific range to use.
|
10178
10192
|
"""
|
10179
10193
|
return pulumi.get(self, "pod_ipv4_cidr_block")
|
10180
10194
|
|
@@ -10182,7 +10196,7 @@ class ClusterNodePoolNetworkConfig(dict):
|
|
10182
10196
|
@pulumi.getter(name="podRange")
|
10183
10197
|
def pod_range(self) -> Optional[builtins.str]:
|
10184
10198
|
"""
|
10185
|
-
The ID of the secondary range for pod IPs. If
|
10199
|
+
The ID of the secondary range for pod IPs. If create_pod_range is true, this ID is used for the new range. If create_pod_range is false, uses an existing secondary range with this ID.
|
10186
10200
|
"""
|
10187
10201
|
return pulumi.get(self, "pod_range")
|
10188
10202
|
|
@@ -11114,6 +11128,8 @@ class ClusterNodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
11114
11128
|
suggest = "threads_per_core"
|
11115
11129
|
elif key == "enableNestedVirtualization":
|
11116
11130
|
suggest = "enable_nested_virtualization"
|
11131
|
+
elif key == "performanceMonitoringUnit":
|
11132
|
+
suggest = "performance_monitoring_unit"
|
11117
11133
|
|
11118
11134
|
if suggest:
|
11119
11135
|
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigAdvancedMachineFeatures. Access the value via the '{suggest}' property getter instead.")
|
@@ -11128,14 +11144,18 @@ class ClusterNodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
11128
11144
|
|
11129
11145
|
def __init__(__self__, *,
|
11130
11146
|
threads_per_core: builtins.int,
|
11131
|
-
enable_nested_virtualization: Optional[builtins.bool] = None
|
11147
|
+
enable_nested_virtualization: Optional[builtins.bool] = None,
|
11148
|
+
performance_monitoring_unit: Optional[builtins.str] = None):
|
11132
11149
|
"""
|
11133
11150
|
:param builtins.int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
11134
11151
|
:param builtins.bool enable_nested_virtualization: Defines whether the instance should have nested virtualization enabled. Defaults to false.
|
11152
|
+
:param builtins.str performance_monitoring_unit: Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
11135
11153
|
"""
|
11136
11154
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
11137
11155
|
if enable_nested_virtualization is not None:
|
11138
11156
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
11157
|
+
if performance_monitoring_unit is not None:
|
11158
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
11139
11159
|
|
11140
11160
|
@property
|
11141
11161
|
@pulumi.getter(name="threadsPerCore")
|
@@ -11153,6 +11173,14 @@ class ClusterNodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
11153
11173
|
"""
|
11154
11174
|
return pulumi.get(self, "enable_nested_virtualization")
|
11155
11175
|
|
11176
|
+
@property
|
11177
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
11178
|
+
def performance_monitoring_unit(self) -> Optional[builtins.str]:
|
11179
|
+
"""
|
11180
|
+
Defines the performance monitoring unit [PMU](https://cloud.google.com/compute/docs/pmu-overview) level. Valid values are `ARCHITECTURAL`, `STANDARD`, or `ENHANCED`. Defaults to off.
|
11181
|
+
"""
|
11182
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
11183
|
+
|
11156
11184
|
|
11157
11185
|
@pulumi.output_type
|
11158
11186
|
class ClusterNodePoolNodeConfigConfidentialNodes(dict):
|
@@ -14805,6 +14833,8 @@ class NodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
14805
14833
|
suggest = "threads_per_core"
|
14806
14834
|
elif key == "enableNestedVirtualization":
|
14807
14835
|
suggest = "enable_nested_virtualization"
|
14836
|
+
elif key == "performanceMonitoringUnit":
|
14837
|
+
suggest = "performance_monitoring_unit"
|
14808
14838
|
|
14809
14839
|
if suggest:
|
14810
14840
|
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigAdvancedMachineFeatures. Access the value via the '{suggest}' property getter instead.")
|
@@ -14819,14 +14849,18 @@ class NodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
14819
14849
|
|
14820
14850
|
def __init__(__self__, *,
|
14821
14851
|
threads_per_core: builtins.int,
|
14822
|
-
enable_nested_virtualization: Optional[builtins.bool] = None
|
14852
|
+
enable_nested_virtualization: Optional[builtins.bool] = None,
|
14853
|
+
performance_monitoring_unit: Optional[builtins.str] = None):
|
14823
14854
|
"""
|
14824
14855
|
:param builtins.int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
14825
14856
|
:param builtins.bool enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
14857
|
+
:param builtins.str performance_monitoring_unit: Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
14826
14858
|
"""
|
14827
14859
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
14828
14860
|
if enable_nested_virtualization is not None:
|
14829
14861
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
14862
|
+
if performance_monitoring_unit is not None:
|
14863
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
14830
14864
|
|
14831
14865
|
@property
|
14832
14866
|
@pulumi.getter(name="threadsPerCore")
|
@@ -14844,6 +14878,14 @@ class NodePoolNodeConfigAdvancedMachineFeatures(dict):
|
|
14844
14878
|
"""
|
14845
14879
|
return pulumi.get(self, "enable_nested_virtualization")
|
14846
14880
|
|
14881
|
+
@property
|
14882
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
14883
|
+
def performance_monitoring_unit(self) -> Optional[builtins.str]:
|
14884
|
+
"""
|
14885
|
+
Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
14886
|
+
"""
|
14887
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
14888
|
+
|
14847
14889
|
|
14848
14890
|
@pulumi.output_type
|
14849
14891
|
class NodePoolNodeConfigConfidentialNodes(dict):
|
@@ -18786,12 +18828,15 @@ class GetClusterNodeConfigResult(dict):
|
|
18786
18828
|
class GetClusterNodeConfigAdvancedMachineFeatureResult(dict):
|
18787
18829
|
def __init__(__self__, *,
|
18788
18830
|
enable_nested_virtualization: builtins.bool,
|
18831
|
+
performance_monitoring_unit: builtins.str,
|
18789
18832
|
threads_per_core: builtins.int):
|
18790
18833
|
"""
|
18791
18834
|
:param builtins.bool enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
18835
|
+
:param builtins.str performance_monitoring_unit: Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
18792
18836
|
:param builtins.int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
18793
18837
|
"""
|
18794
18838
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
18839
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
18795
18840
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
18796
18841
|
|
18797
18842
|
@property
|
@@ -18802,6 +18847,14 @@ class GetClusterNodeConfigAdvancedMachineFeatureResult(dict):
|
|
18802
18847
|
"""
|
18803
18848
|
return pulumi.get(self, "enable_nested_virtualization")
|
18804
18849
|
|
18850
|
+
@property
|
18851
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
18852
|
+
def performance_monitoring_unit(self) -> builtins.str:
|
18853
|
+
"""
|
18854
|
+
Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
18855
|
+
"""
|
18856
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
18857
|
+
|
18805
18858
|
@property
|
18806
18859
|
@pulumi.getter(name="threadsPerCore")
|
18807
18860
|
def threads_per_core(self) -> builtins.int:
|
@@ -20923,12 +20976,15 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
20923
20976
|
class GetClusterNodePoolNodeConfigAdvancedMachineFeatureResult(dict):
|
20924
20977
|
def __init__(__self__, *,
|
20925
20978
|
enable_nested_virtualization: builtins.bool,
|
20979
|
+
performance_monitoring_unit: builtins.str,
|
20926
20980
|
threads_per_core: builtins.int):
|
20927
20981
|
"""
|
20928
20982
|
:param builtins.bool enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
20983
|
+
:param builtins.str performance_monitoring_unit: Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
20929
20984
|
:param builtins.int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
20930
20985
|
"""
|
20931
20986
|
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
20987
|
+
pulumi.set(__self__, "performance_monitoring_unit", performance_monitoring_unit)
|
20932
20988
|
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
20933
20989
|
|
20934
20990
|
@property
|
@@ -20939,6 +20995,14 @@ class GetClusterNodePoolNodeConfigAdvancedMachineFeatureResult(dict):
|
|
20939
20995
|
"""
|
20940
20996
|
return pulumi.get(self, "enable_nested_virtualization")
|
20941
20997
|
|
20998
|
+
@property
|
20999
|
+
@pulumi.getter(name="performanceMonitoringUnit")
|
21000
|
+
def performance_monitoring_unit(self) -> builtins.str:
|
21001
|
+
"""
|
21002
|
+
Level of Performance Monitoring Unit (PMU) requested. If unset, no access to the PMU is assumed.
|
21003
|
+
"""
|
21004
|
+
return pulumi.get(self, "performance_monitoring_unit")
|
21005
|
+
|
20942
21006
|
@property
|
20943
21007
|
@pulumi.getter(name="threadsPerCore")
|
20944
21008
|
def threads_per_core(self) -> builtins.int:
|