pulumi-gcp 7.3.0a1702567892__py3-none-any.whl → 7.3.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +129 -0
- pulumi_gcp/artifactregistry/_inputs.py +88 -0
- pulumi_gcp/artifactregistry/outputs.py +148 -0
- pulumi_gcp/artifactregistry/repository.py +116 -16
- pulumi_gcp/bigquery/_inputs.py +110 -0
- pulumi_gcp/bigquery/connection.py +123 -3
- pulumi_gcp/bigquery/outputs.py +145 -0
- pulumi_gcp/cloudbuild/_inputs.py +241 -1
- pulumi_gcp/cloudbuild/outputs.py +353 -2
- pulumi_gcp/cloudfunctionsv2/_inputs.py +6 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +6 -2
- pulumi_gcp/cloudidentity/_inputs.py +54 -5
- pulumi_gcp/cloudidentity/group_membership.py +0 -8
- pulumi_gcp/cloudidentity/outputs.py +99 -4
- pulumi_gcp/cloudrunv2/_inputs.py +8 -4
- pulumi_gcp/cloudrunv2/job.py +44 -0
- pulumi_gcp/cloudrunv2/outputs.py +8 -4
- pulumi_gcp/cloudrunv2/service.py +42 -0
- pulumi_gcp/cloudtasks/queue.py +0 -10
- pulumi_gcp/composer/_inputs.py +17 -4
- pulumi_gcp/composer/outputs.py +20 -4
- pulumi_gcp/compute/_inputs.py +46 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +11 -1
- pulumi_gcp/compute/global_forwarding_rule.py +69 -0
- pulumi_gcp/compute/outputs.py +75 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +58 -0
- pulumi_gcp/container/node_pool.py +68 -14
- pulumi_gcp/container/outputs.py +68 -0
- pulumi_gcp/dataform/__init__.py +4 -0
- pulumi_gcp/dataform/_inputs.py +80 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +144 -0
- pulumi_gcp/dataform/outputs.py +56 -0
- pulumi_gcp/dataform/repository_iam_binding.py +325 -0
- pulumi_gcp/dataform/repository_iam_member.py +325 -0
- pulumi_gcp/dataform/repository_iam_policy.py +254 -0
- pulumi_gcp/dataloss/_inputs.py +29 -26
- pulumi_gcp/dataloss/outputs.py +28 -25
- pulumi_gcp/dataloss/prevention_job_trigger.py +78 -0
- pulumi_gcp/datastream/connection_profile.py +82 -4
- pulumi_gcp/datastream/stream.py +32 -22
- pulumi_gcp/firestore/database.py +146 -28
- pulumi_gcp/gkehub/_inputs.py +821 -3
- pulumi_gcp/gkehub/feature.py +176 -0
- pulumi_gcp/gkehub/feature_membership.py +105 -59
- pulumi_gcp/gkehub/fleet.py +70 -2
- pulumi_gcp/gkehub/outputs.py +819 -3
- pulumi_gcp/gkehub/scope.py +2 -2
- pulumi_gcp/iam/_inputs.py +72 -0
- pulumi_gcp/iam/outputs.py +79 -0
- pulumi_gcp/iam/workforce_pool.py +75 -0
- pulumi_gcp/identityplatform/project_default_config.py +4 -0
- pulumi_gcp/logging/__init__.py +3 -0
- pulumi_gcp/logging/get_folder_settings.py +197 -0
- pulumi_gcp/logging/get_organization_settings.py +197 -0
- pulumi_gcp/logging/get_project_settings.py +197 -0
- pulumi_gcp/migrationcenter/__init__.py +8 -0
- pulumi_gcp/migrationcenter/group.py +652 -0
- pulumi_gcp/netapp/__init__.py +8 -0
- pulumi_gcp/netapp/storage_pool.py +970 -0
- pulumi_gcp/projects/iam_custom_role.py +7 -7
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/securesourcemanager/__init__.py +14 -0
- pulumi_gcp/securesourcemanager/_inputs.py +94 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +168 -0
- pulumi_gcp/securesourcemanager/instance.py +607 -0
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_member.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +254 -0
- pulumi_gcp/securesourcemanager/outputs.py +70 -0
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +528 -0
- pulumi_gcp/sql/_inputs.py +2 -2
- pulumi_gcp/sql/database_instance.py +4 -4
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +16 -0
- pulumi_gcp/storage/outputs.py +21 -0
- pulumi_gcp/vertex/__init__.py +4 -0
- pulumi_gcp/vertex/_inputs.py +80 -0
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +254 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +140 -0
- pulumi_gcp/vertex/outputs.py +56 -0
- pulumi_gcp/vmwareengine/__init__.py +5 -0
- pulumi_gcp/vmwareengine/_inputs.py +104 -2
- pulumi_gcp/vmwareengine/get_network.py +14 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +260 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +228 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +133 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +14 -4
- pulumi_gcp/vmwareengine/network.py +41 -7
- pulumi_gcp/vmwareengine/network_peering.py +959 -0
- pulumi_gcp/vmwareengine/network_policy.py +836 -0
- pulumi_gcp/vmwareengine/outputs.py +133 -2
- pulumi_gcp/vmwareengine/private_cloud.py +20 -68
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/RECORD +101 -72
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class GlobalForwardingRuleArgs:
|
|
30
30
|
no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
|
31
31
|
port_range: Optional[pulumi.Input[str]] = None,
|
32
32
|
project: Optional[pulumi.Input[str]] = None,
|
33
|
+
service_directory_registrations: Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']] = None,
|
33
34
|
source_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
34
35
|
subnetwork: Optional[pulumi.Input[str]] = None):
|
35
36
|
"""
|
@@ -157,6 +158,9 @@ class GlobalForwardingRuleArgs:
|
|
157
158
|
cannot have overlapping `portRange`s.
|
158
159
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
159
160
|
If it is not provided, the provider project is used.
|
161
|
+
:param pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs'] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
162
|
+
Currently, only supports a single Service Directory resource.
|
163
|
+
Structure is documented below.
|
160
164
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
|
161
165
|
:param pulumi.Input[str] subnetwork: This field identifies the subnetwork that the load balanced IP should
|
162
166
|
belong to for this Forwarding Rule, used in internal load balancing and
|
@@ -192,6 +196,8 @@ class GlobalForwardingRuleArgs:
|
|
192
196
|
pulumi.set(__self__, "port_range", port_range)
|
193
197
|
if project is not None:
|
194
198
|
pulumi.set(__self__, "project", project)
|
199
|
+
if service_directory_registrations is not None:
|
200
|
+
pulumi.set(__self__, "service_directory_registrations", service_directory_registrations)
|
195
201
|
if source_ip_ranges is not None:
|
196
202
|
pulumi.set(__self__, "source_ip_ranges", source_ip_ranges)
|
197
203
|
if subnetwork is not None:
|
@@ -474,6 +480,20 @@ class GlobalForwardingRuleArgs:
|
|
474
480
|
def project(self, value: Optional[pulumi.Input[str]]):
|
475
481
|
pulumi.set(self, "project", value)
|
476
482
|
|
483
|
+
@property
|
484
|
+
@pulumi.getter(name="serviceDirectoryRegistrations")
|
485
|
+
def service_directory_registrations(self) -> Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]:
|
486
|
+
"""
|
487
|
+
Service Directory resources to register this forwarding rule with.
|
488
|
+
Currently, only supports a single Service Directory resource.
|
489
|
+
Structure is documented below.
|
490
|
+
"""
|
491
|
+
return pulumi.get(self, "service_directory_registrations")
|
492
|
+
|
493
|
+
@service_directory_registrations.setter
|
494
|
+
def service_directory_registrations(self, value: Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]):
|
495
|
+
pulumi.set(self, "service_directory_registrations", value)
|
496
|
+
|
477
497
|
@property
|
478
498
|
@pulumi.getter(name="sourceIpRanges")
|
479
499
|
def source_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -527,6 +547,7 @@ class _GlobalForwardingRuleState:
|
|
527
547
|
psc_connection_status: Optional[pulumi.Input[str]] = None,
|
528
548
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
529
549
|
self_link: Optional[pulumi.Input[str]] = None,
|
550
|
+
service_directory_registrations: Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']] = None,
|
530
551
|
source_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
531
552
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
532
553
|
target: Optional[pulumi.Input[str]] = None):
|
@@ -650,6 +671,9 @@ class _GlobalForwardingRuleState:
|
|
650
671
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
651
672
|
and default labels configured on the provider.
|
652
673
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
674
|
+
:param pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs'] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
675
|
+
Currently, only supports a single Service Directory resource.
|
676
|
+
Structure is documented below.
|
653
677
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
|
654
678
|
:param pulumi.Input[str] subnetwork: This field identifies the subnetwork that the load balanced IP should
|
655
679
|
belong to for this Forwarding Rule, used in internal load balancing and
|
@@ -712,6 +736,8 @@ class _GlobalForwardingRuleState:
|
|
712
736
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
713
737
|
if self_link is not None:
|
714
738
|
pulumi.set(__self__, "self_link", self_link)
|
739
|
+
if service_directory_registrations is not None:
|
740
|
+
pulumi.set(__self__, "service_directory_registrations", service_directory_registrations)
|
715
741
|
if source_ip_ranges is not None:
|
716
742
|
pulumi.set(__self__, "source_ip_ranges", source_ip_ranges)
|
717
743
|
if subnetwork is not None:
|
@@ -1057,6 +1083,20 @@ class _GlobalForwardingRuleState:
|
|
1057
1083
|
def self_link(self, value: Optional[pulumi.Input[str]]):
|
1058
1084
|
pulumi.set(self, "self_link", value)
|
1059
1085
|
|
1086
|
+
@property
|
1087
|
+
@pulumi.getter(name="serviceDirectoryRegistrations")
|
1088
|
+
def service_directory_registrations(self) -> Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]:
|
1089
|
+
"""
|
1090
|
+
Service Directory resources to register this forwarding rule with.
|
1091
|
+
Currently, only supports a single Service Directory resource.
|
1092
|
+
Structure is documented below.
|
1093
|
+
"""
|
1094
|
+
return pulumi.get(self, "service_directory_registrations")
|
1095
|
+
|
1096
|
+
@service_directory_registrations.setter
|
1097
|
+
def service_directory_registrations(self, value: Optional[pulumi.Input['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]):
|
1098
|
+
pulumi.set(self, "service_directory_registrations", value)
|
1099
|
+
|
1060
1100
|
@property
|
1061
1101
|
@pulumi.getter(name="sourceIpRanges")
|
1062
1102
|
def source_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -1130,6 +1170,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1130
1170
|
no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
|
1131
1171
|
port_range: Optional[pulumi.Input[str]] = None,
|
1132
1172
|
project: Optional[pulumi.Input[str]] = None,
|
1173
|
+
service_directory_registrations: Optional[pulumi.Input[pulumi.InputType['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]] = None,
|
1133
1174
|
source_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1134
1175
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
1135
1176
|
target: Optional[pulumi.Input[str]] = None,
|
@@ -1208,6 +1249,10 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1208
1249
|
network=network.id,
|
1209
1250
|
ip_address=default_global_address.id,
|
1210
1251
|
load_balancing_scheme="",
|
1252
|
+
service_directory_registrations=gcp.compute.GlobalForwardingRuleServiceDirectoryRegistrationsArgs(
|
1253
|
+
namespace="sd-namespace",
|
1254
|
+
service_directory_region="europe-west3",
|
1255
|
+
),
|
1211
1256
|
opts=pulumi.ResourceOptions(provider=google_beta))
|
1212
1257
|
```
|
1213
1258
|
### Private Service Connect Google Apis No Automate Dns
|
@@ -1379,6 +1424,9 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1379
1424
|
cannot have overlapping `portRange`s.
|
1380
1425
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1381
1426
|
If it is not provided, the provider project is used.
|
1427
|
+
:param pulumi.Input[pulumi.InputType['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
1428
|
+
Currently, only supports a single Service Directory resource.
|
1429
|
+
Structure is documented below.
|
1382
1430
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
|
1383
1431
|
:param pulumi.Input[str] subnetwork: This field identifies the subnetwork that the load balanced IP should
|
1384
1432
|
belong to for this Forwarding Rule, used in internal load balancing and
|
@@ -1481,6 +1529,10 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1481
1529
|
network=network.id,
|
1482
1530
|
ip_address=default_global_address.id,
|
1483
1531
|
load_balancing_scheme="",
|
1532
|
+
service_directory_registrations=gcp.compute.GlobalForwardingRuleServiceDirectoryRegistrationsArgs(
|
1533
|
+
namespace="sd-namespace",
|
1534
|
+
service_directory_region="europe-west3",
|
1535
|
+
),
|
1484
1536
|
opts=pulumi.ResourceOptions(provider=google_beta))
|
1485
1537
|
```
|
1486
1538
|
### Private Service Connect Google Apis No Automate Dns
|
@@ -1569,6 +1621,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1569
1621
|
no_automate_dns_zone: Optional[pulumi.Input[bool]] = None,
|
1570
1622
|
port_range: Optional[pulumi.Input[str]] = None,
|
1571
1623
|
project: Optional[pulumi.Input[str]] = None,
|
1624
|
+
service_directory_registrations: Optional[pulumi.Input[pulumi.InputType['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]] = None,
|
1572
1625
|
source_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1573
1626
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
1574
1627
|
target: Optional[pulumi.Input[str]] = None,
|
@@ -1594,6 +1647,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1594
1647
|
__props__.__dict__["no_automate_dns_zone"] = no_automate_dns_zone
|
1595
1648
|
__props__.__dict__["port_range"] = port_range
|
1596
1649
|
__props__.__dict__["project"] = project
|
1650
|
+
__props__.__dict__["service_directory_registrations"] = service_directory_registrations
|
1597
1651
|
__props__.__dict__["source_ip_ranges"] = source_ip_ranges
|
1598
1652
|
__props__.__dict__["subnetwork"] = subnetwork
|
1599
1653
|
if target is None and not opts.urn:
|
@@ -1638,6 +1692,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1638
1692
|
psc_connection_status: Optional[pulumi.Input[str]] = None,
|
1639
1693
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1640
1694
|
self_link: Optional[pulumi.Input[str]] = None,
|
1695
|
+
service_directory_registrations: Optional[pulumi.Input[pulumi.InputType['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']]] = None,
|
1641
1696
|
source_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1642
1697
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
1643
1698
|
target: Optional[pulumi.Input[str]] = None) -> 'GlobalForwardingRule':
|
@@ -1766,6 +1821,9 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1766
1821
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
1767
1822
|
and default labels configured on the provider.
|
1768
1823
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
1824
|
+
:param pulumi.Input[pulumi.InputType['GlobalForwardingRuleServiceDirectoryRegistrationsArgs']] service_directory_registrations: Service Directory resources to register this forwarding rule with.
|
1825
|
+
Currently, only supports a single Service Directory resource.
|
1826
|
+
Structure is documented below.
|
1769
1827
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
|
1770
1828
|
:param pulumi.Input[str] subnetwork: This field identifies the subnetwork that the load balanced IP should
|
1771
1829
|
belong to for this Forwarding Rule, used in internal load balancing and
|
@@ -1812,6 +1870,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1812
1870
|
__props__.__dict__["psc_connection_status"] = psc_connection_status
|
1813
1871
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1814
1872
|
__props__.__dict__["self_link"] = self_link
|
1873
|
+
__props__.__dict__["service_directory_registrations"] = service_directory_registrations
|
1815
1874
|
__props__.__dict__["source_ip_ranges"] = source_ip_ranges
|
1816
1875
|
__props__.__dict__["subnetwork"] = subnetwork
|
1817
1876
|
__props__.__dict__["target"] = target
|
@@ -2075,6 +2134,16 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2075
2134
|
"""
|
2076
2135
|
return pulumi.get(self, "self_link")
|
2077
2136
|
|
2137
|
+
@property
|
2138
|
+
@pulumi.getter(name="serviceDirectoryRegistrations")
|
2139
|
+
def service_directory_registrations(self) -> pulumi.Output['outputs.GlobalForwardingRuleServiceDirectoryRegistrations']:
|
2140
|
+
"""
|
2141
|
+
Service Directory resources to register this forwarding rule with.
|
2142
|
+
Currently, only supports a single Service Directory resource.
|
2143
|
+
Structure is documented below.
|
2144
|
+
"""
|
2145
|
+
return pulumi.get(self, "service_directory_registrations")
|
2146
|
+
|
2078
2147
|
@property
|
2079
2148
|
@pulumi.getter(name="sourceIpRanges")
|
2080
2149
|
def source_ip_ranges(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -64,6 +64,7 @@ __all__ = [
|
|
64
64
|
'ForwardingRuleServiceDirectoryRegistrations',
|
65
65
|
'GlobalForwardingRuleMetadataFilter',
|
66
66
|
'GlobalForwardingRuleMetadataFilterFilterLabel',
|
67
|
+
'GlobalForwardingRuleServiceDirectoryRegistrations',
|
67
68
|
'HaVpnGatewayVpnInterface',
|
68
69
|
'HealthCheckGrpcHealthCheck',
|
69
70
|
'HealthCheckHttp2HealthCheck',
|
@@ -556,6 +557,7 @@ __all__ = [
|
|
556
557
|
'GetForwardingRuleServiceDirectoryRegistrationResult',
|
557
558
|
'GetGlobalForwardingRuleMetadataFilterResult',
|
558
559
|
'GetGlobalForwardingRuleMetadataFilterFilterLabelResult',
|
560
|
+
'GetGlobalForwardingRuleServiceDirectoryRegistrationResult',
|
559
561
|
'GetHcVpnGatewayVpnInterfaceResult',
|
560
562
|
'GetHealthCheckGrpcHealthCheckResult',
|
561
563
|
'GetHealthCheckHttp2HealthCheckResult',
|
@@ -4478,6 +4480,60 @@ class GlobalForwardingRuleMetadataFilterFilterLabel(dict):
|
|
4478
4480
|
return pulumi.get(self, "value")
|
4479
4481
|
|
4480
4482
|
|
4483
|
+
@pulumi.output_type
|
4484
|
+
class GlobalForwardingRuleServiceDirectoryRegistrations(dict):
|
4485
|
+
@staticmethod
|
4486
|
+
def __key_warning(key: str):
|
4487
|
+
suggest = None
|
4488
|
+
if key == "serviceDirectoryRegion":
|
4489
|
+
suggest = "service_directory_region"
|
4490
|
+
|
4491
|
+
if suggest:
|
4492
|
+
pulumi.log.warn(f"Key '{key}' not found in GlobalForwardingRuleServiceDirectoryRegistrations. Access the value via the '{suggest}' property getter instead.")
|
4493
|
+
|
4494
|
+
def __getitem__(self, key: str) -> Any:
|
4495
|
+
GlobalForwardingRuleServiceDirectoryRegistrations.__key_warning(key)
|
4496
|
+
return super().__getitem__(key)
|
4497
|
+
|
4498
|
+
def get(self, key: str, default = None) -> Any:
|
4499
|
+
GlobalForwardingRuleServiceDirectoryRegistrations.__key_warning(key)
|
4500
|
+
return super().get(key, default)
|
4501
|
+
|
4502
|
+
def __init__(__self__, *,
|
4503
|
+
namespace: Optional[str] = None,
|
4504
|
+
service_directory_region: Optional[str] = None):
|
4505
|
+
"""
|
4506
|
+
:param str namespace: Service Directory namespace to register the forwarding rule under.
|
4507
|
+
:param str service_directory_region: [Optional] Service Directory region to register this global forwarding rule under.
|
4508
|
+
Default to "us-central1". Only used for PSC for Google APIs. All PSC for
|
4509
|
+
Google APIs Forwarding Rules on the same network should use the same Service
|
4510
|
+
Directory region.
|
4511
|
+
"""
|
4512
|
+
if namespace is not None:
|
4513
|
+
pulumi.set(__self__, "namespace", namespace)
|
4514
|
+
if service_directory_region is not None:
|
4515
|
+
pulumi.set(__self__, "service_directory_region", service_directory_region)
|
4516
|
+
|
4517
|
+
@property
|
4518
|
+
@pulumi.getter
|
4519
|
+
def namespace(self) -> Optional[str]:
|
4520
|
+
"""
|
4521
|
+
Service Directory namespace to register the forwarding rule under.
|
4522
|
+
"""
|
4523
|
+
return pulumi.get(self, "namespace")
|
4524
|
+
|
4525
|
+
@property
|
4526
|
+
@pulumi.getter(name="serviceDirectoryRegion")
|
4527
|
+
def service_directory_region(self) -> Optional[str]:
|
4528
|
+
"""
|
4529
|
+
[Optional] Service Directory region to register this global forwarding rule under.
|
4530
|
+
Default to "us-central1". Only used for PSC for Google APIs. All PSC for
|
4531
|
+
Google APIs Forwarding Rules on the same network should use the same Service
|
4532
|
+
Directory region.
|
4533
|
+
"""
|
4534
|
+
return pulumi.get(self, "service_directory_region")
|
4535
|
+
|
4536
|
+
|
4481
4537
|
@pulumi.output_type
|
4482
4538
|
class HaVpnGatewayVpnInterface(dict):
|
4483
4539
|
@staticmethod
|
@@ -37557,6 +37613,25 @@ class GetGlobalForwardingRuleMetadataFilterFilterLabelResult(dict):
|
|
37557
37613
|
return pulumi.get(self, "value")
|
37558
37614
|
|
37559
37615
|
|
37616
|
+
@pulumi.output_type
|
37617
|
+
class GetGlobalForwardingRuleServiceDirectoryRegistrationResult(dict):
|
37618
|
+
def __init__(__self__, *,
|
37619
|
+
namespace: str,
|
37620
|
+
service_directory_region: str):
|
37621
|
+
pulumi.set(__self__, "namespace", namespace)
|
37622
|
+
pulumi.set(__self__, "service_directory_region", service_directory_region)
|
37623
|
+
|
37624
|
+
@property
|
37625
|
+
@pulumi.getter
|
37626
|
+
def namespace(self) -> str:
|
37627
|
+
return pulumi.get(self, "namespace")
|
37628
|
+
|
37629
|
+
@property
|
37630
|
+
@pulumi.getter(name="serviceDirectoryRegion")
|
37631
|
+
def service_directory_region(self) -> str:
|
37632
|
+
return pulumi.get(self, "service_directory_region")
|
37633
|
+
|
37634
|
+
|
37560
37635
|
@pulumi.output_type
|
37561
37636
|
class GetHcVpnGatewayVpnInterfaceResult(dict):
|
37562
37637
|
def __init__(__self__, *,
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -216,10 +216,14 @@ lookerCustomEndpoint: Optional[str]
|
|
216
216
|
|
217
217
|
memcacheCustomEndpoint: Optional[str]
|
218
218
|
|
219
|
+
migrationCenterCustomEndpoint: Optional[str]
|
220
|
+
|
219
221
|
mlEngineCustomEndpoint: Optional[str]
|
220
222
|
|
221
223
|
monitoringCustomEndpoint: Optional[str]
|
222
224
|
|
225
|
+
netappCustomEndpoint: Optional[str]
|
226
|
+
|
223
227
|
networkConnectivityCustomEndpoint: Optional[str]
|
224
228
|
|
225
229
|
networkManagementCustomEndpoint: Optional[str]
|
@@ -268,6 +272,8 @@ scopes: Optional[str]
|
|
268
272
|
|
269
273
|
secretManagerCustomEndpoint: Optional[str]
|
270
274
|
|
275
|
+
secureSourceManagerCustomEndpoint: Optional[str]
|
276
|
+
|
271
277
|
securityCenterCustomEndpoint: Optional[str]
|
272
278
|
|
273
279
|
securityScannerCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -428,6 +428,10 @@ class _ExportableConfig(types.ModuleType):
|
|
428
428
|
def memcache_custom_endpoint(self) -> Optional[str]:
|
429
429
|
return __config__.get('memcacheCustomEndpoint')
|
430
430
|
|
431
|
+
@property
|
432
|
+
def migration_center_custom_endpoint(self) -> Optional[str]:
|
433
|
+
return __config__.get('migrationCenterCustomEndpoint')
|
434
|
+
|
431
435
|
@property
|
432
436
|
def ml_engine_custom_endpoint(self) -> Optional[str]:
|
433
437
|
return __config__.get('mlEngineCustomEndpoint')
|
@@ -436,6 +440,10 @@ class _ExportableConfig(types.ModuleType):
|
|
436
440
|
def monitoring_custom_endpoint(self) -> Optional[str]:
|
437
441
|
return __config__.get('monitoringCustomEndpoint')
|
438
442
|
|
443
|
+
@property
|
444
|
+
def netapp_custom_endpoint(self) -> Optional[str]:
|
445
|
+
return __config__.get('netappCustomEndpoint')
|
446
|
+
|
439
447
|
@property
|
440
448
|
def network_connectivity_custom_endpoint(self) -> Optional[str]:
|
441
449
|
return __config__.get('networkConnectivityCustomEndpoint')
|
@@ -532,6 +540,10 @@ class _ExportableConfig(types.ModuleType):
|
|
532
540
|
def secret_manager_custom_endpoint(self) -> Optional[str]:
|
533
541
|
return __config__.get('secretManagerCustomEndpoint')
|
534
542
|
|
543
|
+
@property
|
544
|
+
def secure_source_manager_custom_endpoint(self) -> Optional[str]:
|
545
|
+
return __config__.get('secureSourceManagerCustomEndpoint')
|
546
|
+
|
535
547
|
@property
|
536
548
|
def security_center_custom_endpoint(self) -> Optional[str]:
|
537
549
|
return __config__.get('securityCenterCustomEndpoint')
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -188,6 +188,7 @@ __all__ = [
|
|
188
188
|
'ClusterNodePoolNodeConfigTaintArgs',
|
189
189
|
'ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs',
|
190
190
|
'ClusterNodePoolPlacementPolicyArgs',
|
191
|
+
'ClusterNodePoolQueuedProvisioningArgs',
|
191
192
|
'ClusterNodePoolUpgradeSettingsArgs',
|
192
193
|
'ClusterNodePoolUpgradeSettingsBlueGreenSettingsArgs',
|
193
194
|
'ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs',
|
@@ -237,6 +238,7 @@ __all__ = [
|
|
237
238
|
'NodePoolNodeConfigTaintArgs',
|
238
239
|
'NodePoolNodeConfigWorkloadMetadataConfigArgs',
|
239
240
|
'NodePoolPlacementPolicyArgs',
|
241
|
+
'NodePoolQueuedProvisioningArgs',
|
240
242
|
'NodePoolUpgradeSettingsArgs',
|
241
243
|
'NodePoolUpgradeSettingsBlueGreenSettingsArgs',
|
242
244
|
'NodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs',
|
@@ -7104,6 +7106,7 @@ class ClusterNodePoolArgs:
|
|
7104
7106
|
node_count: Optional[pulumi.Input[int]] = None,
|
7105
7107
|
node_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
7106
7108
|
placement_policy: Optional[pulumi.Input['ClusterNodePoolPlacementPolicyArgs']] = None,
|
7109
|
+
queued_provisioning: Optional[pulumi.Input['ClusterNodePoolQueuedProvisioningArgs']] = None,
|
7107
7110
|
upgrade_settings: Optional[pulumi.Input['ClusterNodePoolUpgradeSettingsArgs']] = None,
|
7108
7111
|
version: Optional[pulumi.Input[str]] = None):
|
7109
7112
|
"""
|
@@ -7164,6 +7167,8 @@ class ClusterNodePoolArgs:
|
|
7164
7167
|
pulumi.set(__self__, "node_locations", node_locations)
|
7165
7168
|
if placement_policy is not None:
|
7166
7169
|
pulumi.set(__self__, "placement_policy", placement_policy)
|
7170
|
+
if queued_provisioning is not None:
|
7171
|
+
pulumi.set(__self__, "queued_provisioning", queued_provisioning)
|
7167
7172
|
if upgrade_settings is not None:
|
7168
7173
|
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
7169
7174
|
if version is not None:
|
@@ -7327,6 +7332,15 @@ class ClusterNodePoolArgs:
|
|
7327
7332
|
def placement_policy(self, value: Optional[pulumi.Input['ClusterNodePoolPlacementPolicyArgs']]):
|
7328
7333
|
pulumi.set(self, "placement_policy", value)
|
7329
7334
|
|
7335
|
+
@property
|
7336
|
+
@pulumi.getter(name="queuedProvisioning")
|
7337
|
+
def queued_provisioning(self) -> Optional[pulumi.Input['ClusterNodePoolQueuedProvisioningArgs']]:
|
7338
|
+
return pulumi.get(self, "queued_provisioning")
|
7339
|
+
|
7340
|
+
@queued_provisioning.setter
|
7341
|
+
def queued_provisioning(self, value: Optional[pulumi.Input['ClusterNodePoolQueuedProvisioningArgs']]):
|
7342
|
+
pulumi.set(self, "queued_provisioning", value)
|
7343
|
+
|
7330
7344
|
@property
|
7331
7345
|
@pulumi.getter(name="upgradeSettings")
|
7332
7346
|
def upgrade_settings(self) -> Optional[pulumi.Input['ClusterNodePoolUpgradeSettingsArgs']]:
|
@@ -9460,6 +9474,28 @@ class ClusterNodePoolPlacementPolicyArgs:
|
|
9460
9474
|
pulumi.set(self, "tpu_topology", value)
|
9461
9475
|
|
9462
9476
|
|
9477
|
+
@pulumi.input_type
|
9478
|
+
class ClusterNodePoolQueuedProvisioningArgs:
|
9479
|
+
def __init__(__self__, *,
|
9480
|
+
enabled: pulumi.Input[bool]):
|
9481
|
+
"""
|
9482
|
+
:param pulumi.Input[bool] enabled: Enable Binary Authorization for this cluster. Deprecated in favor of `evaluation_mode`.
|
9483
|
+
"""
|
9484
|
+
pulumi.set(__self__, "enabled", enabled)
|
9485
|
+
|
9486
|
+
@property
|
9487
|
+
@pulumi.getter
|
9488
|
+
def enabled(self) -> pulumi.Input[bool]:
|
9489
|
+
"""
|
9490
|
+
Enable Binary Authorization for this cluster. Deprecated in favor of `evaluation_mode`.
|
9491
|
+
"""
|
9492
|
+
return pulumi.get(self, "enabled")
|
9493
|
+
|
9494
|
+
@enabled.setter
|
9495
|
+
def enabled(self, value: pulumi.Input[bool]):
|
9496
|
+
pulumi.set(self, "enabled", value)
|
9497
|
+
|
9498
|
+
|
9463
9499
|
@pulumi.input_type
|
9464
9500
|
class ClusterNodePoolUpgradeSettingsArgs:
|
9465
9501
|
def __init__(__self__, *,
|
@@ -11793,6 +11829,28 @@ class NodePoolPlacementPolicyArgs:
|
|
11793
11829
|
pulumi.set(self, "tpu_topology", value)
|
11794
11830
|
|
11795
11831
|
|
11832
|
+
@pulumi.input_type
|
11833
|
+
class NodePoolQueuedProvisioningArgs:
|
11834
|
+
def __init__(__self__, *,
|
11835
|
+
enabled: pulumi.Input[bool]):
|
11836
|
+
"""
|
11837
|
+
:param pulumi.Input[bool] enabled: Makes nodes obtainable through the [ProvisioningRequest API](https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest) exclusively.
|
11838
|
+
"""
|
11839
|
+
pulumi.set(__self__, "enabled", enabled)
|
11840
|
+
|
11841
|
+
@property
|
11842
|
+
@pulumi.getter
|
11843
|
+
def enabled(self) -> pulumi.Input[bool]:
|
11844
|
+
"""
|
11845
|
+
Makes nodes obtainable through the [ProvisioningRequest API](https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest) exclusively.
|
11846
|
+
"""
|
11847
|
+
return pulumi.get(self, "enabled")
|
11848
|
+
|
11849
|
+
@enabled.setter
|
11850
|
+
def enabled(self, value: pulumi.Input[bool]):
|
11851
|
+
pulumi.set(self, "enabled", value)
|
11852
|
+
|
11853
|
+
|
11796
11854
|
@pulumi.input_type
|
11797
11855
|
class NodePoolUpgradeSettingsArgs:
|
11798
11856
|
def __init__(__self__, *,
|